Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dspawn.h75 struct posix_spawn_file_actions { struct
82 typedef struct posix_spawn_file_actions posix_spawn_file_actions_t; argument
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 *,
Dsyscallargs.h3139 syscallarg(const struct posix_spawn_file_actions *) file_actions;
/netbsd/src/sys/compat/netbsd32/
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/sys/kern/
Dkern_exec.c277 struct posix_spawn_file_actions
2153 handle_posix_spawn_file_actions(struct posix_spawn_file_actions *actions) in handle_posix_spawn_file_actions()
2450 posix_spawn_fa_free(struct posix_spawn_file_actions *fa, size_t len) in posix_spawn_fa_free()
2464 posix_spawn_fa_alloc(struct posix_spawn_file_actions **fap, in posix_spawn_fa_alloc()
2465 const struct posix_spawn_file_actions *ufa, rlim_t lim) in posix_spawn_fa_alloc()
2467 struct posix_spawn_file_actions *fa; in posix_spawn_fa_alloc()
2563 struct posix_spawn_file_actions *fa, in do_posix_spawn()
2885 struct posix_spawn_file_actions *fa = NULL; in sys_posix_spawn()