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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DMisc.c209 PXE_T *DisplayPointer;
213 DisplayPointer = (PXE_T *) PxeTable;
218 DEBUG ((DEBUG_NET, "A dump of the 0x%X bytes is:\n\r", sizeof (PXE_T)));
220 for (Index = 0; Index < sizeof (PXE_T); Index++) {
451 PXE_T *Pxe;
755 Pxe = (PXE_T *)(UINTN)((UndiLoaderTable->PXEptr.Segment << 4) + UndiLoaderTable->PXEptr.Offset);
H A DPxe.h196 } PXE_T; typedef in typeref:struct:__anon10380
218 PXE_T *RuntimePtr; ///< Real mode segment:offset pointer to PXE Runtime ID structure.
H A DBiosSnp16.h77 PXE_T *Pxe; ///< Pointer to !PXE structure

Completed in 388 milliseconds