Searched defs:vds (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.h | 50 struct vds { struct 97 struct vds mvds; 98 struct vds rvds;
|
H A D | ud_lib.c | 51 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/uts/sun4v/io/ |
H A D | vds.c | 81 #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...] |
Completed in 80 milliseconds