Searched refs:rootdevice (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/bsd/kern/ |
| H A D | bsd_init.c | 248 char rootdevice[DEVMAXNAMESIZE]; variable 874 rootdevice[0] = '\0'; in bsd_init() 891 IOSecureBSDRoot(rootdevice); in bsd_init() 1110 err = IOFindBSDRoot(rootdevice, sizeof(rootdevice), &rootdev, &flags); in setconf() 1115 strlcpy(rootdevice, "sd0a", sizeof(rootdevice)); in setconf()
|
| H A D | netboot.c | 65 extern unsigned char rootdevice[]; 534 if (rootdevice[0]) { in find_interface() 535 ifp = ifunit((char *)rootdevice); in find_interface()
|
| H A D | imageboot.c | 66 extern char rootdevice[DEVMAXNAMESIZE]; 436 error = di_root_image(root_path, rootdevice, DEVMAXNAMESIZE, &dev); in imageboot_mount_image() 923 err = di_root_ramfile_buf(buf, bufsz, rootdevice, DEVMAXNAMESIZE, &dev); in imageboot_mount_ramdisk()
|