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

/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c73 static struct netboot_info * S_netboot_info_p; variable in typeref:struct:netboot_info
451 if (S_netboot_info_p == NULL)
454 *iaddr_p = S_netboot_info_p->client_ip;
463 if (S_netboot_info_p == NULL)
469 if (S_netboot_info_p->mount_point_length == 0) {
472 if (path_len < S_netboot_info_p->mount_point_length) {
474 path_len, S_netboot_info_p->mount_point_length);
477 strlcpy(path, S_netboot_info_p->mount_point, path_len);
478 strlcpy(name, S_netboot_info_p->server_name, name_len);
479 *server_ip = S_netboot_info_p
[all...]

Completed in 12 milliseconds