Home
last modified time | relevance | path

Searched refs:IOGetBootObjectsPath (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/kern/
H A Dbsd_init.c1307 extern bool IOGetBootObjectsPath(char *);
1362 if (IOGetBootObjectsPath(boot_obj_path)) { in bsd_find_basesystem_dmg()
H A Dkern_sysctl.c3001 extern bool IOGetBootObjectsPath(char *);
3047 if (IOGetBootObjectsPath(boot_obj_path)) {
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp515 IOGetBootObjectsPath(char *path_prefix) in IOGetBootObjectsPath() function