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

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1465 * | STK_AVAIL() space |
1474 * stk_offp decreases. The amount of space remaining, STK_AVAIL(), is just
1497 * | STK_AVAIL() space |
1518 #define STK_AVAIL(args) ((char *)(args)->stk_offp - (args)->stk_strp) macro
1529 if (STK_AVAIL(args) < sizeof (int))
1534 error = copyinstr(sp, args->stk_strp, STK_AVAIL(args), &len);
1539 if (len > STK_AVAIL(args))
1700 if (STK_AVAIL(args) < pad)
1967 ASSERT((ssize_t)STK_AVAIL(args) >= 0);

Completed in 67 milliseconds