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

  /src/sbin/fsck_udf/
main.c 2007 uint32_t vat_loc, early_vat_loc, late_vat_loc, accepted_vat_loc; local in function:udf_search_vat
2063 vat_loc = early_vat_loc;
2070 while (vat_loc <= late_vat_loc) {
2072 pwarn("\nchecking for VAT in sector %8d\n", vat_loc);
2080 ((vat_loc >= ti->track_start) &&
2081 (vat_loc <= ti->track_start + ti->track_size))) {
2087 vat_loc++;
2091 error = udf_read_dscr_phys(vat_loc, &vat_candidate);
2097 vat_loc++; /* walk forward */
2108 vat_loc++; /* walk forward *
    [all...]
  /src/sys/fs/udf/
udf_subr.c 3079 uint32_t early_vat_loc, late_vat_loc, vat_loc; local in function:udf_search_vat
3098 vat_loc = early_vat_loc;
3103 vat_loc));
3105 icb_loc.loc.lb_num = udf_rw32(vat_loc);
3116 vat_loc));
3125 vat_loc++; /* walk forward */
3126 } while (vat_loc <= late_vat_loc);

Completed in 22 milliseconds