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
|