Searched refs:uts_osnamesz (Results 1 – 4 of 4) sorted by relevance
129 desc->uts_osnamesz = size; in conv_uts()
515 (uts && uts->uts_osnamesz)) { in expand()516 if ((nlen += uts->uts_osnamesz) < PATH_MAX) { in expand()518 uts->uts_osnamesz); in expand()519 nptr = nptr + uts->uts_osnamesz; in expand()
1941 if (uts && uts->uts_osnamesz) { in expand()1942 if (uts->uts_osnamesz >= nrem) in expand()1946 uts->uts_osnamesz); in expand()1947 nptr = nptr + uts->uts_osnamesz; in expand()1948 nrem -= uts->uts_osnamesz; in expand()
1430 size_t uts_osnamesz; /* and associated size */ member