Searched refs:stk_strp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1467 * +-----------------------+ <--- stk_strp
1472 * terminator) at stk_strp, and we store the offset of the string relative to
1473 * stk_base at --stk_offp. At strings are added, stk_strp increases and
1499 * +-----------------------+ <--- stk_strp
1518 #define STK_AVAIL(args) ((char *)(args)->stk_offp - (args)->stk_strp)
1531 *--args->stk_offp = args->stk_strp - args->stk_base;
1534 error = copyinstr(sp, args->stk_strp, STK_AVAIL(args), &len);
1541 bcopy(sp, args->stk_strp, len);
1544 args->stk_strp += len;
1641 args->arglen = args->stk_strp
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h87 char *stk_strp; member in struct:uarg

Completed in 99 milliseconds