Searched refs:avdp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/fs/udf/
H A Decma167-udf.h373 struct anchor_vdp avdp; member in union:dscrptr
H A Dudf_vfsops.c312 struct anchor_vdp avdp; local
395 bcopy(bp->b_data, &avdp, sizeof(struct anchor_vdp));
405 mvds_start = le32toh(avdp.main_vds_ex.loc);
406 mvds_end = mvds_start + (le32toh(avdp.main_vds_ex.len) - 1) / bsize;

Completed in 159 milliseconds