Home | History | Annotate | Download | only in efiboot

Lines Matching defs:pxe

32 	EFI_PXE_BASE_CODE	*pxe;
45 EFI_PXE_BASE_CODE *pxe;
73 &PxeBaseCodeProtocol, (void **)&pxe);
77 if (pxe->Mode == NULL ||
78 (!pxe->Mode->DhcpAckReceived && !pxe->Mode->PxeReplyReceived))
106 epi->pxe = pxe;
124 printf("pxe pxe%d", n++);