Home
last modified time | relevance | path

Searched refs:stk_base (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1615 *--args->stk_offp = args->stk_strp - args->stk_base; in stk_add()
1724 argc = (int *)(args->stk_base + args->stk_size) - args->stk_offp; in stk_copyin()
1725 args->arglen = args->stk_strp - args->stk_base; in stk_copyin()
1747 args->na = (int *)(args->stk_base + args->stk_size) - args->stk_offp; in stk_copyin()
1777 (args->stk_strp - args->stk_base); in stk_copyin()
1792 args->nc = args->stk_strp - args->stk_base; in stk_copyin()
1802 char *kstrp = args->stk_base; in stk_copyout()
1805 int *offp = (int *)(args->stk_base + args->stk_size); in stk_copyout()
1865 if (copyout(args->stk_base, ustrp, args->nc)) in stk_copyout()
2051 args->stk_base = kmem_alloc(size, KM_SLEEP); in exec_args()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h91 char *stk_base; member