Searched refs:stk_base (Results 1 – 2 of 2) sorted by relevance
1502 *--args->stk_offp = args->stk_strp - args->stk_base; in stk_add()1598 argc = (int *)(args->stk_base + args->stk_size) - args->stk_offp; in stk_copyin()1599 args->arglen = args->stk_strp - args->stk_base; in stk_copyin()1621 args->na = (int *)(args->stk_base + args->stk_size) - args->stk_offp; in stk_copyin()1651 (args->stk_strp - args->stk_base); in stk_copyin()1666 args->nc = args->stk_strp - args->stk_base; in stk_copyin()1676 char *kstrp = args->stk_base; in stk_copyout()1679 int *offp = (int *)(args->stk_base + args->stk_size); in stk_copyout()1739 if (copyout(args->stk_base, ustrp, args->nc)) in stk_copyout()1870 args->stk_base = kmem_alloc(size, KM_SLEEP); in exec_args()[all …]
86 char *stk_base; member