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

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c61 BOOTPLAYER bootplayer = {0}; /* PXE Cached information. */ variable
243 &bootplayer, gci_p->BufferSize); local
289 rootip.s_addr = bootplayer.sip;
308 if (bootplayer.Hardware == ETHER_TYPE) {
309 sprintf(temp, "%6D", bootplayer.CAddr, ":");
326 if (bootplayer.Hardware == ETHER_TYPE) {
327 sprintf(temp, "%6D", bootplayer.CAddr, ":");
605 udpopen_p->src_ip = bootplayer.yip;
631 desc->myea[i] = bootplayer.CAddr[i];
632 desc->xid = bootplayer
[all...]
H A Dmultiboot.c417 extern BOOTPLAYER bootplayer; /* dhcp info */
552 i386_copyin(&bootplayer, mb_info->drives_addr,

Completed in 48 milliseconds