Searched refs:boot_obj_path (Results 1 – 2 of 2) sorted by relevance
1372 char boot_obj_path[MAXPATHLEN] = ""; in bsd_find_basesystem_dmg() local1374 if (IOGetBootObjectsPath(boot_obj_path)) { in bsd_find_basesystem_dmg()1375 if (boot_obj_path[0] == '/') { in bsd_find_basesystem_dmg()1379 len = strlcat(dmgbasepath, boot_obj_path, MAXPATHLEN); in bsd_find_basesystem_dmg()
3089 char boot_obj_path[MAXPATHLEN] = { "\0" }; local3105 if (IOGetBootObjectsPath(boot_obj_path)) {3106 error = sysctl_io_string(req, (char *)boot_obj_path, 0, 0, NULL);