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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dspawn_internal.h79 int pspa_count; member in struct:_posix_spawn_port_actions
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/spawn/
H A Dposix_spawn.c682 acts->pspa_count = 0;
767 if (acts->pspa_alloc == acts->pspa_count) {
776 acts->pspa_actions[acts->pspa_count] = *act;
777 acts->pspa_count++;
1493 ad.port_actions->pspa_count);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c1407 for (i = 0; i < pacts->pspa_count; i++) {
1933 if (PS_PORT_ACTIONS_SIZE(px_spap->pspa_count) != px_args.port_actions_size) {
2020 if (px_spap->pspa_count != 0 && is_adaptive) {
2021 portwatch_count = px_spap->pspa_count;

Completed in 117 milliseconds