Lines Matching defs:umid
23 static char umid[UMID_LEN] = { 0 };
129 * the existing UML somehow corrupting its umid directory
179 printk(UM_KERN_ERR "umid \"%s\" is already in use by pid %d\n",
180 umid, p);
247 strlcpy(umid, name, sizeof(umid));
265 if (*umid == '\0') {
291 snprintf(tmp, sizeof(tmp), "%s%s", uml_dir, umid);
305 printk(UM_KERN_ERR "Failed to create '%s' - err = %d\n", umid,
325 * If initializing with the given umid failed, then try again with
328 printk(UM_KERN_ERR "Failed to initialize umid \"%s\", trying with a "
329 "random umid\n", umid);
330 *umid = '\0';
346 n = snprintf(buf, len, "%s%s/%s", uml_dir, umid, name);
357 return umid;
389 " The location to place the pid and umid files.\n\n"
400 sprintf(dir, "%s%s", uml_dir, umid);