Searched refs:auxvpp (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | exec.c | 1547 stk_copyin(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp) in stk_copyin() argument 1628 if (auxvpp != NULL && *auxvpp != NULL) { in stk_copyin() 1672 stk_copyout(uarg_t *args, char *usrstack, void **auxvpp, user_t *up) in stk_copyout() argument 1747 if (auxvpp != NULL && *auxvpp != NULL) { in stk_copyout() 1749 auxv_t **a = (auxv_t **)auxvpp; in stk_copyout() 1759 auxv32_t **a = (auxv32_t **)auxvpp; in stk_copyout() 1824 exec_args(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp) in exec_args() argument 1873 error = stk_copyin(uap, args, intp, auxvpp); in exec_args() 2030 error = stk_copyout(args, usrstack - sp_slew, auxvpp, up); in exec_args()
|