Searched refs:pref (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn.c | 493 size_t count, cpu_type_t *pref, size_t * __restrict ocount) in posix_spawnattr_getbinpref_np() argument 498 if (attr == NULL || *attr == NULL || pref == NULL) { in posix_spawnattr_getbinpref_np() 504 pref[i] = psattr->psa_binprefs[i]; in posix_spawnattr_getbinpref_np() 544 if (attr == NULL || *attr == NULL || pref == NULL || subpref == NULL) { in posix_spawnattr_getarchpref_np() 550 pref[i] = psattr->psa_binprefs[i]; in posix_spawnattr_getarchpref_np() 748 size_t count, cpu_type_t *pref, size_t * __restrict ocount) in posix_spawnattr_setbinpref_np() argument 753 if (attr == NULL || *attr == NULL || pref == NULL) { in posix_spawnattr_setbinpref_np() 759 psattr->psa_binprefs[i] = pref[i]; in posix_spawnattr_setbinpref_np() 801 size_t count, cpu_type_t *pref, cpu_subtype_t *subpref, in posix_spawnattr_setarchpref_np() argument 807 if (attr == NULL || *attr == NULL || pref == NULL || subpref == NULL) { in posix_spawnattr_setarchpref_np() [all …]
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_exec.c | 802 cpu_type_t pref = psa->psa_binprefs[pr]; in exec_fat_imgact() local 805 if (pref == 0) { in exec_fat_imgact() 811 if (pref == CPU_TYPE_ANY) { in exec_fat_imgact() 816 lret = fatfile_getbestarch_for_cputype(pref, in exec_fat_imgact() 1273 cpu_type_t pref = psa->psa_binprefs[pr]; in exec_mach_imgact() local 1276 if (pref == 0) { in exec_mach_imgact() 1282 if (pref == CPU_TYPE_ANY) { in exec_mach_imgact() 1287 if (binary_match(CPU_ARCH_MASK, pref, subpref, in exec_mach_imgact()
|
| H A D | uipc_mbuf.c | 1336 u_int16_t min, u_int16_t ref, u_int16_t pref, u_int16_t flag, in mext_init() argument 1347 MEXT_PREF(m) = pref; in mext_init()
|