Searched refs:meta_off (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Disw_raid.c43 uint64_t meta_off; local
52 meta_off = ((size / 0x200)-2) * 0x200;
53 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Djmicron_raid.c39 uint64_t meta_off; local
48 meta_off = ((size / 0x200)-1) * 0x200;
49 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dlsi_raid.c38 uint64_t meta_off; local
47 meta_off = ((size / 0x200)-1) * 0x200;
48 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dnvidia_raid.c41 uint64_t meta_off; local
50 meta_off = ((size / 0x200)-2) * 0x200;
51 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dpromise_raid.c52 uint64_t meta_off; local
54 meta_off = ((size / 0x200) - sectors[i]) * 0x200;
55 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dhighpoint.c73 uint64_t meta_off; local
82 meta_off = ((size / 0x200)-11) * 0x200;
83 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dsilicon_raid.c53 uint64_t meta_off; local
62 meta_off = ((size / 0x200)-1) * 0x200;
63 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dvia_raid.c63 uint64_t meta_off; local
72 meta_off = ((size / 0x200)-1) * 0x200;
74 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dadaptec_raid.c86 uint64_t meta_off; local
95 meta_off = ((size / 0x200)-1) * 0x200;
96 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c239 gint len, cnt, off = 0, meta_len, meta_off = 0, i; local
266 memcpy(meta_data + meta_off, buffer + rd_index, cnt);
269 meta_off += cnt;

Completed in 89 milliseconds