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

/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c110 char * mount_point; member in struct:netboot_info
358 char * mount_point = NULL; local
363 &mount_point, &image_path)) {
368 info->mount_point_length = strlen(mount_point) + 1;
369 info->mount_point = (char *)kalloc(info->mount_point_length);
371 strlcpy(info->mount_point, mount_point, info->mount_point_length);
374 server_name, info->mount_point);
430 if (info->mount_point) {
431 kfree(info->mount_point, inf
[all...]

Completed in 66 milliseconds