Searched defs:Pxe (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/
H A DEblNetworkLib.c34 EFI_PXE_BASE_CODE_PROTOCOL *Pxe; local
36 Status = gBS->LocateProtocol (&gEfiPxeBaseCodeProtocolGuid, NULL, (VOID **)&Pxe);
41 Status = Pxe->Start (Pxe, gUseIpv6);
46 CopyMem (Ip, &Pxe->Mode->StationIp, sizeof (EFI_IP_ADDRESS));
95 EFI_PXE_BASE_CODE_PROTOCOL *Pxe; local
97 Status = gBS->LocateProtocol (&gEfiPxeBaseCodeProtocolGuid, NULL, (VOID **)&Pxe);
102 Status = Pxe->Start (Pxe, gUseIpv6);
107 Status = Pxe
120 EFI_PXE_BASE_CODE_PROTOCOL *Pxe; local
152 EFI_PXE_BASE_CODE_PROTOCOL *Pxe; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c132 PXE_UNDI *Pxe; local
180 Pxe = (PXE_UNDI *) (UINTN) (NiiProtocol->Id);
185 if (Pxe->hw.Signature != PXE_ROMID_SIGNATURE) {
191 if (Pxe->hw.Rev < PXE_ROMID_REV) {
197 if (Pxe->hw.MajorVer < PXE_ROMID_MAJORVER) {
203 } else if (Pxe->hw.MajorVer == PXE_ROMID_MAJORVER && Pxe->hw.MinorVer < PXE_ROMID_MINORVER) {
211 if ((Pxe->hw.Implementation & PXE_ROMID_IMP_HW_UNDI) == 0) {
212 if (Pxe->sw.EntryPoint < Pxe
268 PXE_UNDI *Pxe; local
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.h40 #include "Pxe.h"
77 PXE_T *Pxe; ///< Pointer to !PXE structure member in struct:__anon5256
H A DMisc.c451 PXE_T *Pxe; local
760 Pxe = (PXE_T *)(UINTN)((UndiLoaderTable->PXEptr.Segment << 4) + UndiLoaderTable->PXEptr.Offset);
761 SimpleNetworkDevice->Nii.Id = (UINT64)(UINTN) Pxe;
768 if (CompareMem (Pxe->Signature, PXE_SIG, sizeof Pxe->Signature) != 0) {
776 if (CalculateSum8 ((UINT8 *) Pxe, Pxe->StructLength) != 0) {
781 if (Pxe->StructLength < (UINT8 *) &Pxe->FirstSelector - (UINT8 *) Pxe
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsFilePath.c768 EFI_PXE_BASE_CODE_PROTOCOL *Pxe; local
790 Status = gBS->LocateProtocol (&gEfiPxeBaseCodeProtocolGuid, NULL, (VOID **)&Pxe);
793 Pxe->Stop (Pxe);

Completed in 144 milliseconds