Lines Matching defs:handle
632 * bus dma alloc handle entry point:
658 /* check and convert dma attributes to handle parameters */
670 * bus dma free handle entry point:
674 pci_dma_freehdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle)
677 ddi_driver_name(rdip), ddi_get_instance(rdip), handle);
678 pci_dma_freemp((ddi_dma_impl_t *)handle);
681 DEBUG0(DBG_DMA_FREEH, dip, "run handle callback\n");
689 * bus dma bind handle entry point:
693 ddi_dma_handle_t handle, ddi_dma_req_t *dmareq,
698 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)handle;
763 * bus dma unbind handle entry point:
767 pci_dma_unbindhdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle)
769 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)handle;
774 ddi_driver_name(rdip), ddi_get_instance(rdip), handle);
776 DEBUG0(DBG_DMA_UNBINDH, dip, "handle not in use\n");
803 DEBUG0(DBG_DMA_UNBINDH, dip, "run handle callback\n");
820 ddi_dma_handle_t handle, uint_t win, off_t *offp,
823 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)handle;
913 pci_dma_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle,
917 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)handle;
923 (void) pci_dma_unbindhdl(dip, rdip, handle);
924 (void) pci_dma_freehdl(dip, rdip, handle);
1010 ddi_acc_impl_t *hp = (ddi_acc_impl_t *)cautacc_ctlops_arg->handle;
1060 /* Clear the expected fault from the handle before returning */
1072 return (in_args->handle ? pci_do_caut_put(pci_p, in_args) :
1108 ddi_acc_impl_t *hp = (ddi_acc_impl_t *)cautacc_ctlops_arg->handle;
1148 return (in_args->handle ? pci_do_caut_get(pci_p, in_args) :