Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h142 #define PS_MAC_EXTENSIONS_SIZE(x) \ macro
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2152 psmx = psattr->psa_mac_extensions = malloc(PS_MAC_EXTENSIONS_SIZE(PS_MAC_EXTENSIONS_INIT_COUNT)); in posix_spawnattr_setmacpolicyinfo_np()
2163 size_t extsize = PS_MAC_EXTENSIONS_SIZE(newnum); in posix_spawnattr_setmacpolicyinfo_np()
2791 size_t macext_size = PS_MAC_EXTENSIONS_SIZE(psattr->psa_mac_extensions->psmx_count); in posix_spawn()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c2669 if (px_args->mac_extensions_size < PS_MAC_EXTENSIONS_SIZE(1) || in spawn_copyin_macpolicyinfo()
2686 size_t extsize = PS_MAC_EXTENSIONS_SIZE(psmx->psmx_count); in spawn_copyin_macpolicyinfo()