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

/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm_getcmd.c91 int eptrcount; local
138 eptrcount = (envc + 1) + 2 * auxc;
139 aptrcount = (argc + 1) + eptrcount;
148 esize = eptrcount * sizeof (uintptr_t) + RoundUp(strpoolsz, uintptr_t);
199 (void) memcpy(envp + eptrcount, (void *)stackp, strpoolsz);
229 reloc = (char *)(envp + eptrcount) - (char *)
230 ((caddr_t)u->u_envp + eptrcount * sizeof (caddr32_t));

Completed in 235 milliseconds