Searched refs:d_handle (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | ecppvar.h | 69 ddi_acc_handle_t d_handle; /* handle for dmac registers */ member 77 ddi_acc_handle_t d_handle; /* handle for isa space */ member 479 #define SET_DMAC_CSR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \ 482 #define GET_DMAC_CSR(pp) ddi_get32(pp->uh.ebus.d_handle, \ 485 #define SET_DMAC_ACR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \ 489 #define GET_DMAC_ACR(pp) ddi_get32(pp->uh.ebus.d_handle, \ 492 #define SET_DMAC_BCR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \ 496 #define GET_DMAC_BCR(pp) ddi_get32(pp->uh.ebus.d_handle, \
|
H A D | door.h | 132 door_handle_t d_handle; member
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ecpp.c | 5406 &pp->uh.ebus.d_handle) != DDI_SUCCESS) { in pc87332_map_regs() 5424 if (pp->uh.ebus.d_handle) { in pc87332_unmap_regs() 5425 ddi_regs_map_free(&pp->uh.ebus.d_handle); in pc87332_unmap_regs() 5653 AND_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_mask_intr() 5661 OR_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_unmask_intr() 5692 AND_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr, in cheerio_dma_stop() 5696 OR_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr, in cheerio_dma_stop() 5764 &pp->uh.m1553.d_handle) != DDI_SUCCESS) { in m1553_map_regs() 5793 if (pp->uh.m1553.d_handle) { in m1553_unmap_regs() 5794 ddi_regs_map_free(&pp->uh.m1553.d_handle); in m1553_unmap_regs() [all …]
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 2619 didpp->d_data.d_handle = FTODH(fp); in door_translate_in() 2621 door_ki_hold(didpp->d_data.d_handle); in door_translate_in() 2689 fp = DHTOF(didpp->d_data.d_handle); in door_translate_out() 2905 door_ki_rele(d->d_data.d_handle); in door_fd_close() 2927 door_ki_rele(d->d_data.d_handle); in door_fd_rele() 3328 didpp->d_data.d_handle = FTODH(fp); in door_upcall()
|
/titanic_41/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 101 bd_handle_t d_handle; member 536 bd->d_handle = hdl; in bd_attach()
|