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

/illumos-gate/usr/src/cmd/ps/
H A Dps.c264 static size_t pidsz = 0; variable
590 if (npid == pidsz) {
591 if ((pidsz *= 2) == 0)
592 pidsz = SIZ;
594 pidsz * sizeof (pid_t));

Completed in 92 milliseconds