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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c83 #define SYSTEM_AREA_BLOCK 16 macro
514 #define RESERVED_AREA (SYSTEM_AREA_BLOCK * LOGICAL_BLOCK_SIZE)
646 if (location <= SYSTEM_AREA_BLOCK ||
756 if (volume_block <= SYSTEM_AREA_BLOCK+4)
761 * >= SYSTEM_AREA_BLOCK(16) + 2 and < Volume Space Size. */
763 if (location < SYSTEM_AREA_BLOCK+2 || location >= volume_block)
769 * >= SYSTEM_AREA_BLOCK(16) + 2 and < Volume Space Size. */
771 if ((location > 0 && location < SYSTEM_AREA_BLOCK+2)
823 if (volume_block <= SYSTEM_AREA_BLOCK+4)
832 * >= 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);
7351 set_num_731(buff, SYSTEM_AREA_BLOCK);

Completed in 183 milliseconds