Searched refs:PS_PORT_ACTIONS_SIZE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dspawn_internal.h86 #define PS_PORT_ACTIONS_SIZE(x) \ macro
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/spawn/
H A Dposix_spawn.c677 acts = (_posix_spawn_port_actions_t)malloc(PS_PORT_ACTIONS_SIZE(2));
709 acts = realloc(acts, PS_PORT_ACTIONS_SIZE(newnum));
1492 ad.port_actions_size = PS_PORT_ACTIONS_SIZE(
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c1914 if (px_args.port_actions_size < PS_PORT_ACTIONS_SIZE(1) ||
1933 if (PS_PORT_ACTIONS_SIZE(px_spap->pspa_count) != px_args.port_actions_size) {

Completed in 102 milliseconds