Home
last modified time | relevance | path

Searched refs:d_handle (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h70 ddi_acc_handle_t d_handle; /* handle for dmac registers */ member
78 ddi_acc_handle_t d_handle; /* handle for isa space */ member
480 #define SET_DMAC_CSR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
483 #define GET_DMAC_CSR(pp) ddi_get32(pp->uh.ebus.d_handle, \
486 #define SET_DMAC_ACR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
490 #define GET_DMAC_ACR(pp) ddi_get32(pp->uh.ebus.d_handle, \
493 #define SET_DMAC_BCR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
497 #define GET_DMAC_BCR(pp) ddi_get32(pp->uh.ebus.d_handle, \
H A Ddoor.h132 door_handle_t d_handle; member
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5408 &pp->uh.ebus.d_handle) != DDI_SUCCESS) { in pc87332_map_regs()
5426 if (pp->uh.ebus.d_handle) { in pc87332_unmap_regs()
5427 ddi_regs_map_free(&pp->uh.ebus.d_handle); in pc87332_unmap_regs()
5655 AND_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_mask_intr()
5663 OR_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_unmask_intr()
5766 &pp->uh.m1553.d_handle) != DDI_SUCCESS) { in m1553_map_regs()
5795 if (pp->uh.m1553.d_handle) { in m1553_unmap_regs()
5796 ddi_regs_map_free(&pp->uh.m1553.d_handle); in m1553_unmap_regs()
6141 rval16 = ddi_get16(pp->uh.m1553.d_handle, p); in dma8237_read_addr()
6219 ddi_put8(pp->uh.m1553.d_handle, in dma8237_write()
[all …]
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c2634 didpp->d_data.d_handle = FTODH(fp); in door_translate_in()
2636 door_ki_hold(didpp->d_data.d_handle); in door_translate_in()
2704 fp = DHTOF(didpp->d_data.d_handle); in door_translate_out()
2920 door_ki_rele(d->d_data.d_handle); in door_fd_close()
2942 door_ki_rele(d->d_data.d_handle); in door_fd_rele()
3343 didpp->d_data.d_handle = FTODH(fp); in door_upcall()
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c196 bd_handle_t d_handle; member
722 bd->d_handle = hdl; in bd_attach()