HomeSort by relevance Sort by last modified time
    Searched defs:SearchKey (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Locate.c 28 VOID *SearchKey;
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 == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 29 VOID *SearchKey;
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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c     [all...]

Completed in 5940 milliseconds