HomeSort by relevance Sort by last modified time
    Searched refs:Pxe (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/
EblNetworkLib.c 34 EFI_PXE_BASE_CODE_PROTOCOL *Pxe;
36 Status = gBS->LocateProtocol (&gEfiPxeBaseCodeProtocolGuid, NULL, (VOID **)&Pxe);
41 Status = Pxe->Start (Pxe, gUseIpv6);
46 CopyMem (Ip, &Pxe->Mode->StationIp, sizeof (EFI_IP_ADDRESS));
82 return "EFI PXE Network Boot";
95 EFI_PXE_BASE_CODE_PROTOCOL *Pxe;
97 Status = gBS->LocateProtocol (&gEfiPxeBaseCodeProtocolGuid, NULL, (VOID **)&Pxe);
102 Status = Pxe->Start (Pxe, gUseIpv6);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Snp.c 132 PXE_UNDI *Pxe;
172 // Check to see if !PXE structure is valid. Paragraph alignment of !PXE structure is required.
175 DEBUG ((EFI_D_NET, "\n!PXE structure is not paragraph aligned.\n"));
180 Pxe = (PXE_UNDI *) (UINTN) (NiiProtocol->Id);
183 // Verify !PXE revisions.
185 if (Pxe->hw.Signature != PXE_ROMID_SIGNATURE) {
186 DEBUG ((EFI_D_NET, "\n!PXE signature is not valid.\n"));
191 if (Pxe->hw.Rev < PXE_ROMID_REV) {
192 DEBUG ((EFI_D_NET, "\n!PXE.Rev is not supported.\n"));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Snp16Dxe.inf 42 Pxe.h
Misc.c 2 Helper Routines that use a PXE-enabled NIC option ROM.
113 are not using PXE.
199 Print PXE table.
201 @param PxeTable Point to PXE table structure
216 DEBUG ((DEBUG_NET, "This is the PXE table at address 0x%X\n\r", PxeTable));
296 "First segment descriptor in GDT assigned to PXE = 0x%X\n\r",
378 "PXE version number. \n\r\tLSB is minor version. \n\r\tMSB is major version = 0x%X\n\r",
383 "Length of PXE-2.0 Entry Point structure in bytes = 0x%X\n\r",
405 "Real mode segment:Offset pointer \n\r\tto PXE Runtime ID structure, address = 0x%X\n\r",
426 This should install the !PXE and PXENV+ structures in memory for
    [all...]
BiosSnp16.h 40 #include "Pxe.h"
77 PXE_T *Pxe; ///< Pointer to !PXE structure
591 This should install the !PXE and PXENV+ structures in memory for
610 PXE
645 @return Return value of PXE option ROM far call.
655 PXE
664 operation. Information from the !PXE structure and the first PXENV_START_UNDI API call is used
686 @return Return value of PXE option ROM far call.
696 PXE
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 747 EFI_PXE_BASE_CODE_PROTOCOL *Pxe;
749 // Get Load File Protocol attached to the PXE protocol
769 Status = gBS->LocateProtocol (&gEfiPxeBaseCodeProtocolGuid, NULL, (VOID **)&Pxe);
771 // If PXE is already started, we stop it
772 Pxe->Stop (Pxe);
    [all...]

Completed in 800 milliseconds