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

/macosx-10.10/bootp-298/
H A Drc.netboot13 # To change the behavior of the system when choosing a netboot shadow
24 NETBOOT_MOUNT=/var/netboot
30 echo rc.netboot: $1
31 echo rc.netboot: $1 > /dev/console
197 mounted_from=$(mount | sed -n 's:\(.*\) on .*/var/netboot.*:\1:p')
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c181 #include <sys/netboot.h>
398 boolean_t netboot = FALSE; local
883 netboot = (mountroot == netboot_mountroot);
891 if (netboot) {
892 PE_display_icon( 0, "noroot"); /* XXX a netboot-specific icon would be nicer */
923 if (netboot) {
926 netboot = TRUE;
929 PE_display_icon( 0, "noroot"); /* XXX a netboot-specific icon would be nicer */
948 if (netboot == FALSE && imageboot_needed()) {
H A Dnetboot.c60 #include <sys/netboot.h>
283 printf("netboot: retrieving root path from BSDP response\n");
289 printf("netboot: retrieving root path from BOOTP response\n");
370 printf("netboot: NFS Server %s Mount %s",
398 printf("netboot: HTTP URL %s\n", info->image_path);
401 printf("netboot: root path uses unrecognized format\n");
414 printf("netboot: nested image %s\n", info->second_image_path);
470 printf("netboot: path too small %d < %d\n",
496 printf("netboot: retrieving IP information from DHCP response\n");
501 printf("netboot
[all...]
H A Dkern_sysctl.c1950 SYSCTL_PROC(_kern, KERN_NETBOOT, netboot,
/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_main.c402 int netboot = 0; local
403 size_t netboot_len = sizeof(netboot);
406 &netboot, &netboot_len, NULL, 0) != 0) {
410 "Failed to detect netboot - %s.", strerror(errno));
414 result = netboot ? true : false;
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c108 * - make IPConfiguration netboot-aware:
294 boolean_t netboot; member in struct:IFState
2162 ** netboot-specific routines
2183 int netboot = 0; local
2187 len = sizeof(netboot);
2188 sysctl(mib, 2, &netboot, &len, NULL, 0);
2189 return (netboot);
2239 ifstate->netboot = TRUE;
2560 if (service_ifstate(service_p)->netboot
3024 if (service_ifstate(service_p)->netboot
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_boot.c180 #include <sys/netboot.h>
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c946 int netboot = 0; local
950 len = sizeof(netboot);
951 sysctl(mib, 2, &netboot, &len, NULL, 0);
952 return (netboot);
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles124 bsd/kern/netboot.c optional nfsclient
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices9999 netboot-pxe 3928/tcp # PXE NetBoot Manager
10000 netboot-pxe 3928/udp # PXE NetBoot Manager

Completed in 178 milliseconds