Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dnetboot.c106 size_t image_path_length; member
367 info->image_path_length = strlen(image_path) + 1; in netboot_info_init()
370 info->image_path_length++; in netboot_info_init()
372 info->image_path = kalloc_data(info->image_path_length, in netboot_info_init()
377 info->image_path_length - 1); in netboot_info_init()
380 info->image_path_length); in netboot_info_init()
388 save_path(&info->image_path, &info->image_path_length, in netboot_info_init()
420 kfree_data(info->image_path, info->image_path_length); in netboot_info_free()