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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DLocate.c28 VOID *SearchKey; member in struct:__anon10969
100 ProtNotify = Position->SearchKey;
107 Position->SearchKey = NULL;
223 Position.SearchKey = Registration;
263 @param SearchKey Dependant on SearchType
280 IN VOID *SearchKey OPTIONAL,
308 Position.SearchKey = SearchKey;
326 // Must have SearchKey for locate ByRegisterNotify
328 if (SearchKey
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c29 VOID *SearchKey; member in struct:__anon10934
100 @param SearchKey Dependant on SearchType
117 IN VOID *SearchKey OPTIONAL,
145 Position.SearchKey = SearchKey;
167 // Must have SearchKey for locate ByRegisterNotify
169 if (SearchKey == NULL) {
250 ASSERT (SearchKey != NULL);
251 ProtNotify = SearchKey;
325 ProtNotify = Position->SearchKey;
[all...]

Completed in 32 milliseconds