Home
last modified time | relevance | path

Searched refs:imageboot_type (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dimageboot.h33 typedef enum imageboot_type { enum
/xnu-8020.121.3/bsd/kern/
H A Dbsd_init.c937 imageboot_type_t imageboot_type = imageboot_needed(); in bsd_init() local
938 if (netboot == FALSE && imageboot_type) { in bsd_init()
943 bsd_init_kprintf("doing image boot: type = %d\n", imageboot_type); in bsd_init()
944 imageboot_setup(imageboot_type); in bsd_init()