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
5386 vds_t *vds; in vds_detach() local
5421 vds->ispecp = NULL; in vds_detach()
5422 vds->mdeg = 0; in vds_detach()
6512 vds_t *vds = vd->vds; in vd_identify_dev() local
6730 ASSERT(vds != NULL); in vds_do_init_vd()
6741 vd->vds = vds; in vds_do_init_vd()
7357 vds_t *vds = arg; in vds_process_md() local
7362 ASSERT(vds != NULL); in vds_process_md()
7382 vds_t *vds; in vds_do_attach() local
[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()