Home
last modified time | relevance | path

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

/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c984 udf_encode_osta_id(char *osta_id, uint16_t len, char *text) in udf_encode_osta_id() function
1034 udf_encode_osta_id(pri->vol_id, 32, context.primary_name); in udf_create_primaryd()
1046 udf_encode_osta_id(pri->volset_id, 128, context.volset_name); in udf_create_primaryd()
1191 udf_encode_osta_id(lvd->logvol_id, 128, context.logvol_name); in udf_create_base_logical_dscr()
1480 udf_encode_osta_id(lvi->logvol_id, 128, context.logvol_name); in udf_create_impvold()
1482 udf_encode_osta_id(lvi->lvinfo1, 36, field1); in udf_create_impvold()
1483 udf_encode_osta_id(lvi->lvinfo2, 36, field2); in udf_create_impvold()
1484 udf_encode_osta_id(lvi->lvinfo3, 36, field3); in udf_create_impvold()
1611 udf_encode_osta_id(fsd->logvol_id, 128, context.logvol_name); in udf_create_fsd()
1614 udf_encode_osta_id(fsd->fileset_id, 32, context.fileset_name); in udf_create_fsd()
H A Dudf_core.h289 extern void udf_encode_osta_id(char *osta_id, uint16_t len, char *text);