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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h93 cpu_type_t csb_cpu_type; member in struct:cs_blob
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c2216 blob->csb_cpu_type = cputype;
2301 (blob->csb_cpu_type == CPU_TYPE_ANY ||
2302 oblob->csb_cpu_type == CPU_TYPE_ANY ||
2303 blob->csb_cpu_type == oblob->csb_cpu_type) &&
2312 if (oblob->csb_cpu_type == CPU_TYPE_ANY) {
2319 oblob->csb_cpu_type = cputype;
2373 blob->csb_cpu_type == -1 ? "detached" : "embedded",
2435 if (cputype != -1 && blob->csb_cpu_type == cputype) {
H A Dmach_loader.c1361 if (blob->csb_cpu_type == cputype &&

Completed in 32 milliseconds