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

  /src/sys/sys/
exec.h 272 int check_exec (struct lwp *, struct exec_package *,
  /src/sys/kern/
exec_script.c 200 * MNT_NOSUID has already taken care of by check_exec,
284 * mark the header we have as invalid; check_exec will read
292 error = check_exec(l, epp, shell_pathbuf, NULL);
kern_exec.c 373 check_exec(struct lwp *l, struct exec_package *epp, struct pathbuf *pb, function in typeref:typename:int
804 * This is done here rather than in check_exec(), so that it's
806 * functions call check_exec() recursively - for example,
848 if ((error = check_exec(l, epp, data->ed_pathbuf,

Completed in 13 milliseconds