Searched refs:mSmmIplEvents (Results 1 – 1 of 1) sorted by relevance
254 SMM_IPL_EVENT_NOTIFICATION mSmmIplEvents[] = { variable724 for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) { in SmmIplReadyToLockEventNotify()725 if (mSmmIplEvents[Index].CloseOnLock) { in SmmIplReadyToLockEventNotify()726 gBS->CloseEvent (mSmmIplEvents[Index].Event); in SmmIplReadyToLockEventNotify()1650 for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) { in SmmIplEntry()1651 if (mSmmIplEvents[Index].Protocol) { in SmmIplEntry()1652 mSmmIplEvents[Index].Event = EfiCreateProtocolNotifyEvent ( in SmmIplEntry()1653 mSmmIplEvents[Index].Guid, in SmmIplEntry()1654 mSmmIplEvents[Index].NotifyTpl, in SmmIplEntry()1655 mSmmIplEvents[Index].NotifyFunction, in SmmIplEntry()[all …]