Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h36 #define UD_VOL_REC_BSZ 2048 macro
37 #define UD_VOL_REC_END (256 * UD_VOL_REC_BSZ)
H A Dud_lib.c287 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()