Searched refs:mount_point_length (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c108 int mount_point_length; member in struct:netboot_info
365 info->mount_point_length = strlen(mount_point) + 1;
366 info->mount_point = (char *)kalloc(info->mount_point_length);
368 strlcpy(info->mount_point, mount_point, info->mount_point_length);
428 kfree(info->mount_point, info->mount_point_length);
466 if (S_netboot_info_p->mount_point_length == 0) {
469 if (path_len < S_netboot_info_p->mount_point_length) {
471 path_len, S_netboot_info_p->mount_point_length);

Completed in 50 milliseconds