HomeSort by relevance Sort by last modified time
    Searched refs:mDiscoveredList (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c 5 is added to the mDiscoveredList. The SOR, Before, and After Depex are
6 pre-processed as drivers are added to the mDiscoveredList. If an Apriori
13 mDiscoveredList to see if any item has a Depex that is ready to
46 LIST_ENTRY mDiscoveredList = INITIALIZE_LIST_HEAD_VARIABLE (mDiscoveredList);
50 // mDiscoveredList.list of EFI_CORE_DRIVER_ENTRY.
60 // Lock for mDiscoveredList, mScheduledQueue, gDispatcherRunning.
120 Read the Fv and add any driver in the Fv to the mDiscoveredList.The
121 mDiscoveredList is never free'ed and contains variables that define
145 @param DriverName Name of driver to add to mDiscoveredList.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 5 is added to the mDiscoveredList. The Before, and After Depex are
6 pre-processed as drivers are added to the mDiscoveredList. If an Apriori
13 mDiscoveredList to see if any item has a Depex that is ready to
78 LIST_ENTRY mDiscoveredList = INITIALIZE_LIST_HEAD_VARIABLE (mDiscoveredList);
82 // mDiscoveredList.list of EFI_SMM_DRIVER_ENTRY.
818 image for each driver. Search the mDiscoveredList to see if any driver can
    [all...]

Completed in 74 milliseconds