Searched refs:SYSTEM_AREA_BLOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c83 #define SYSTEM_AREA_BLOCK 16 macro
511 #define RESERVED_AREA (SYSTEM_AREA_BLOCK * LOGICAL_BLOCK_SIZE)
643 if (location <= SYSTEM_AREA_BLOCK ||
753 if (volume_block <= SYSTEM_AREA_BLOCK+4)
758 * >= SYSTEM_AREA_BLOCK(16) + 2 and < Volume Space Size. */
760 if (location < SYSTEM_AREA_BLOCK+2 || location >= volume_block)
766 * >= SYSTEM_AREA_BLOCK(16) + 2 and < Volume Space Size. */
768 if ((location > 0 && location < SYSTEM_AREA_BLOCK+2)
820 if (volume_block <= SYSTEM_AREA_BLOCK+4)
829 * >= SYSTEM_AREA_BLOCK(1
[all...]
H A Darchive_write_set_format_iso9660.c76 #define SYSTEM_AREA_BLOCK 16 macro
1940 blocks = SYSTEM_AREA_BLOCK
2006 ret = write_null(a, SYSTEM_AREA_BLOCK * LOGICAL_BLOCK_SIZE);
7336 set_num_731(buff, SYSTEM_AREA_BLOCK);

Completed in 104 milliseconds