HomeSort by: relevance | last modified time | path
    Searched defs:Handler (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evxface.c 76 * HandlerType - The type of handler:
77 * ACPI_SYSTEM_NOTIFY: System Handler (00-7F)
78 * ACPI_DEVICE_NOTIFY: Device Handler (80-FF)
80 * Handler - Address of the handler
81 * Context - Value passed to the handler on each GPE
85 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
88 * NOTES: The Root namespace object may have only one handler for each
90 * may have one device notify handler, and multiple system notify
99 ACPI_NOTIFY_HANDLER Handler,
    [all...]
evregion.c 81 * an installed default region handler.
107 * Make sure the installed handler is the DEFAULT handler. If not the
109 * handler was installed)
139 * a previously installed handler.
159 ACPI_ADR_SPACE_HANDLER Handler;
179 /* Ensure that there is a handler associated with this region */
181 HandlerDesc = RegionObj->Region.Handler;
185 "No handler for Region [%4.4s] (%p) [%s]",
264 * the handler for this particular regio
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 76 * System handler information.
105 /* Global handler information */
109 void *Handler;
116 {&AcpiGbl_GlobalNotify[0].Handler, __UNCONST("System Notifications")},
117 {&AcpiGbl_GlobalNotify[1].Handler, __UNCONST("Device Notifications")},
945 /* This GPE is not used (no method or handler), ignore it */
989 AcpiOsPrintf ("Handler");
1069 SpaceId, ObjDesc->CommonNotify.Handler);
1076 HandlerObj->AddressSpace.Handler);
1081 /* There is no handler for this SpaceId *
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h 447 SHELL_COMMAND_HANDLER Handler;
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 204 union acpi_operand_object *Handler; /* Handler for region access */
225 union acpi_operand_object *Handler;
255 union acpi_operand_object *Handler /* Handler for Address space */
402 ACPI_NOTIFY_HANDLER Handler; /* Handler address */
404 union acpi_operand_object *Next[2]; /* Device and System handler lists */
414 ACPI_ADR_SPACE_HANDLER Handler;
419 union acpi_operand_object *RegionList; /* Regions using this handler */
    [all...]
aclocal.h 505 /* Dispatch info for each host-installed SCI handler */
510 ACPI_SCI_HANDLER Address; /* Address of handler */
511 void *Context; /* Context to be passed to handler */
515 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
519 ACPI_GPE_HANDLER Address; /* Address of handler, if any */
520 void *Context; /* Context to be passed to handler */
522 UINT8 OriginalFlags; /* Original (pre-handler) GPE info */
538 * of dispatch - Method, Handler, or Implicit Notify.
543 ACPI_GPE_HANDLER_INFO *Handler; /* Installed GPE handler */
    [all...]

Completed in 21 milliseconds