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

/freebsd-10.1-release/sys/fs/udf/
H A Dudf_vnops.c511 unicode_t *transname; local
544 transname = uma_zalloc(udf_zone_trans, M_WAITOK);
546 if ((unilen = (ssize_t)udf_UncompressUnicode(len, cs0string, transname)) == -1) {
548 uma_zfree(udf_zone_trans, transname);
553 if (transname[i] & 0xff00) {
556 destname[i] = transname[i] & 0xff;
559 uma_zfree(udf_zone_trans, transname);
575 char *transname; local
579 transname = uma_zalloc(udf_zone_trans, M_WAITOK);
581 cs0len = udf_transname(cs0string, transname, cs0le
[all...]

Completed in 168 milliseconds