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

  /src/sbin/fsck_udf/
main.c 1798 struct udf_oldvat_tail *oldvat_tl; local in function:udf_extract_vat
1852 oldvat_tl = (struct udf_oldvat_tail *)
1854 regid_name = (char *) oldvat_tl->id.id;
  /src/sys/fs/udf/
udf_subr.c 2766 struct udf_oldvat_tail *oldvat_tl; local in function:udf_update_vat_descriptor
2805 oldvat_tl = (struct udf_oldvat_tail *) raw_vat;
2806 memset(oldvat_tl, 0, sizeof(struct udf_oldvat_tail));
2808 udf_set_regid(&oldvat_tl->id, "*UDF Virtual Alloc Tbl");
2809 udf_add_udf_regid(ump, &oldvat_tl->id);
2810 oldvat_tl->prev_vat = udf_rw32(0xffffffff);
2908 struct udf_oldvat_tail *oldvat_tl; local in function:udf_check_for_vat
2995 oldvat_tl = (struct udf_oldvat_tail *) raw_vat;
2996 regid_name = (char *) oldvat_tl->id.id;

Completed in 20 milliseconds