Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c203 bd_ops_t h_ops; member
706 bd->d_ops = hdl->h_ops; in bd_attach()
2320 hdl->h_ops.o_free_space = ops->o_free_space; in bd_alloc_handle()
2324 hdl->h_ops.o_drive_info = ops->o_drive_info; in bd_alloc_handle()
2325 hdl->h_ops.o_media_info = ops->o_media_info; in bd_alloc_handle()
2326 hdl->h_ops.o_devid_init = ops->o_devid_init; in bd_alloc_handle()
2327 hdl->h_ops.o_sync_cache = ops->o_sync_cache; in bd_alloc_handle()
2328 hdl->h_ops.o_read = ops->o_read; in bd_alloc_handle()
2329 hdl->h_ops.o_write = ops->o_write; in bd_alloc_handle()
2364 hdl->h_ops.o_drive_info(hdl->h_private, &drive); in bd_attach_handle()