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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.c80 off_t end_of_archs; local
100 end_of_archs = (off_t)nfat_arch * sizeof(struct fat_arch) +
104 if (end_of_archs > (int)filesize) {
113 if (end_of_archs > PAGE_SIZE ||
114 end_of_archs < (off_t)(sizeof(struct fat_header)+sizeof(struct fat_arch)))
120 size = round_page(end_of_archs);

Completed in 88 milliseconds