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

/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm_getcmd.c90 int aptrcount; local
139 aptrcount = (argc + 1) + eptrcount;
140 strpoolsz = size32 - aptrcount * sizeof (caddr32_t);
142 asize = aptrcount * sizeof (uintptr_t) + RoundUp(strpoolsz, uintptr_t);
197 (void) memcpy(argv + aptrcount, (void *)stackp, strpoolsz);
211 reloc = (char *)(argv + aptrcount) - (char *)
212 ((caddr_t)u->u_argv + aptrcount * sizeof (caddr32_t));

Completed in 55 milliseconds