Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dnetboot.c68 static struct netboot_info * S_netboot_info_p; variable
398 if (S_netboot_info_p == NULL) { in netboot_iaddr()
402 *iaddr_p = S_netboot_info_p->client_ip; in netboot_iaddr()
411 if (S_netboot_info_p == NULL) { in netboot_rootpath()
418 if (S_netboot_info_p->mount_point_length == 0) { in netboot_rootpath()
421 if (path_len < S_netboot_info_p->mount_point_length) { in netboot_rootpath()
423 path_len, S_netboot_info_p->mount_point_length); in netboot_rootpath()
426 strlcpy(path, S_netboot_info_p->mount_point, path_len); in netboot_rootpath()
427 strlcpy(name, S_netboot_info_p->server_name, name_len); in netboot_rootpath()
428 *server_ip = S_netboot_info_p->server_ip; in netboot_rootpath()
[all …]