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.c823 static uint32_t sec_loc[ISO9660_MAX_DIR_DEPTH];
825 static uint32_t sec_offset[ISO9660_MAX_DIR_DEPTH];
827 static uint32_t dir_rem[ISO9660_MAX_DIR_DEPTH];
887 if (level == ISO9660_MAX_DIR_DEPTH - 1) { in iso_get_file_size()
H A Dbootmap.h399 #define ISO9660_MAX_DIR_DEPTH 8 macro