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 184 * HandlerType - The type of handler:
206 UINT32 HandlerType,
222 if ((!Device) || (!Handler) || (!HandlerType) ||
223 (HandlerType > ACPI_MAX_NOTIFY_HANDLER_TYPE))
245 if (HandlerType & (i+1))
304 if (HandlerType & (i+1))
330 HandlerObj->Notify.HandlerType = HandlerType;
338 if (HandlerType & (i+1))
349 if (HandlerType == ACPI_ALL_NOTIFY
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 509 UINT32 HandlerType; /* Type: Device/System/Both */
acpixf.h 931 UINT32 HandlerType,
939 UINT32 HandlerType,
  /src/sys/external/bsd/acpica/dist/executer/
exdump.c 376 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},

Completed in 14 milliseconds