Searched refs:CurrentNotifyList (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.c161 EFI_ACPI_NOTIFY_LIST *CurrentNotifyList; local
184 CurrentNotifyList = EFI_ACPI_NOTIFY_LIST_FROM_LINK (CurrentLink);
189 CurrentNotifyList->Notification ((EFI_ACPI_SDT_HEADER *)Table->Table, Version, Handle);
292 EFI_ACPI_NOTIFY_LIST *CurrentNotifyList; local
302 CurrentNotifyList = AllocatePool (sizeof (EFI_ACPI_NOTIFY_LIST));
303 ASSERT (CurrentNotifyList != NULL);
308 CurrentNotifyList->Signature = EFI_ACPI_NOTIFY_LIST_SIGNATURE;
309 CurrentNotifyList->Notification = Notification;
314 InsertTailList (&AcpiTableInstance->NotifyList, &CurrentNotifyList->Link);
335 EFI_ACPI_NOTIFY_LIST *CurrentNotifyList; local
[all...]

Completed in 5 milliseconds