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

/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm_getcmd.c85 int auxc = 0; local
125 for (auxc = 0; *(int32_t *)stackp; auxc++) {
132 auxc++; /* terminating AT_NULL record */
138 eptrcount = (envc + 1) + 2 * auxc;
191 stackp += auxc * (sizeof (int32_t) + sizeof (uint32_t));

Completed in 57 milliseconds