Searched refs:d_handle (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_disk.c96 OF_close(kdp->d_handle);
100 if ((dp->d_handle = OF_open(dp->d_path)) == -1)
107 if (OF_seek(dp->d_handle, pos) < 0)
109 n = OF_read(dp->d_handle, buf, size);
129 OF_close(kdp->d_handle);
132 if ((dp->d_handle = OF_open(dp->d_path)) == -1) {
149 OF_close(dev->d_handle);
H A Dlibofw.h35 ihandle_t d_handle; member in struct:ofw_devdesc
/illumos-gate/usr/src/uts/common/sys/
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, \
H A Ddoor.h132 door_handle_t d_handle; member in union:door_desc::__anon7236
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5406 &pp->uh.ebus.d_handle) != DDI_SUCCESS) {
5424 if (pp->uh.ebus.d_handle) {
5425 ddi_regs_map_free(&pp->uh.ebus.d_handle);
5653 AND_SET_LONG_R(pp->uh.ebus.d_handle,
5661 OR_SET_LONG_R(pp->uh.ebus.d_handle,
5692 AND_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr,
5696 OR_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr,
5764 &pp->uh.m1553.d_handle) != DDI_SUCCESS) {
5793 if (pp->uh.m1553.d_handle) {
5794 ddi_regs_map_free(&pp->uh.m1553.d_handle);
[all...]
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c2619 didpp->d_data.d_handle = FTODH(fp);
2621 door_ki_hold(didpp->d_data.d_handle);
2689 fp = DHTOF(didpp->d_data.d_handle);
2905 door_ki_rele(d->d_data.d_handle);
2927 door_ki_rele(d->d_data.d_handle);
3328 didpp->d_data.d_handle = FTODH(fp);
/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 86 milliseconds