Searched refs:vd_offset (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Diso9660.c71 int vd_offset; local
79 vd_offset = ISO_VD_OFFSET;
83 is = (struct iso_volume_descriptor *) volume_id_get_buffer(id, off + vd_offset, 0x200);
89 dbg("found SVD at offset 0x%llx", (unsigned long long) (off + vd_offset));
105 vd_offset += ISO_SECTOR_SIZE;

Completed in 100 milliseconds