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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDispatcher.c8 mScheduledQueue. The mFvHandleList is used to make sure a
11 Step #2 - Dispatch. Remove driver from the mScheduledQueue and load and
12 start it. After mScheduledQueue is drained check the
14 be placed on the mScheduledQueue.
16 Step #3 - Adding to the mScheduledQueue requires that you process Before
18 to the mScheduledQueue checks for Before and recursively adds
52 LIST_ENTRY mScheduledQueue = INITIALIZE_LIST_HEAD_VARIABLE (mScheduledQueue); variable
60 // Lock for mDiscoveredList, mScheduledQueue, gDispatcherRunning.
99 Insert InsertedDriverEntry onto the mScheduledQueue
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c8 mScheduledQueue. The mFvHandleList is used to make sure a
11 Step #2 - Dispatch. Remove driver from the mScheduledQueue and load and
12 start it. After mScheduledQueue is drained check the
14 be placed on the mScheduledQueue.
16 Step #3 - Adding to the mScheduledQueue requires that you process Before
18 to the mScheduledQueue checks for Before and recursively adds
58 Insert InsertedDriverEntry onto the mScheduledQueue. To do this you
61 processed you can add InsertedDriverEntry to the mScheduledQueue.
83 LIST_ENTRY mScheduledQueue = INITIALIZE_LIST_HEAD_VARIABLE (mScheduledQueue); variable
[all...]

Completed in 33 milliseconds