Lines Matching defs:auxvpp
1547 stk_copyin(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp)
1628 if (auxvpp != NULL && *auxvpp != NULL) {
1672 stk_copyout(uarg_t *args, char *usrstack, void **auxvpp, user_t *up)
1747 if (auxvpp != NULL && *auxvpp != NULL) {
1749 auxv_t **a = (auxv_t **)auxvpp;
1759 auxv32_t **a = (auxv32_t **)auxvpp;
1824 exec_args(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp)
1873 error = stk_copyin(uap, args, intp, auxvpp);
2030 error = stk_copyout(args, usrstack - sp_slew, auxvpp, up);