Searched refs:volset_id (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | mkisofs.c | 99 char * volset_id = VOLSET_ID_DEFAULT; variable 157 {"VOLS", &volset_id}, 1047 volset_id = optarg; in FDECL2() 1048 if(strlen(volset_id) > 128) { in FDECL2()
|
| H A D | write.c | 1371 if(volset_id) memcpy_max(vol_desc.volume_set_id, volset_id, strlen(volset_id)); in FDECL1()
|
| H A D | mkisofs.h | 465 extern char * volset_id;
|
| /netbsd-src/sys/fs/udf/ |
| H A D | ecma167-udf.h | 341 char volset_id[128]; /* KEY ; if part of a multi-disc set or a band of volumes */ member
|
| /netbsd-src/sbin/fsck_udf/ |
| H A D | main.c | 2679 udf_to_unix_name(context.volset_name, 32, pri->volset_id, 32, in udf_process_vds_descriptor()
|
| /netbsd-src/sbin/newfs_udf/ |
| H A D | udf_core.c | 1046 udf_encode_osta_id(pri->volset_id, 128, context.volset_name); in udf_create_primaryd()
|