Searched refs:stackp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm_getcmd.c92 caddr_t stackp; local
113 stackp = (caddr_t)stack32 + ((1 + argc) * sizeof (caddr32_t));
115 for (envc = 0; *(caddr32_t *)stackp; envc++) {
116 stackp += sizeof (caddr32_t);
117 if ((stackp - (caddr_t)stack32) >= size32) {
124 stackp += sizeof (caddr32_t);
125 for (auxc = 0; *(int32_t *)stackp; auxc++) {
126 stackp += 2 * sizeof (caddr32_t);
127 if ((stackp - (caddr_t)stack32) >= size32) {
160 stackp
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_list.h70 * For these five, ptrs are to list elements, but qp and stackp are
85 #define LS_PUSH(stackp, newp) \
86 ls_ins_after((ls_elt_t *)(stackp), (ls_elt_t *)(newp))
89 #define LS_POP(stackp) ls_remque((ls_elt_t *)(stackp))
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1281 char_type *stackp, *stack_lim; local
1304 stackp = de_stack;
1322 if (stackp < stack_lim) {
1323 *stackp++ = (char_type) finchar;
1335 if (stackp < stack_lim) {
1336 *stackp++ = tab_suffixof(code);
1343 *stackp++ = finchar = tab_suffixof(code);
1349 stackp--;
1350 (void) putc(*stackp, fout);
1351 } while (stackp > de_stac
[all...]

Completed in 83 milliseconds