| /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...] |
| evxfregn.c | 62 * Handler - Address of the handler 64 * Context - Value passed to the handler on each access 69 * DESCRIPTION: Install a handler for all OpRegions of a given SpaceId. 85 ACPI_ADR_SPACE_HANDLER Handler, 119 /* Install the handler for all Regions for this Space ID */ 122 Node, SpaceId, Handler, Setup, Context); 144 ACPI_ADR_SPACE_HANDLER Handler, 148 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE); 157 ACPI_ADR_SPACE_HANDLER Handler, [all...] |
| evhandler.c | 112 * We install the default PCI config space handler at the root so that 119 * NOTE: We ignore AE_ALREADY_EXISTS because this means that a handler 158 * RETURN: TRUE if default handler is installed, FALSE otherwise 160 * DESCRIPTION: Check if the default handler is installed for the requested 179 HandlerObj = ObjDesc->CommonNotify.Handler; 208 * DESCRIPTION: This routine installs an address handler into objects that are 211 * If the Object is a Device, and the device has a handler of 214 * This is because the existing handler is closer in proximity 278 /* Check if this Device already has a handler for this address space */ 281 HandlerObj->AddressSpace.SpaceId, ObjDesc->CommonNotify.Handler); [all...] |
| evevent.c | 147 /* Install the SCI handler */ 153 "Unable to install System Control Interrupt handler")); 157 /* Install the handler for the Global Lock */ 163 "Unable to initialize Global Lock handler")); 198 AcpiGbl_FixedEventHandlers[i].Handler = NULL; 272 * handler if present. 298 * handler that previously registered for the event. 299 * NOTE: If there is no handler for the event, the event is 319 * Make sure that a handler exists. If not, report an error 322 if (!AcpiGbl_FixedEventHandlers[Event].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...] |
| evmisc.c | 106 * installed handler. 148 /* We have an attached object, Get the correct handler list */ 154 * If there is no notify handler (Global or Local) 157 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) 160 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n", 202 * PARAMETERS: Context - To be passed to the notify handler 207 * installed handler. 222 /* Invoke a global notify handler if installed */ 224 if (Info->Notify.Global->Handler) 226 Info->Notify.Global->Handler (Info->Notify.Node [all...] |
| evgpeutil.c | 236 /* Install new interrupt handler if not SCI_INT */ 245 "Could not install GPE interrupt handler at level 0x%X", 265 * interrupt handler if not the SCI interrupt. 280 /* We never want to remove the SCI interrupt handler */ 333 * DESCRIPTION: Delete all Handler objects found in the GPE data structs. 370 /* Delete an installed handler block */ 372 ACPI_FREE (GpeEventInfo->Dispatch.Handler); 373 GpeEventInfo->Dispatch.Handler = NULL;
|
| evgpe.c | 533 * an interrupt handler. 557 * Dispatch a DEVICE_WAKE notify to the appropriate handler. 665 * of a GPE method or a synchronous or asynchronous GPE handler. 712 * (e.g. EC) or method (e.g. _Lxx/_Exx) handler. 717 * dependent on the raw handler itself. 793 /* Invoke global event handler if present */ 808 /* Dispatch the event to a raw handler */ 810 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; 814 * and the GPE handler to ensure a safe destruction 818 * 2. The GPE handler is expected to be flushed b [all...] |
| evrgnini.c | 60 * HandlerContext - Address space handler context 113 /* Save the region length and address for use in the handler */ 129 * HandlerContext - Address space handler context 167 * HandlerContext - Address space handler context 198 HandlerObj = RegionObj->Region.Handler; 202 * No installed handler. This shouldn't happen because the dispatch 206 "Attempting to init a region %p, with no handler\n", RegionObj)); 223 * Get the _SEG and _BBN values from the device upon which the handler 227 * This is the device the handler has been registered to handle. 246 /* Install a handler for this PCI root bridge * [all...] |
| evxfevnt.c | 411 if (AcpiGbl_FixedEventHandlers[Event].Handler)
|
| /src/sys/external/bsd/acpica/dist/namespace/ |
| nsobject.c | 369 * Handler - Handler to be associated with the data 381 ACPI_OBJECT_HANDLER Handler, 389 /* We only allow one attachment per handler */ 396 (ObjDesc->Data.Handler == Handler)) 413 DataDesc->Data.Handler = Handler; 436 * Handler - Handler associated with the dat [all...] |
| nsxfeval.c | 942 * Handler - Handler for this attachment 947 * DESCRIPTION: Attach arbitrary data and handler to a namespace node. 954 ACPI_OBJECT_HANDLER Handler, 964 !Handler || 985 Status = AcpiNsAttachData (Node, Handler, Data); 1000 * Handler - Handler used in call to AcpiAttachData 1011 ACPI_OBJECT_HANDLER Handler) 1020 !Handler) [all...] |
| nsalloc.c | 111 * data. If a handler is associated with attached data, it is 146 /* Invoke the attached data deletion handler if present */ 148 if (ObjDesc->Data.Handler) 150 ObjDesc->Data.Handler (Node, ObjDesc->Data.Pointer);
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acpixf.h | 629 ACPI_TABLE_HANDLER Handler, 635 ACPI_TABLE_HANDLER Handler)) 678 ACPI_OBJECT_HANDLER Handler, 685 ACPI_OBJECT_HANDLER Handler)) 691 ACPI_OBJECT_HANDLER Handler, 756 * Handler interfaces 761 ACPI_INIT_HANDLER Handler, 778 ACPI_GBL_EVENT_HANDLER Handler, 785 ACPI_EVENT_HANDLER Handler, 792 ACPI_EVENT_HANDLER Handler)) [all...] |
| 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...] |
| acnamesp.h | 455 ACPI_OBJECT_HANDLER Handler, 461 ACPI_OBJECT_HANDLER Handler); 466 ACPI_OBJECT_HANDLER Handler,
|
| acevents.h | 270 ACPI_ADR_SPACE_HANDLER Handler,
|
| /src/sys/external/bsd/acpica/dist/tables/ |
| tbxface.c | 540 * PARAMETERS: Handler - Table event handler 541 * Context - Value passed to the handler on each event 545 * DESCRIPTION: Install a global table event handler. 551 ACPI_TABLE_HANDLER Handler, 560 if (!Handler) 571 /* Don't allow more than one handler */ 579 /* Install the handler */ 581 AcpiGbl_TableHandler = Handler; 596 * PARAMETERS: Handler - Table event handler that was installe [all...] |
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utxface.c | 255 * PARAMETERS: Handler - Callback procedure 260 * DESCRIPTION: Install an initialization handler 268 ACPI_INIT_HANDLER Handler, 272 if (!Handler) 282 AcpiGbl_InitHandler = Handler; 430 * PARAMETERS: Handler - The _OSI interface handler to install 431 * NULL means "remove existing handler" 435 * DESCRIPTION: Install a handler for the predefined _OSI ACPI method. 437 * _OSI. A NULL handler simply removes any existing handler [all...] |
| utinit.c | 202 AcpiGbl_GlobalNotify[0].Handler = NULL; 203 AcpiGbl_GlobalNotify[1].Handler = NULL;
|
| utdelete.c | 166 /* Walk the address handler list for this object */ 168 HandlerDesc = Object->CommonNotify.Handler; 249 * Free the RegionContext if and only if the handler is one of the 253 HandlerDesc = Object->Region.Handler; 260 /* Remove the region object from the handler list */ 280 "Circular region list in address handler object %p", 341 "***** Address handler %p\n", Object));
|
| /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...] |
| dbstats.c | 235 AcpiDbEnumerateObject (ObjDesc->Device.Handler); 249 AcpiDbEnumerateObject (ObjDesc->Region.Handler); 262 AcpiDbEnumerateObject (ObjDesc->Processor.Handler); 269 AcpiDbEnumerateObject (ObjDesc->ThermalZone.Handler);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_trampoline_arm.S | 26 @ Handler address is nullptr if handler is not set 32 @ Call the handler with 2 parameters in r0 and r1 53 @ Load the handler address 57 @ Handler address is nullptr if handler is not set 63 @ Call the handler with 2 parameters in r0 and r1 87 @ Handler address is nullptr if handler is not set 93 @ normal function exit happens, so we give the handler code [all...] |
| /src/sys/external/bsd/acpica/dist/executer/ |
| exdump.c | 134 {ACPI_EXD_HDLR_LIST,ACPI_EXD_OFFSET (Device.Handler), "Handler"} 174 {ACPI_EXD_HDLR_LIST,ACPI_EXD_OFFSET (Region.Handler), "Handler"}, 185 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.Handler), "Handler"} 196 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.Handler), "Handler"} 204 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.Handler), "Handler"} [all...] |