Searched defs:d_handle (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dlibofw.h35 ihandle_t d_handle; member in struct:ofw_devdesc
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h132 door_handle_t d_handle; member in union:door_desc::__anon7236
H A Decppvar.h70 ddi_acc_handle_t d_handle; /* handle for dmac registers */ member in struct:ecpp_ebus
78 ddi_acc_handle_t d_handle; /* handle for isa space */ member in struct:ecpp_m1553
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, \
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c100 bd_handle_t d_handle; member in struct:bd
534 bd->d_handle = hdl;

Completed in 66 milliseconds