Searched defs:auxvpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1576 stk_copyin(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp) argument
1670 if (auxvpp != NULL && *auxvpp != NULL) {
1714 stk_copyout(uarg_t *args, char *usrstack, void **auxvpp, user_t *up) argument
1789 if (auxvpp != NULL && *auxvpp != NULL) {
1791 auxv_t **a = (auxv_t **)auxvpp;
1801 auxv32_t **a = (auxv32_t **)auxvpp;
1904 exec_args(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp) argument
1953 error = stk_copyin(uap, args, intp, auxvpp);
[all...]

Completed in 57 milliseconds