OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avdp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/udf/
ecma167-udf.h
819
struct anchor_vdp
avdp
;
member in union:dscrptr
/src/sbin/newfs_udf/
udf_core.c
635
struct anchor_vdp *
avdp
;
local in function:udf_create_anchor
639
avdp
= context.anchors[num];
640
if (!
avdp
)
641
if ((
avdp
= calloc(1, context.sector_size)) == NULL)
644
udf_inittag(&
avdp
->tag, TAGID_ANCHOR, layout.anchors[num]);
646
avdp
->main_vds_ex.loc = udf_rw32(layout.vds1);
647
avdp
->main_vds_ex.len = udf_rw32(vds1_extent_len);
649
avdp
->reserve_vds_ex.loc = udf_rw32(layout.vds2);
650
avdp
->reserve_vds_ex.len = udf_rw32(vds2_extent_len);
653
avdp
->tag.desc_crc_len = udf_rw16(512-UDF_DESC_TAG_LENGTH)
[
all
...]
/src/sbin/fsck_udf/
main.c
1210
struct anchor_vdp *
avdp
= (struct anchor_vdp *) buffer;
local in function:udf_find_anchor
1234
if (udf_rw16(
avdp
->tag.id) != TAGID_ANCHOR)
1251
context.dscrver = udf_rw16(
avdp
->tag.descriptor_ver);
1254
memcpy(context.anchors[anum],
avdp
, context.sector_size);
1270
struct anchor_vdp *
avdp
;
local in function:udf_get_anchors
1357
avdp
= context.anchors[0];
1359
layout.vds1 = udf_rw32(
avdp
->main_vds_ex.loc);
1360
layout.vds1_size = udf_rw32(
avdp
->main_vds_ex.len) / context.sector_size;
1361
layout.vds2 = udf_rw32(
avdp
->reserve_vds_ex.loc);
1362
layout.vds2_size = udf_rw32(
avdp
->reserve_vds_ex.len) / context.sector_size
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025