HomeSort by: relevance | last modified time | path
    Searched refs:udf_check_tag (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/udf/
udf_readwrite.c 90 if (udf_check_tag((union dscrptr *) fid) == 0)
160 error = udf_check_tag(eahdr);
368 error = udf_check_tag(dst);
udf_subr.h 48 int udf_check_tag(void *blob);
udf_strat_rmw.c 668 error = udf_check_tag(*dscrptr);
udf_subr.c 622 udf_check_tag(void *blob) function in typeref:typename:int
2393 error = udf_check_tag(eahdr);
6344 error = udf_check_tag(fid);
  /src/sbin/newfs_udf/
udf_core.h 301 extern int udf_check_tag(void *blob);
udf_core.c 516 udf_check_tag(void *blob) function in typeref:typename:int
573 if (udf_check_tag(blob))
2231 error = udf_check_tag(eahdr);
4152 error = udf_check_tag(dst);
4223 error = udf_check_tag(dst);
  /src/sbin/fsck_udf/
main.c 476 error = udf_check_tag(sfid);
2753 if (udf_check_tag(dscr))

Completed in 25 milliseconds