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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgact.h83 cpu_type_t ip_origcputype; /* cputype of invocation file */ member in struct:image_params
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c783 if (!imgp->ip_origcputype) {
784 imgp->ip_origcputype = mach_header->cputype;
812 if (pref == imgp->ip_origcputype) {
821 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK)) {
901 p->p_cputype = imgp->ip_origcputype;

Completed in 71 milliseconds