Lines Matching refs:imgp
621 imgact_binmisc_exec(struct image_params *imgp) in imgact_binmisc_exec() argument
623 const char *image_header = imgp->image_header; in imgact_binmisc_exec()
644 if (imgp->interpreted & IMGACT_BINMISC) { in imgact_binmisc_exec()
649 imgp->interpreted |= IMGACT_BINMISC; in imgact_binmisc_exec()
656 if (imgp->args->fname != NULL) { in imgact_binmisc_exec()
657 fname = imgp->args->fname; in imgact_binmisc_exec()
661 sbuf_printf(sname, "/dev/fd/%d", imgp->args->fd); in imgact_binmisc_exec()
684 error = exec_args_adjust_args(imgp->args, 0, offset); in imgact_binmisc_exec()
690 imgp->args->argc += ibe->ibe_interp_argcnt; in imgact_binmisc_exec()
697 d = imgp->args->begin_argv; in imgact_binmisc_exec()
732 imgp->interpreter_name = imgp->args->begin_argv; in imgact_binmisc_exec()
734 imgp->interpreter_vp = ibe->ibe_interpreter_vnode; in imgact_binmisc_exec()
735 vref(imgp->interpreter_vp); in imgact_binmisc_exec()