HomeSort by: relevance | last modified time | path
    Searched defs:execve1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_exec.c 608 return execve1(l, true, SCARG(uap, path), -1, SCARG(uap, argp),
622 return execve1(l, false, NULL, SCARG(uap, fd), SCARG(uap, argp),
1468 execve1(struct lwp *l, bool has_path, const char *path, int fd, function in typeref:typename:int
kern_exec.c 608 return execve1(l, true, SCARG(uap, path), -1, SCARG(uap, argp),
622 return execve1(l, false, NULL, SCARG(uap, fd), SCARG(uap, argp),
1468 execve1(struct lwp *l, bool has_path, const char *path, int fd, function in typeref:typename:int

Completed in 24 milliseconds