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

/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c62 static BOOTPLAYER bootplayer; /* PXE Cached information. */ variable
238 &bootplayer, gci_p->BufferSize); local
284 rootip.s_addr = bootplayer.sip;
305 if (bootplayer.Hardware == ETHER_TYPE) {
306 sprintf(temp, "%6D", bootplayer.CAddr, ":");
359 if (*bootplayer.Sname == '\0') {
361 IP_ARGS(htonl(bootplayer.sip)),
362 bootplayer.bootfile);
364 printf(" %s:%s\n", bootplayer.Sname,
365 bootplayer
[all...]

Completed in 92 milliseconds