Searched refs:netboot_info (Results 1 – 1 of 1) sorted by relevance
68 static struct netboot_info * S_netboot_info_p;97 struct netboot_info { struct315 static struct netboot_info *319 struct netboot_info * info = NULL; in netboot_info_init()322 info = (struct netboot_info *)kalloc_type(struct netboot_info, Z_WAITOK | Z_ZERO); in netboot_info_init()380 netboot_info_free(struct netboot_info * * info_p) in netboot_info_free()382 struct netboot_info * info = *info_p; in netboot_info_free()390 kfree_type(struct netboot_info, info); in netboot_info_free()