OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ivd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/udf/
ecma167-udf.h
825
struct impvol_desc
ivd
;
member in union:dscrptr
/src/sbin/newfs_udf/
udf_core.c
1463
struct impvol_desc *
ivd
;
local in function:udf_create_impvold
1467
ivd
= calloc(1, context.sector_size);
1468
if (
ivd
== NULL)
1470
lvi = &
ivd
->_impl_use.lv_info;
1472
udf_inittag(&
ivd
->tag, TAGID_IMP_VOL, /* loc */ 0);
1473
ivd
->seq_num = udf_rw32(context.vds_seq); context.vds_seq++;
1475
udf_set_regid(&
ivd
->impl_id, "*UDF LV Info");
1476
udf_add_udf_regid(&
ivd
->impl_id);
1490
ivd
->tag.desc_crc_len = udf_rw16(crclen);
1492
context.implementation =
ivd
;
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025