Searched refs:UD_VOL_REC_BSZ (Results 1 – 2 of 2) sorted by relevance
36 #define UD_VOL_REC_BSZ 2048 macro37 #define UD_VOL_REC_END (256 * UD_VOL_REC_BSZ)
287 if ((buf = (uint8_t *)malloc(UD_VOL_REC_BSZ)) == NULL) { in ud_get_ecma_ver()301 for (; off < end_off; off += UD_VOL_REC_BSZ) { in ud_get_ecma_ver()303 if (ud_read_dev(h, off, buf, UD_VOL_REC_BSZ) == 0) { in ud_get_ecma_ver()