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

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/events/
H A Devmisc.c196 ACPI_GENERIC_STATE *NotifyInfo; local
261 NotifyInfo = AcpiUtCreateGenericState ();
262 if (!NotifyInfo)
275 NotifyInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY;
276 NotifyInfo->Notify.Node = Node;
277 NotifyInfo->Notify.Value = (UINT16) NotifyValue;
278 NotifyInfo->Notify.HandlerObj = HandlerObj;
281 OSL_NOTIFY_HANDLER, AcpiEvNotifyDispatch, NotifyInfo);
284 AcpiUtDeleteGenericState (NotifyInfo);
317 ACPI_GENERIC_STATE *NotifyInfo local
[all...]

Completed in 75 milliseconds