Lines Matching refs:vds_t
410 } vds_t; typedef
445 vds_t *vds; /* server for this vdisk */
681 static void vds_driver_types_free(vds_t *vds);
5381 vds_t *vds; in vds_detach()
6507 vds_t *vds = vd->vds; in vd_identify_dev()
6715 vds_do_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, in vds_do_init_vd()
7000 vds_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, in vds_init_vd()
7124 vds_driver_types_free(vds_t *vds) in vds_driver_types_free()
7138 vds_driver_types_update(vds_t *vds) in vds_driver_types_update()
7219 vds_add_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) in vds_add_vd()
7251 vds_remove_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) in vds_remove_vd()
7267 vds_change_vd(vds_t *vds, md_t *prev_md, mde_cookie_t prev_vd_node, in vds_change_vd()
7352 vds_t *vds = arg; in vds_process_md()
7377 vds_t *vds; in vds_do_attach()
7514 if ((status = ddi_soft_state_init(&vds_state, sizeof (vds_t), 1)) != 0) in _init()