Lines Matching defs:handle
99 ddi_dma_handle_t handle);
101 ddi_dma_handle_t handle, struct ddi_dma_req *dmareq,
104 ddi_dma_handle_t handle);
106 ddi_dma_handle_t handle, off_t off, size_t len,
109 ddi_dma_handle_t handle, uint_t win, off_t *offp,
154 kmutex_t cardbus_list_mutex; /* Protects the probe handle list */
1929 ddi_dma_handle_t handle)
1945 return (ddi_dma_freehdl(dip, rdip, handle));
1950 ddi_dma_handle_t handle, struct ddi_dma_req *dmareq,
1968 rdip, handle, dmareq, cp, ccountp));
1973 ddi_dma_handle_t handle)
1990 rdip, handle));
1995 ddi_dma_handle_t handle, off_t off, size_t len,
2013 handle, off, len, cache_flags));
2018 ddi_dma_handle_t handle, uint_t win, off_t *offp,
2035 handle, win, offp, lenp, cookiep, ccountp));
2082 * We can't handle up (probably called at the attachment
2130 * We can't handle up (probably called at the attachment
2174 * We can't handle up (probably called at the attachment
2433 ddi_acc_handle_t handle;
2465 if (pci_config_setup(pdip, &handle) != DDI_SUCCESS) {
2471 pci_config_put8(handle, PCI_BCNF_SECBUS, bus_range->lo);
2472 pci_config_put8(handle, PCI_BCNF_SUBBUS, bus_range->hi);
2476 pci_config_get8(handle, PCI_BCNF_SECBUS),
2477 pci_config_get8(handle, PCI_BCNF_SUBBUS));
2478 pci_config_teardown(&handle);