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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c51 union procent { union
53 union procent *pe_next;
96 static union procent *procdir;
97 static union procent *procentfree;
163 union procent *pep;
533 procdir = kmem_alloc(sizeof (union procent) * v.v_proc, KM_SLEEP);
555 union procent *pep;

Completed in 58 milliseconds