Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dmach_fat.c75 size_t nfat_arch, max_nfat_arch; in fatfile_getarch() local
88 max_nfat_arch = (data_size - sizeof(struct fat_header)) / sizeof(struct fat_arch); in fatfile_getarch()
89 if (nfat_arch > max_nfat_arch) { in fatfile_getarch()
239 size_t nfat_arch, max_nfat_arch, i, j; in fatfile_validate_fatarches() local
258 max_nfat_arch = (data_size - sizeof(struct fat_header)) / sizeof(struct fat_arch); in fatfile_validate_fatarches()
259 if (nfat_arch > max_nfat_arch) { in fatfile_validate_fatarches()