Lines Matching defs:umid
23 static char umid[UMID_LEN] = { 0 };
129 * the existing UML somehow corrupting its umid directory
178 printk(UM_KERN_ERR "umid \"%s\" is already in use by pid %d\n",
179 umid, p);
246 strscpy(umid, name, sizeof(umid));
264 if (*umid == '\0') {
290 snprintf(tmp, sizeof(tmp), "%s%s", uml_dir, umid);
304 printk(UM_KERN_ERR "Failed to create '%s' - err = %d\n", umid,
324 * If initializing with the given umid failed, then try again with
327 printk(UM_KERN_ERR "Failed to initialize umid \"%s\", trying with a "
328 "random umid\n", umid);
329 *umid = '\0';
345 n = snprintf(buf, len, "%s%s/%s", uml_dir, umid, name);
356 return umid;
388 " The location to place the pid and umid files.\n\n"
399 sprintf(dir, "%s%s", uml_dir, umid);