Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dnetboot.c69 static struct netboot_info * S_netboot_info_p;
98 struct netboot_info { struct
316 static struct netboot_info *
320 struct netboot_info * info = NULL; in netboot_info_init()
323 info = (struct netboot_info *)kalloc_type(struct netboot_info, Z_WAITOK | Z_ZERO); in netboot_info_init()
413 netboot_info_free(struct netboot_info * * info_p) in netboot_info_free()
415 struct netboot_info * info = *info_p; in netboot_info_free()
423 kfree_type(struct netboot_info, info); in netboot_info_free()