Home | History | Annotate | Download | only in events

Lines Matching refs:Handler

168  *              HandlerContext      - Address space handler context
221 /* Save the region length and address for use in the handler */
237 * HandlerContext - Address space handler context
275 * HandlerContext - Address space handler context
306 HandlerObj = RegionObj->Region.Handler;
310 * No installed handler. This shouldn't happen because the dispatch
314 "Attempting to init a region %p, with no handler\n", RegionObj));
331 * Get the _SEG and _BBN values from the device upon which the handler
335 * This is the device the handler has been registered to handle.
354 /* Install a handler for this PCI root bridge */
365 * It is OK if the handler is already installed on the
373 "Could not install PciConfig handler "
546 * HandlerContext - Address space handler context
577 * HandlerContext - Address space handler context
608 * HandlerContext - Address space handler context
651 /* Save the data table pointer for use in the handler */
666 * HandlerContext - Address space handler context
709 * Get the appropriate address space handler for a newly
770 /* Check to see if a handler exists */
776 /* Can only be a handler if the object exists */
784 HandlerObj = ObjDesc->CommonNotify.Handler;
797 /* Found correct handler */
800 "Found handler %p for region %p in obj %p\n",
816 /* This node does not have the handler we need; Pop up one level */
822 * If we get here, there is no handler for this region. This is not
823 * fatal because many regions get created before a handler is installed
827 "No handler for RegionType %s(%X) (RegionObj %p)\n",