Searched refs:udf_encode_osta_id (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.h211 void udf_encode_osta_id(char *osta_id, uint16_t len, char *text);
H A Dudf_create.c446 udf_encode_osta_id(char *osta_id, uint16_t len, char *text) function
592 udf_encode_osta_id(pri->vol_id, 32, context.primary_name);
604 udf_encode_osta_id(pri->volset_id, 128, context.volset_name);
728 udf_encode_osta_id(lvd->logvol_id, 128, context.logvol_name);
1023 udf_encode_osta_id(lvi->logvol_id, 128, context.logvol_name);
1025 udf_encode_osta_id(lvi->lvinfo1, 36, field1);
1026 udf_encode_osta_id(lvi->lvinfo2, 36, field2);
1027 udf_encode_osta_id(lvi->lvinfo3, 36, field3);
1144 udf_encode_osta_id(fsd->logvol_id, 128, context.logvol_name);
1147 udf_encode_osta_id(fs
[all...]

Completed in 268 milliseconds