Searched refs:rooted_dmg (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ |
| H A D | bsd_init.c | 328 static int bsd_find_basesystem_dmg(char *bsdmgpath_out, bool *rooted_dmg, bool *skip_signature_chec… 986 bool rooted_dmg = false; in bsd_init() local 997 error = bsd_find_basesystem_dmg(dmgpath, &rooted_dmg, &skip_signature_check); in bsd_init() 1005 …, IMAGEBOOT_DMG, "/System/Volumes/BaseSystem", "System/Volumes/macOS", rooted_dmg, skip_signature_… in bsd_init() 1293 bsd_find_basesystem_dmg(char *bsdmgpath_out, bool *rooted_dmg, bool *skip_signature_check) in bsd_find_basesystem_dmg() argument 1310 if (rooted_dmg && skip_signature_check) { in bsd_find_basesystem_dmg() 1311 *rooted_dmg = false; in bsd_find_basesystem_dmg() 1369 *rooted_dmg = true; in bsd_find_basesystem_dmg() 1426 *rooted_dmg = true; in bsd_find_basesystem_dmg()
|
| H A D | imageboot.c | 200 const char *outgoing_root_path, const bool rooted_dmg, const bool skip_signature_check) in imageboot_pivot_image() argument 248 if ((rooted_dmg == false) && !IOBaseSystemARVRootHashAvailable()) { in imageboot_pivot_image() 322 if (rooted_dmg || authenticated_dmg_chunklist || skip_signature_check) { in imageboot_pivot_image()
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | imageboot.h | 45 const char *outgoing_root_path, const bool rooted_dmg, const bool skip_signature_check);
|