Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c194 bd_ops_t d_ops; member
247 (((bd)->d_ops.o_free_space == NULL) ? B_FALSE : B_TRUE)
706 bd->d_ops = hdl->h_ops; in bd_attach()
761 bd->d_ops.o_drive_info(bd->d_private, &drive); in bd_attach()
843 if (bd->d_ops.o_devid_init != NULL) { in bd_attach()
844 rv = bd->d_ops.o_devid_init(bd->d_private, dip, &bd->d_devid); in bd_attach()
1036 xi->i_func = bd->d_ops.o_read; in bd_xfer_alloc()
1039 xi->i_func = bd->d_ops.o_write; in bd_xfer_alloc()
1350 xi = bd_xfer_alloc(bd, bp, bd->d_ops.o_write, KM_NOSLEEP); in bd_dump()
1510 func = (bp->b_flags & B_READ) ? bd->d_ops.o_read : bd->d_ops.o_write; in bd_strategy()
[all …]