OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PXE_T
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c
209
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;
760
Pxe = (
PXE_T
*)(UINTN)((UndiLoaderTable->PXEptr.Segment << 4) + UndiLoaderTable->PXEptr.Offset);
Pxe.h
196
}
PXE_T
;
218
PXE_T
*RuntimePtr; ///< Real mode segment:offset pointer to PXE Runtime ID structure.
BiosSnp16.h
77
PXE_T
*Pxe; ///< Pointer to !PXE structure
[
all
...]
Completed in 105 milliseconds