Lines Matching defs:uap
540 struct execa *uap,
757 error = (*eswp->exec_func)(vp, uap, args, idatap, level, execsz,
1409 struct execa *uap,
1418 cmn_err(CE_WARN, "missing exec capability for %s", uap->fname);
1547 stk_copyin(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp)
1554 char *argv = (char *)uap->argp;
1555 char *envp = (char *)uap->envp;
1569 error = stk_add(args, uap->fname, UIO_USERSPACE);
1824 exec_args(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp)
1873 error = stk_copyin(uap, args, intp, auxvpp);