Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dhost_info.h87 typedef char kernel_boot_info_t[KERNEL_BOOT_INFO_MAX]; typedef
H A Dhost_priv.defs96 out boot_info : kernel_boot_info_t);
H A Dmach_types.defs514 type kernel_boot_info_t = c_string[*:4096];
/xnu-11215/osfmk/kern/
H A Dmachine.c584 kernel_boot_info_t boot_info) in host_get_boot_info()