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

  /src/sys/kern/
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,
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 26 milliseconds