Home
last modified time | relevance | path

Searched refs:volset_id (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmkisofs.c99 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 Dwrite.c1371 if(volset_id) memcpy_max(vol_desc.volume_set_id, volset_id, strlen(volset_id)); in FDECL1()
H A Dmkisofs.h465 extern char * volset_id;
/netbsd-src/sys/fs/udf/
H A Decma167-udf.h341 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 Dmain.c2679 udf_to_unix_name(context.volset_name, 32, pri->volset_id, 32, in udf_process_vds_descriptor()
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c1046 udf_encode_osta_id(pri->volset_id, 128, context.volset_name); in udf_create_primaryd()