Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h240 int psa_platform; /* Plaform for the binary */ member
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c168 psattrp->psa_platform = 0; in __posix_spawnattr_init()
1125 psattr->psa_platform = platform; in posix_spawnattr_set_platform_np()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c6949 if (psa == NULL || psa->psa_platform == 0) { in check_for_signature()
6973 } else if (psa->psa_platform != PLATFORM_IOS) { in check_for_signature()