Searched refs:j_cpusubtype (Results 1 – 1 of 1) sorted by relevance
294 uint32_t j_cpusubtype = OSSwapBigToHostInt32(arches[j].cpusubtype); in fatfile_validate_fatarches() local296 if ((i_cputype == j_cputype) && (i_cpusubtype == j_cpusubtype)) { in fatfile_validate_fatarches()