HomeSort by: relevance | last modified time | path
    Searched refs:fae_action (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
spawn.h 50 enum fae_action { FAE_OPEN, FAE_DUP2, FAE_CLOSE, FAE_CHDIR, FAE_FCHDIR }; enum
52 enum fae_action fae_action; member in struct:posix_spawn_file_actions_entry
  /src/lib/libc/gen/
posix_spawn_fileactions.c 71 if (fa->fae[i].fae_action == FAE_OPEN)
122 fa->fae[i].fae_action = FAE_OPEN;
146 fa->fae[i].fae_action = FAE_DUP2;
168 fa->fae[i].fae_action = FAE_CLOSE;
191 fa->fae[i].fae_action = FAE_CHDIR;
212 fa->fae[i].fae_action = FAE_FCHDIR;
  /src/sys/compat/netbsd32/
netbsd32_execve.c 99 switch (fae->fae_action) {
153 fae->fae_action = (unsigned)f32->fae_action;
155 if (fae->fae_action == FAE_DUP2)
netbsd32.h 1197 FAE32_CHDIR, FAE32_FCHDIR } fae_action; member in struct:netbsd32_posix_spawn_file_actions_entry
  /src/sys/kern/
kern_exec.c 2165 switch (fae->fae_action) {
2443 switch (fae->fae_action) {

Completed in 17 milliseconds