Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dnetboot.c103 char * mount_point; member
345 char * mount_point = NULL; in netboot_info_init() local
350 &mount_point, &image_path)) { in netboot_info_init()
356 info->mount_point_length = strlen(mount_point) + 1; in netboot_info_init()
357 info->mount_point = kalloc_data(info->mount_point_length, in netboot_info_init()
360 strlcpy(info->mount_point, mount_point, info->mount_point_length); in netboot_info_init()
363 server_name, info->mount_point); in netboot_info_init()
418 kfree_data(info->mount_point, info->mount_point_length); in netboot_info_free()
459 strlcpy(path, S_netboot_info_p->mount_point, path_len); in netboot_rootpath()