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

  /src/sys/compat/netbsd32/
netbsd32_execve.c 189 syscallarg(const netbsd32_posix_spawn_file_actionsp) file_actions;
210 /* copy in file_actions struct */
211 if (SCARG_P32(uap, file_actions) != NULL) {
215 SCARG_P32(uap, file_actions), max_fileactions);
netbsd32_syscallargs.h 2601 syscallarg(const netbsd32_posix_spawn_file_actionsp) file_actions; member in struct:netbsd32_posix_spawn_args
netbsd32_systrace_args.c 3466 uarg[2] = (intptr_t) SCARG(p, file_actions).i32; /* const netbsd32_posix_spawn_file_actionsp */
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
netbsd_syscall_hooks.h 2633 #define __sanitizer_syscall_pre_posix_spawn(pid, path, file_actions, attrp, \
2636 (long long)(pid), (long long)(path), (long long)(file_actions), \
2638 #define __sanitizer_syscall_post_posix_spawn(res, pid, path, file_actions, \
2641 res, (long long)(pid), (long long)(path), (long long)(file_actions), \
4665 long long file_actions,
4670 long long file_actions,
  /src/sys/kern/
kern_exec.c 2882 syscallarg(const struct posix_spawn_file_actions *) file_actions;
2903 /* copy in file_actions struct */
2904 if (SCARG(uap, file_actions) != NULL) {
2907 error = posix_spawn_fa_alloc(&fa, SCARG(uap, file_actions),
systrace_args.c 3649 uarg[2] = (intptr_t) SCARG(p, file_actions); /* const struct posix_spawn_file_actions * */
  /src/sys/sys/
syscallargs.h 3139 syscallarg(const struct posix_spawn_file_actions *) file_actions; member in struct:sys_posix_spawn_args

Completed in 46 milliseconds