Searched refs:proc_cputype (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | kern_sysctl.c | 4152 cpu_type_t proc_cputype = 0; local 4153 if ((error = fetch_process_cputype(req->p, (int *)arg1, arg2, &proc_cputype)) != 0) { 4157 if ((proc_cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) { 4169 cpu_type_t proc_cputype = 0; local 4170 if ((error = fetch_process_cputype(req->p, (int *)arg1, arg2, &proc_cputype)) != 0) { 4173 return SYSCTL_OUT(req, &proc_cputype, sizeof(proc_cputype)); 4175 SYSCTL_PROC(_sysctl, OID_AUTO, proc_cputype, CTLTYPE_NODE | CTLFLAG_RD | CTLFLAG_LOCKED, 0, 0, sysc…
|