Searched refs: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.h297 __darwin_size_t port_actions_size; /* size of port actions block */ member in struct:_posix_spawn_args_desc
320 uint32_t port_actions_size; /* size of port actions block */ member in struct:user32__posix_spawn_args_desc
331 user_size_t port_actions_size; /* size of port actions block */ member in struct:user__posix_spawn_args_desc
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c1865 px_args.port_actions_size = px_args32.port_actions_size;
1912 if (px_args.port_actions_size != 0) {
1914 if (px_args.port_actions_size < PS_PORT_ACTIONS_SIZE(1) ||
1915 px_args.port_actions_size > PAGE_SIZE) {
1921 px_args.port_actions_size, M_TEMP, M_WAITOK);
1929 px_args.port_actions_size)) != 0)
1933 if (PS_PORT_ACTIONS_SIZE(px_spap->pspa_count) != px_args.port_actions_size) {
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1492 ad.port_actions_size = PS_PORT_ACTIONS_SIZE(

Completed in 143 milliseconds