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

/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devxfgpe.c378 ACPI_GPE_NOTIFY_INFO *NewNotify; local
419 NewNotify = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_GPE_NOTIFY_INFO));
420 if (!NewNotify)
475 NewNotify->DeviceNode = DeviceNode;
476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
477 GpeEventInfo->Dispatch.NotifyList = NewNotify;
478 NewNotify = NULL;
492 if (NewNotify)
494 ACPI_FREE (NewNotify);

Completed in 74 milliseconds