HomeSort by: relevance | last modified time | path
    Searched defs:execve1 (Results 1 - 1 of 1) 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

Completed in 16 milliseconds