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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgact.h84 cpu_subtype_t ip_origcpusubtype; /* subtype of invocation file */ member in struct:image_params
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c785 imgp->ip_origcpusubtype = mach_header->cpusubtype;
821 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK)) {
902 p->p_cpusubtype = imgp->ip_origcpusubtype;

Completed in 89 milliseconds