HomeSort by: relevance | last modified time | path
    Searched refs:HandlerType (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evxface.c 76 * 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 == ACPI_ALL_NOTIFY
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 401 UINT32 HandlerType; /* Type: Device/System/Both */
acpixf.h 823 UINT32 HandlerType,
831 UINT32 HandlerType,
  /src/sys/external/bsd/acpica/dist/executer/
exdump.c 268 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},

Completed in 49 milliseconds