Home
last modified time | relevance | path

Searched refs:IMAGEBOOT_DMG (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dimageboot.h35 IMAGEBOOT_DMG, enumerator
/xnu-12377.81.4/bsd/kern/
H A Dimageboot.c164 result = IMAGEBOOT_DMG; in imageboot_needed()
209 if (type != IMAGEBOOT_DMG) { in imageboot_pivot_image()
457 if (type == IMAGEBOOT_DMG) { in imageboot_mount_image()
H A Dnetboot.c684 error = imageboot_mount_image(S_netboot_info_p->image_path, -1, IMAGEBOOT_DMG); in netboot_setup()
688 error = imageboot_mount_image(S_netboot_info_p->second_image_path, 0, IMAGEBOOT_DMG); in netboot_setup()
H A Dbsd_init.c1031 …error = imageboot_pivot_image(dmgpath, IMAGEBOOT_DMG, "/System/Volumes/BaseSystem", "System/Volume… in bsd_init()