Searched refs:boot_obj_path (Results 1 – 1 of 1) sorted by relevance
1291 char boot_obj_path[MAXPATHLEN] = ""; in bsd_find_basesystem_dmg() local1293 if (IOGetBootObjectsPath(boot_obj_path)) { in bsd_find_basesystem_dmg()1294 if (boot_obj_path[0] == '/') { in bsd_find_basesystem_dmg()1298 len = strlcat(dmgbasepath, boot_obj_path, MAXPATHLEN); in bsd_find_basesystem_dmg()