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

  /src/sbin/fsck_udf/
main.c 326 struct long_ad *long_adp = NULL; local in function:udf_wipe_and_reallocate
369 long_adp = (struct long_ad *) bpos;
370 memcpy(long_adp, &allocated, sizeof(struct long_ad));
371 long_adp->len = udf_rw32(inf_len);
747 struct short_ad *short_adp, struct long_ad *long_adp, void *process_context)
792 if (long_adp) {
793 piece_len = udf_rw32(long_adp->len);
794 lb_num = udf_rw32(long_adp->loc.lb_num);
795 vpart_num = udf_rw16(long_adp->loc.part_num);
942 struct long_ad *long_adp = NULL local in function:udf_process_file
    [all...]
main.c 326 struct long_ad *long_adp = NULL; local in function:udf_wipe_and_reallocate
369 long_adp = (struct long_ad *) bpos;
370 memcpy(long_adp, &allocated, sizeof(struct long_ad));
371 long_adp->len = udf_rw32(inf_len);
747 struct short_ad *short_adp, struct long_ad *long_adp, void *process_context)
792 if (long_adp) {
793 piece_len = udf_rw32(long_adp->len);
794 lb_num = udf_rw32(long_adp->loc.lb_num);
795 vpart_num = udf_rw16(long_adp->loc.part_num);
942 struct long_ad *long_adp = NULL local in function:udf_process_file
    [all...]

Completed in 24 milliseconds