Searched defs:UndiLoaderTable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.h92 VOID *UndiLoaderTable; member in struct:__anon10373
H A DMisc.c446 UNDI_LOADER_T *UndiLoaderTable; local
525 &SimpleNetworkDevice->UndiLoaderTable
532 UndiLoaderTable = SimpleNetworkDevice->UndiLoaderTable;
548 *StackPointer++ = TO_OFFSET (UndiLoaderTable);
552 *StackPointer++ = TO_SEGMENT (UndiLoaderTable);
582 UndiLoaderTable->Undi_Ds = (UINT16) ((UINTN) SimpleNetworkDevice->DestinationDataSegment >> 4);
615 UndiLoaderTable->Undi_Cs = (UINT16) ((UINTN) SimpleNetworkDevice->DestinationCodeSegment >> 4);
620 UndiLoaderTable->Status = 0xAA55;
623 // UndiLoaderTable
[all...]

Completed in 76 milliseconds