Searched defs:CommonEntry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DAsmFuncs.asm38 CommonEntryAddr DD CommonEntry
149 CommonEntry: label
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DAsmFuncs.asm32 CommonEntryAddr dq CommonEntry ;
143 CommonEntry: label
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c2559 IPSEC_COMMON_POLICY_ENTRY *CommonEntry; local
2573 CommonEntry = BASE_CR (Link, IPSEC_COMMON_POLICY_ENTRY, List);
2580 return mDuplicateSelector[DataType](Selector, CommonEntry->Selector, SelectorSize);
2585 IsFound = mCompareSelector[DataType](Selector, CommonEntry->Selector);

Completed in 39 milliseconds