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,
|