Searched refs:pvd_vsi (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/udfs/labelit/ |
H A D | labelit.c | 309 (int8_t *)pvd->pvd_vsi, in print_info() 310 (int8_t *)outbuf, strlen(pvd->pvd_vsi)); in print_info() 386 bzero((int8_t *)&pvd->pvd_vsi[9], 119); in label_vds() 387 (void) strncpy((int8_t *)&pvd->pvd_vsi[9], in label_vds()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 358 dstring_t pvd_vsi[128]; /* 48 Volume Set Identifier */ member
|
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 706 setdstring(pvdp->pvd_vsi, vsibuf, 128); in volseqinit() 707 (void) strncpy(pvdp->pvd_vsi + 17, udfs_label, 128 - 17); in volseqinit()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1068 if ((strncmp(opvd->pvd_vsi, in ud_validate_and_fill_superblock() 1069 npvd->pvd_vsi, 128) == 0) && in ud_validate_and_fill_superblock()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 1640 pvd->pvd_vsi, 128); in print_pvd()
|