Home
last modified time | relevance | path

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

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