Searched refs:CurrentNotifyList (Results 1 – 1 of 1) sorted by relevance
161 EFI_ACPI_NOTIFY_LIST *CurrentNotifyList; in SdtNotifyAcpiList() local184 CurrentNotifyList = EFI_ACPI_NOTIFY_LIST_FROM_LINK (CurrentLink); in SdtNotifyAcpiList()189 CurrentNotifyList->Notification ((EFI_ACPI_SDT_HEADER *)Table->Table, Version, Handle); in SdtNotifyAcpiList()292 EFI_ACPI_NOTIFY_LIST *CurrentNotifyList; in SdtRegisterNotify() local302 CurrentNotifyList = AllocatePool (sizeof (EFI_ACPI_NOTIFY_LIST)); in SdtRegisterNotify()303 ASSERT (CurrentNotifyList != NULL); in SdtRegisterNotify()308 CurrentNotifyList->Signature = EFI_ACPI_NOTIFY_LIST_SIGNATURE; in SdtRegisterNotify()309 CurrentNotifyList->Notification = Notification; in SdtRegisterNotify()314 InsertTailList (&AcpiTableInstance->NotifyList, &CurrentNotifyList->Link); in SdtRegisterNotify()335 EFI_ACPI_NOTIFY_LIST *CurrentNotifyList; in SdtUnregisterNotify() local[all …]