Home
last modified time | relevance | path

Searched refs:ivd (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sbin/newfs_udf/
Dudf_core.c1463 struct impvol_desc *ivd; in udf_create_impvold() local
1467 ivd = calloc(1, context.sector_size); in udf_create_impvold()
1468 if (ivd == NULL) in udf_create_impvold()
1470 lvi = &ivd->_impl_use.lv_info; in udf_create_impvold()
1472 udf_inittag(&ivd->tag, TAGID_IMP_VOL, /* loc */ 0); in udf_create_impvold()
1473 ivd->seq_num = udf_rw32(context.vds_seq); context.vds_seq++; in udf_create_impvold()
1475 udf_set_regid(&ivd->impl_id, "*UDF LV Info"); in udf_create_impvold()
1476 udf_add_udf_regid(&ivd->impl_id); in udf_create_impvold()
1490 ivd->tag.desc_crc_len = udf_rw16(crclen); in udf_create_impvold()
1492 context.implementation = ivd; in udf_create_impvold()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c13075 Elf_Internal_Verdef ivd; in process_version_sections() local
13089 ivd.vd_next = 0; in process_version_sections()
13091 ivd.vd_ndx = (data[cnt + j] & VERSYM_VERSION) + 1; in process_version_sections()
13096 ivd.vd_next = BYTE_GET (evd.vd_next); in process_version_sections()
13097 ivd.vd_ndx = BYTE_GET (evd.vd_ndx); in process_version_sections()
13100 offset += ivd.vd_next; in process_version_sections()
13102 while (ivd.vd_ndx != (data[cnt + j] & VERSYM_VERSION) in process_version_sections()
13103 && ivd.vd_next != 0); in process_version_sections()
13105 if (ivd.vd_ndx == (data[cnt + j] & VERSYM_VERSION)) in process_version_sections()
13110 ivd.vd_aux = BYTE_GET (evd.vd_aux); in process_version_sections()
[all …]
/netbsd/src/sys/fs/udf/
Decma167-udf.h825 struct impvol_desc ivd; member
Dudf_subr.c1033 UDF_UPDATE_DSCR(ump->implementation, &dscr->ivd); in udf_process_vds_descriptor()