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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeProtocolNotify.c3 the Dxe Core. The mArchProtocols[] array represents a list of
21 // If a protocol is installed mArchProtocols[].Present will be TRUE.
23 // CoreNotifyOnArchProtocolInstallation () fills in mArchProtocols[].Event
24 // and mArchProtocols[].Registration as it creates events for every array
27 EFI_CORE_PROTOCOL_NOTIFY_ENTRY mArchProtocols[] = { variable
91 for (Entry = mArchProtocols; Entry->ProtocolGuid != NULL; Entry++) {
254 CoreNotifyOnProtocolEntryTable (mArchProtocols);
272 for (Entry = mArchProtocols; Entry->ProtocolGuid != NULL; Entry++) {

Completed in 32 milliseconds