| /titanic_41/usr/src/uts/common/sys/ |
| H A D | vtoc.h | 117 unsigned long v_version; /* layout version */ member 139 uint64_t v_version; /* layout version */ member 158 v.v_version = (unsigned long)extv.v_version; \ 181 extv.v_version = (uint64_t)v.v_version; \ 211 uint32_t v_version; /* layout version */ member 228 v.v_version = v32.v_version; \ 232 v.v_version = v32.v_version; \ 253 extv.v_version = v32.v_version; \ 257 extv.v_version = v32.v_version; \ 278 v32.v_version = v.v_version; \ [all …]
|
| H A D | dklabel.h | 134 uint32_t v_version; /* layout version */ member 143 uint32_t v_version; /* layout version */
|
| /titanic_41/usr/src/lib/libadm/common/ |
| H A D | rdwr_vtoc.c | 54 vd->v_version = (unsigned)vs->v_version; \ 58 vd->v_version = (unsigned)vs->v_version; \ 114 switch (vtoc->v_version) { in read_vtoc() 123 vtoc->v_version = V_VERSION; in read_vtoc() 256 switch (extvtoc->v_version) { in read_extvtoc() 263 extvtoc->v_version = V_VERSION; in read_extvtoc()
|
| /titanic_41/usr/src/cmd/format/ |
| H A D | partition.c | 209 assert(cur_parts->vtoc.v_version == V_VERSION); in change_partition() 345 assert(cur_parts->vtoc.v_version == V_VERSION); in change_partition() 515 part->vtoc.v_version = V_VERSION; in set_vtoc_defaults()
|
| H A D | label.c | 813 label->dkl_vtoc.v_version = vtoc->v_version; in vtoc_to_label() 911 switch (label->dkl_vtoc.v_version) { in label_to_vtoc() 958 vtoc->v_version = V_VERSION; in label_to_vtoc() 1098 fmt_print("version: %d\n", label->dkl_vtoc.v_version);
|
| H A D | auto_sense.c | 782 if (label->dkl_vtoc.v_version == V_VERSION) { in new_direct_disk_type() 1527 vtoc->v_version = V_VERSION; 1991 if (label->dkl_vtoc.v_version == V_VERSION) {
|
| H A D | startup.c | 2177 if (search_label.dkl_vtoc.v_version == V_VERSION) { in add_device_to_disklist() 2283 if (label->dkl_vtoc.v_version != pinfo->vtoc.v_version)
|
| /titanic_41/usr/src/uts/common/avs/ns/solaris/ |
| H A D | nsc_raw.c | 655 (vtoc->v_version != V_VERSION && vtoc->v_version != 0) || in _raw_get_bsize()
|
| /titanic_41/usr/src/cmd/avs/nsctl/ |
| H A D | nskernd.c | 674 if (vtoc.v_version != V_VERSION && vtoc.v_version != 0) in get_bsize()
|
| /titanic_41/usr/src/cmd/addbadsec/ |
| H A D | addbadsec.c | 182 if ((vtoc.v_sanity != VTOC_SANE) || (vtoc.v_version != V_VERSION)) { in main()
|
| /titanic_41/usr/src/uts/common/io/ |
| H A D | fd.c | 912 fdp->d_vtoc_version = label->dkl_vtoc.v_version; in fdgetlabel() 1848 vtocp->v_version = fdp->d_vtoc_version; in fd_build_user_vtoc() 1931 fdp->d_vtoc_version = vtocp->v_version; in fd_build_label_vtoc() 1952 labelp->dkl_vtoc.v_version = vtocp->v_version; in fd_build_label_vtoc()
|
| H A D | cmlb.c | 3510 cl->cl_vtoc.v_version = V_VERSION; 4181 user_vtoc->v_version = cl->cl_vtoc.v_version; 4585 cl->cl_vtoc.v_version = (uint32_t)user_vtoc->v_version; 5307 cl->cl_vtoc.v_version = V_VERSION;
|
| H A D | ramdisk.c | 535 rsp->rd_vtoc.v_version = V_VERSION; in rd_fake_disk_geometry()
|
| H A D | lofi.c | 1757 lsp->ls_vtoc.v_version = V_VERSION; in fake_disk_geometry()
|
| /titanic_41/usr/src/uts/sun4v/sys/ |
| H A D | vdsk_common.h | 393 (vtoc)->v_version = V_VERSION; \
|
| /titanic_41/usr/src/cmd/rmformat/ |
| H A D | rmf_slice.c | 1263 v_toc.v_version = V_VERSION; in write_default_label() 1451 v_toc.v_version = V_VERSION; in write_default_label()
|
| H A D | rmf_menu.c | 999 t_vtoc.v_version = V_VERSION; in process_s_flag()
|
| H A D | rmf_misc.c | 859 v_toc.v_version = V_VERSION; in write_sunos_label()
|
| /titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
| H A D | libsmb.h | 927 uint32_t v_version; member
|
| H A D | smb_util.c | 724 (version->v_version != SMBEX_VERSION) || in smb_dlopen()
|
| /titanic_41/usr/src/uts/sun4v/io/ |
| H A D | vds.c | 1052 label->dkl_vtoc.v_version = V_EXTVERSION; in vd_build_default_label() 2882 label->dkl_vtoc.v_version = vtoc->v_version; in vd_vtocgeom_to_label() 2932 vtoc->v_version = label->dkl_vtoc.v_version; in vd_label_to_vtocgeom() 2992 vtoc->v_version != vd->vtoc.v_version || in vd_slice_vtoc_isvalid()
|
| /titanic_41/usr/src/cmd/fmthard/ |
| H A D | fmthard.c | 719 vtoc->v_version = V_VERSION; in validate()
|
| /titanic_41/usr/src/uts/common/io/lvm/md/ |
| H A D | md_ioctl.c | 3635 vtoc->v_version = V_VERSION; in md_get_vtoc() 3647 vtoc->v_version = V_VERSION; in md_get_vtoc() 3795 extvtoc->v_version = V_VERSION; in md_get_extvtoc()
|
| /titanic_41/usr/src/uts/sun/io/ |
| H A D | fd.c | 5682 vtoc->v_version = un->un_label.dkl_vtoc.v_version; in fd_build_user_vtoc() 5795 un->un_label.dkl_vtoc.v_version = vtoc->v_version; in fd_build_label_vtoc()
|
| /titanic_41/usr/src/cmd/fdisk/ |
| H A D | fdisk.c | 4364 disk_vtoc.v_version = V_VERSION;
|