Home
last modified time | relevance | path

Searched refs:fae_action (Results 1 – 5 of 5) sorted by relevance

/netbsd/lib/libc/gen/
H A Dposix_spawn_fileactions.c71 if (fa->fae[i].fae_action == FAE_OPEN) in posix_spawn_file_actions_destroy()
122 fa->fae[i].fae_action = FAE_OPEN; in posix_spawn_file_actions_addopen()
146 fa->fae[i].fae_action = FAE_DUP2; in posix_spawn_file_actions_adddup2()
168 fa->fae[i].fae_action = FAE_CLOSE; in posix_spawn_file_actions_addclose()
191 fa->fae[i].fae_action = FAE_CHDIR; in posix_spawn_file_actions_addchdir()
212 fa->fae[i].fae_action = FAE_FCHDIR; in posix_spawn_file_actions_addfchdir()
/netbsd/sys/sys/
H A Dspawn.h50 enum fae_action { FAE_OPEN, FAE_DUP2, FAE_CLOSE, FAE_CHDIR, FAE_FCHDIR }; enum
52 enum fae_action fae_action; member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_execve.c99 switch (fae->fae_action) { in netbsd32_posix_spawn_fae_path()
153 fae->fae_action = (unsigned)f32->fae_action; in netbsd32_posix_spawn_fa_alloc()
155 if (fae->fae_action == FAE_DUP2) in netbsd32_posix_spawn_fa_alloc()
H A Dnetbsd32.h1188 FAE32_CHDIR, FAE32_FCHDIR } fae_action; member
/netbsd/sys/kern/
H A Dkern_exec.c2170 switch (fae->fae_action) { in handle_posix_spawn_file_actions()
2437 switch (fae->fae_action) { in posix_spawn_fae_path()