Searched refs:vds (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vds.c | 401 typedef struct vds { struct 445 vds_t *vds; /* server for this vdisk */ member 681 static void vds_driver_types_free(vds_t *vds); 5381 vds_t *vds; in vds_detach() local 5398 if ((vds = ddi_get_soft_state(vds_state, instance)) == NULL) { in vds_detach() 5405 mod_hash_walk(vds->vd_table, vds_check_for_vd, &vd_present); in vds_detach() 5412 if (vds->initialized & VDS_MDEG) { in vds_detach() 5413 (void) mdeg_unregister(vds->mdeg); in vds_detach() 5414 kmem_free(vds->ispecp->specp, sizeof (vds_prop_template)); in vds_detach() 5415 kmem_free(vds->ispecp, sizeof (mdeg_node_spec_t)); in vds_detach() [all …]
|
/titanic_41/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 | fstyp.c | 56 static int print_vds(fstyp_udfs_t *h, struct vds *, 180 struct vds *v; in get_attr() 225 print_vds(fstyp_udfs_t *h, struct vds *v, FILE *fout, FILE *ferr) in print_vds()
|
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, in ud_parse_fill_vds() 461 struct vol_desc_ptr *vds; in ud_parse_fill_vds() local 509 vds = (struct vol_desc_ptr *)taddr; in ud_parse_fill_vds() 511 if (SWAP_32(vds->vdp_nvdse.ext_len) != 0) { in ud_parse_fill_vds() 512 vds_loc = SWAP_32(vds->vdp_nvdse.ext_loc); in ud_parse_fill_vds() 513 vds_len = SWAP_32(vds->vdp_nvdse.ext_len); in ud_parse_fill_vds()
|
/titanic_41/usr/src/cmd/fs.d/udfs/labelit/ |
H A D | labelit.c | 73 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) in print_info() 371 label_vds(struct vds *v, uint32_t set_flags, ud_handle_t udh) in label_vds()
|
/titanic_41/usr/src/uts/sun4v/vds/ |
H A D | Makefile | 41 MODULE = vds
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-ldoms.mf | 64 driver name=vds alias=SUNW,sun4v-disk-server 83 file path=platform/sun4v/kernel/drv/$(ARCH64)/vds group=sys
|
/titanic_41/usr/src/uts/sun4v/ |
H A D | Makefile.files | 158 VDS_OBJS = vds.o
|
H A D | Makefile.sun4v | 354 DRV_KMODS += vds
|