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

/illumos-gate/usr/src/uts/sun4v/vds/
H A DMakefile26 # uts/sun4v/vds/Makefile
28 # This makefile drives the production of the vds driver module.
41 MODULE = vds
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c81 #define VD_BLOCK_DEVICE_PROP "vds-block-device"
82 #define VD_BLOCK_DEVICE_OPTS "vds-block-device-opts"
167 * The list can be extended by adding a "driver-type-list" entry in vds.conf
178 * For example, the following line in vds.conf:
184 * When a list is defined in vds.conf, it is checked before the built-in list
186 * using vds.conf.
252 * template is copied for each vds instance and filled in with
399 * Soft state structure for a vds instance
401 typedef struct vds { struct
408 vd_driver_type_t *driver_types; /* extra driver types (from vds
445 vds_t *vds; /* server for this vdisk */ member in struct:vd
5381 vds_t *vds; local
6507 vds_t *vds = vd->vds; local
6715 vds_do_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, uint64_t ldc_id, vd_t **vdp) argument
7000 vds_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, uint64_t ldc_id) argument
7124 vds_driver_types_free(vds_t *vds) argument
7138 vds_driver_types_update(vds_t *vds) argument
7219 vds_add_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) argument
7251 vds_remove_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) argument
7267 vds_change_vd(vds_t *vds, md_t *prev_md, mde_cookie_t prev_vd_node, md_t *curr_md, mde_cookie_t curr_vd_node) argument
7352 vds_t *vds = arg; local
7377 vds_t *vds; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h50 struct vds { struct
97 struct vds mvds;
98 struct vds rvds;
H A Dfstyp.c56 static int print_vds(fstyp_udfs_t *h, struct vds *,
180 struct vds *v;
225 print_vds(fstyp_udfs_t *h, struct vds *v, FILE *fout, FILE *ferr)
H A Dud_lib.c51 static int32_t ud_parse_fill_vds(ud_handle_t, struct vds *, uint32_t, uint32_t);
451 ud_parse_fill_vds(ud_handle_t h, struct vds *v,
461 struct vol_desc_ptr *vds; local
509 vds = (struct vol_desc_ptr *)taddr;
511 if (SWAP_32(vds->vdp_nvdse.ext_len) != 0) {
512 vds_loc = SWAP_32(vds->vdp_nvdse.ext_loc);
513 vds_len = SWAP_32(vds->vdp_nvdse.ext_len);
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c73 static void print_info(struct vds *, char *, ud_handle_t);
74 static void label_vds(struct vds *, uint32_t, ud_handle_t);
293 print_info(struct vds *v, char *name, ud_handle_t udh)
371 label_vds(struct vds *v, uint32_t set_flags, ud_handle_t udh)

Completed in 87 milliseconds