Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/sys/
H A Dspawn.h75 struct posix_spawn_file_actions { struct
82 typedef struct posix_spawn_file_actions posix_spawn_file_actions_t; argument
H A Dexec.h307 struct posix_spawn_file_actions;
310 void posix_spawn_fa_free(struct posix_spawn_file_actions *, size_t);
312 struct posix_spawn_file_actions *, struct posix_spawnattr *,
H A Dsyscallargs.h3139 syscallarg(const struct posix_spawn_file_actions *) file_actions;
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_execve.c114 netbsd32_posix_spawn_fa_alloc(struct posix_spawn_file_actions **fap, in netbsd32_posix_spawn_fa_alloc()
117 struct posix_spawn_file_actions *fa; in netbsd32_posix_spawn_fa_alloc()
196 struct posix_spawn_file_actions *fa = NULL; in netbsd32_posix_spawn()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dspawn.d287 struct posix_spawn_file_actions
294 alias posix_spawn_file_actions_t = posix_spawn_file_actions;
/netbsd-src/sys/kern/
H A Dkern_exec.c277 struct posix_spawn_file_actions
2158 handle_posix_spawn_file_actions(struct posix_spawn_file_actions *actions) in handle_posix_spawn_file_actions()
2363 /* handle posix_spawn_file_actions */ in spawn_return()
2448 posix_spawn_fa_free(struct posix_spawn_file_actions *fa, size_t len) in posix_spawn_fa_free()
2462 posix_spawn_fa_alloc(struct posix_spawn_file_actions **fap, in posix_spawn_fa_alloc()
2463 const struct posix_spawn_file_actions *ufa, rlim_t lim) in posix_spawn_fa_alloc()
2465 struct posix_spawn_file_actions *fa; in posix_spawn_fa_alloc()
2561 struct posix_spawn_file_actions *fa, in do_posix_spawn()
2866 syscallarg(const struct posix_spawn_file_actions *) file_actions; in sys_posix_spawn()
2873 struct posix_spawn_file_actions *f in sys_posix_spawn()
[all...]