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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dspawn_internal.h81 } *_posix_spawn_port_actions_t; typedef in typeref:struct:_posix_spawn_port_actions
153 _posix_spawn_port_actions_t psa_ports; /* special/exception ports */
305 _posix_spawn_port_actions_t
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dposix_spawn.c670 _posix_spawn_port_actions_t acts;
676 acts = (_posix_spawn_port_actions_t)malloc(PS_PORT_ACTIONS_SIZE(2));
695 _posix_spawn_port_actions_t acts;
725 _posix_spawn_port_actions_t acts;
747 _posix_spawn_port_actions_t acts;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c1496 _posix_spawn_port_actions_t pacts = imgp->ip_px_spa;
1926 _posix_spawn_port_actions_t px_spap = NULL;
2031 MALLOC(px_spap, _posix_spawn_port_actions_t,

Completed in 124 milliseconds