Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dnetboot.c69 static struct netboot_info * S_netboot_info_p; variable
431 if (S_netboot_info_p == NULL) { in netboot_iaddr()
435 *iaddr_p = S_netboot_info_p->client_ip; in netboot_iaddr()
444 if (S_netboot_info_p == NULL) { in netboot_rootpath()
451 if (S_netboot_info_p->mount_point_length == 0) { in netboot_rootpath()
454 if (path_len < S_netboot_info_p->mount_point_length) { in netboot_rootpath()
456 path_len, S_netboot_info_p->mount_point_length); in netboot_rootpath()
459 strlcpy(path, S_netboot_info_p->mount_point, path_len); in netboot_rootpath()
460 strlcpy(name, S_netboot_info_p->server_name, name_len); in netboot_rootpath()
461 *server_ip = S_netboot_info_p->server_ip; in netboot_rootpath()
[all …]