Searched refs:di_root_image (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/iokit/bsddev/ |
| H A D | DINetBootHook.h | 97 int di_root_image(const char *path, char *devname, size_t devsz, dev_t *dev_p);
|
| H A D | DINetBootHook.cpp | 290 di_root_image(const char *path, char *devname, size_t devsz, dev_t *dev_p) in di_root_image() function
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | imageboot.c | 81 extern int di_root_image(const char *path, char *devname, size_t devsz, dev_t *dev_p); 458 error = di_root_image(root_path, rootdevice, DEVMAXNAMESIZE, &dev); in imageboot_mount_image()
|