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

  /src/sys/compat/netbsd32/
netbsd32_execve.c 203 /* check_posix_spawn() increments nprocs for us. */
204 error = check_posix_spawn(l);
  /src/sys/sys/
exec.h 309 int check_posix_spawn (struct lwp *);
  /src/sys/kern/
kern_exec.c 2524 check_posix_spawn(struct lwp *l1) function in typeref:typename:int
2896 /* check_posix_spawn() increments nprocs for us. */
2897 error = check_posix_spawn(l1);

Completed in 13 milliseconds