Searched refs:netboot_info (Results 1 – 1 of 1) sorted by relevance
69 static struct netboot_info * S_netboot_info_p;98 struct netboot_info { struct316 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()