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 184 * HandlerType - The type of handler:
185 * ACPI_SYSTEM_NOTIFY: System Handler (00-7F)
186 * ACPI_DEVICE_NOTIFY: Device Handler (80-FF)
188 * Handler - Address of the handler
189 * Context - Value passed to the handler on each GPE
193 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
196 * NOTES: The Root namespace object may have only one handler for each
198 * may have one device notify handler, and multiple system notify
207 ACPI_NOTIFY_HANDLER Handler,
    [all...]
evregion.c 189 * an installed default region handler.
215 * Make sure the installed handler is the DEFAULT handler. If not the
217 * handler was installed)
247 * a previously installed handler.
267 ACPI_ADR_SPACE_HANDLER Handler;
287 /* Ensure that there is a handler associated with this region */
289 HandlerDesc = RegionObj->Region.Handler;
293 "No handler for Region [%4.4s] (%p) [%s]",
372 * the handler for this particular regio
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 184 * System handler information.
213 /* Global handler information */
217 void *Handler;
224 {&AcpiGbl_GlobalNotify[0].Handler, __UNCONST("System Notifications")},
225 {&AcpiGbl_GlobalNotify[1].Handler, __UNCONST("Device Notifications")},
1053 /* This GPE is not used (no method or handler), ignore it */
1097 AcpiOsPrintf ("Handler");
1177 SpaceId, ObjDesc->CommonNotify.Handler);
1184 HandlerObj->AddressSpace.Handler);
1189 /* 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 312 union acpi_operand_object *Handler; /* Handler for region access */
333 union acpi_operand_object *Handler;
363 union acpi_operand_object *Handler /* Handler for Address space */
510 ACPI_NOTIFY_HANDLER Handler; /* Handler address */
512 union acpi_operand_object *Next[2]; /* Device and System handler lists */
522 ACPI_ADR_SPACE_HANDLER Handler;
527 union acpi_operand_object *RegionList; /* Regions using this handler */
    [all...]
aclocal.h 613 /* Dispatch info for each host-installed SCI handler */
618 ACPI_SCI_HANDLER Address; /* Address of handler */
619 void *Context; /* Context to be passed to handler */
623 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
627 ACPI_GPE_HANDLER Address; /* Address of handler, if any */
628 void *Context; /* Context to be passed to handler */
630 UINT8 OriginalFlags; /* Original (pre-handler) GPE info */
646 * of dispatch - Method, Handler, or Implicit Notify.
651 ACPI_GPE_HANDLER_INFO *Handler; /* Installed GPE handler */
    [all...]

Completed in 52 milliseconds