Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ps/
H A Dps.c266 static size_t pidsz = 0; variable
592 if (npid == pidsz) { in stdmain()
593 if ((pidsz *= 2) == 0) in stdmain()
594 pidsz = SIZ; in stdmain()
596 pidsz * sizeof (pid_t)); in stdmain()