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

  /src/sbin/fsck_udf/
main.c 327 struct short_ad *short_adp = NULL; local
364 short_adp = (struct short_ad *) bpos;
365 short_adp->len = udf_rw32(inf_len);
366 short_adp->lb_num = allocated.loc.lb_num;
747 struct short_ad *short_adp, struct long_ad *long_adp, void *process_context)
788 if (short_adp) {
789 piece_len = udf_rw32(short_adp->len);
790 lb_num = udf_rw32(short_adp->lb_num);
943 struct short_ad *short_adp = NULL; local
1002 short_adp = (struct short_ad *) bpos
    [all...]

Completed in 31 milliseconds