HomeSort by: relevance | last modified time | path
    Searched defs:is_osta_typ0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/newfs_udf/
udf_core.c 689 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name
698 is_osta_typ0 = (chsp->type == 0);
699 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
700 if (is_osta_typ0) {
732 int udf_chars, is_osta_typ0, bits; local in function:unix_to_udf_name
754 is_osta_typ0 = (chsp->type == 0);
755 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
756 if (is_osta_typ0) {
  /src/sys/fs/udf/
udf_subr.c 4202 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name
4209 is_osta_typ0 = (chsp->type == 0);
4210 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
4211 if (is_osta_typ0) {
4244 int udf_chars, is_osta_typ0, bits; local in function:unix_to_udf_name
4265 is_osta_typ0 = (chsp->type == 0);
4266 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
4267 if (is_osta_typ0) {

Completed in 19 milliseconds