Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dbsd_init.c1281 extern bool IOGetBootObjectsPath(char *);
1336 if (IOGetBootObjectsPath(boot_obj_path)) { in bsd_find_basesystem_dmg()
H A Dkern_sysctl.c2901 extern bool IOGetBootObjectsPath(char *);
2947 if (IOGetBootObjectsPath(boot_obj_path)) { in sysctl_bootobjectspath()
/xnu-8792.81.2/iokit/bsddev/
H A DIOKitBSDInit.cpp495 IOGetBootObjectsPath(char *path_prefix) in IOGetBootObjectsPath() function