Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c402 typedef struct vds { struct
446 vds_t *vds; /* server for this vdisk */ member
682 static void vds_driver_types_free(vds_t *vds);
5386 vds_t *vds; in vds_detach() local
5403 if ((vds = ddi_get_soft_state(vds_state, instance)) == NULL) { in vds_detach()
5410 mod_hash_walk(vds->vd_table, vds_check_for_vd, &vd_present); in vds_detach()
5417 if (vds->initialized & VDS_MDEG) { in vds_detach()
5418 (void) mdeg_unregister(vds->mdeg); in vds_detach()
5419 kmem_free(vds->ispecp->specp, sizeof (vds_prop_template)); in vds_detach()
5420 kmem_free(vds->ispecp, sizeof (mdeg_node_spec_t)); in vds_detach()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h48 struct vds { struct
95 struct vds mvds;
96 struct vds rvds;
H A Dud_lib.c49 static int32_t ud_parse_fill_vds(ud_handle_t, struct vds *, uint32_t, uint32_t);
440 ud_parse_fill_vds(ud_handle_t h, struct vds *v, in ud_parse_fill_vds()
450 struct vol_desc_ptr *vds; in ud_parse_fill_vds() local
498 vds = (struct vol_desc_ptr *)taddr; in ud_parse_fill_vds()
500 if (SWAP_32(vds->vdp_nvdse.ext_len) != 0) { in ud_parse_fill_vds()
501 vds_loc = SWAP_32(vds->vdp_nvdse.ext_loc); in ud_parse_fill_vds()
502 vds_len = SWAP_32(vds->vdp_nvdse.ext_len); in ud_parse_fill_vds()
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c71 static void print_info(struct vds *, char *, ud_handle_t);
72 static void label_vds(struct vds *, uint32_t, ud_handle_t);
291 print_info(struct vds *v, char *name, ud_handle_t udh) in print_info()
369 label_vds(struct vds *v, uint32_t set_flags, ud_handle_t udh) in label_vds()
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c54 static int print_vds(fstyp_udfs_t *h, struct vds *,
178 struct vds *v; in get_attr()
223 print_vds(fstyp_udfs_t *h, struct vds *v, FILE *fout, FILE *ferr) in print_vds()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2047 zpool_translate_vdev_guids(zpool_handle_t *zhp, nvlist_t *vds, in zpool_translate_vdev_guids() argument
2053 for (nvpair_t *elem = nvlist_next_nvpair(vds, NULL); elem != NULL; in zpool_translate_vdev_guids()
2054 elem = nvlist_next_nvpair(vds, elem)) { in zpool_translate_vdev_guids()
2190 nvlist_t *vds) in zpool_initialize() argument
2201 err = zpool_translate_vdev_guids(zhp, vds, vdev_guids, in zpool_initialize()
2272 zpool_trim(zpool_handle_t *zhp, pool_trim_func_t cmd_type, nvlist_t *vds, in zpool_trim() argument
2284 err = zpool_translate_vdev_guids(zhp, vds, vdev_guids, in zpool_trim()