Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_partition_offset_calculate.c62 UINT *count, ULONG sector, UCHAR *sector_buffer);
280 UINT *count, ULONG sector, UCHAR *sector_buffer) in _fx_utility_partition_get() argument
294 if (sector_buffer[i + 4] == 0) /* no partition entry here */ in _fx_utility_partition_get()
303 value = (ULONG) sector_buffer[i + 8]; /* little endian start value */ in _fx_utility_partition_get()
304 value = (((ULONG) sector_buffer[i + 9]) << 8) | value; in _fx_utility_partition_get()
305 value = (((ULONG) sector_buffer[i + 10]) << 16) | value; in _fx_utility_partition_get()
306 value = (((ULONG) sector_buffer[i + 11]) << 24) | value; in _fx_utility_partition_get()
309 value = (ULONG) sector_buffer[i + 12]; /* little endian size value */ in _fx_utility_partition_get()
310 value = (((ULONG) sector_buffer[i + 13]) << 8) | value; in _fx_utility_partition_get()
311 value = (((ULONG) sector_buffer[i + 14]) << 16) | value; in _fx_utility_partition_get()
[all …]