Home
last modified time | relevance | path

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

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