Home
last modified time | relevance | path

Searched refs:fetch_process_cputype (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_sysctl.c321 STATIC int fetch_process_cputype( proc_t cur_proc, int *name, u_int namelen, cpu_type_t *cputype);
3947 fetch_process_cputype( in fetch_process_cputype() function
3992 if ((error = fetch_process_cputype(req->p, (int *)arg1, arg2, &proc_cputype)) != 0) { in sysctl_sysctl_native()
4009 if ((error = fetch_process_cputype(req->p, (int *)arg1, arg2, &proc_cputype)) != 0) { in sysctl_sysctl_cputype()