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

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.c403 struct anchor_vdp *avdp; local
406 if ((avdp = calloc(1, context.sector_size)) == NULL)
409 udf_inittag(&avdp->tag, TAGID_ANCHOR, layout.anchors[num]);
411 avdp->main_vds_ex.loc = udf_rw32(layout.vds1);
412 avdp->main_vds_ex.len = udf_rw32(vds_extent_len);
414 avdp->reserve_vds_ex.loc = udf_rw32(layout.vds2);
415 avdp->reserve_vds_ex.len = udf_rw32(vds_extent_len);
418 avdp->tag.desc_crc_len = udf_rw16(512-UDF_DESC_TAG_LENGTH);
420 context.anchors[num] = avdp;
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Decma167-udf.h813 struct anchor_vdp avdp; member in union:dscrptr

Completed in 68 milliseconds