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

/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/spawn/
H A Dposix_spawn.c137 (*psattrp)->psa_mac_extensions = NULL;
1378 extension = posix_spawnattr_macpolicyinfo_lookup(psattr->psa_mac_extensions, policyname);
1399 psmx = psattr->psa_mac_extensions;
1400 extension = posix_spawnattr_macpolicyinfo_lookup(psattr->psa_mac_extensions, policyname);
1407 psmx = psattr->psa_mac_extensions = malloc(PS_MAC_EXTENSIONS_SIZE(PS_MAC_EXTENSIONS_INIT_COUNT));
1414 psmx = psattr->psa_mac_extensions = reallocf(psmx, PS_MAC_EXTENSIONS_SIZE(psmx->psmx_alloc * 2));
1495 if (psattr->psa_mac_extensions != NULL) {
1496 ad.mac_extensions = psattr->psa_mac_extensions;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dspawn_internal.h154 _posix_spawn_mac_policy_extensions_t psa_mac_extensions; member in struct:_posix_spawnattr

Completed in 66 milliseconds