Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c688 static uint32_t sec_loc[ISO9660_MAX_DIR_DEPTH];
690 static uint32_t sec_offset[ISO9660_MAX_DIR_DEPTH];
692 static uint32_t dir_rem[ISO9660_MAX_DIR_DEPTH];
745 if (level == ISO9660_MAX_DIR_DEPTH - 1) { in iso_get_file_size()
H A Dbootmap.h403 #define ISO9660_MAX_DIR_DEPTH 8 macro