Searched refs:img_first (Results 1 – 1 of 1) sorted by relevance
371 int (*img_first)(struct image_params *); in do_execve() local591 if ((img_first = imgp->proc->p_sysent->sv_imgact_try) != NULL) in do_execve()592 error = img_first(imgp); in do_execve()601 execsw[i]->ex_imgact == img_first) { in do_execve()