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

/freebsd-10.3-release/sys/contrib/dev/acpica/components/events/
H A Devxface.c76 * HandlerType - The type of handler:
98 UINT32 HandlerType,
114 if ((!Device) || (!Handler) || (!HandlerType) ||
115 (HandlerType > ACPI_MAX_NOTIFY_HANDLER_TYPE))
137 if (HandlerType & (i+1))
196 if (HandlerType & (i+1))
222 HandlerObj->Notify.HandlerType = HandlerType;
230 if (HandlerType & (i+1))
241 if (HandlerType
96 AcpiInstallNotifyHandler( ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void *Context) argument
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/include/
H A Dacobject.h392 UINT32 HandlerType; /* Type: Device/System/Both */ member in struct:acpi_object_notify_handler
H A Dacpixf.h725 UINT32 HandlerType,
733 UINT32 HandlerType,
/freebsd-10.3-release/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c267 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},

Completed in 147 milliseconds