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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5078 int auxn = 0; local
5082 for (auxp = auxv, auxn = 1; auxp->a_type != NULL; auxp++)
5083 auxn++;
5087 return (sizeof (auxv_t) * auxn);
5089 if (auxn == 0)
5092 nbytes = MIN(nbytes, sizeof (auxv_t) * auxn);

Completed in 78 milliseconds