Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c52 union procent { union
54 union procent *pe_next;
97 static union procent *procdir;
98 static union procent *procentfree;
164 union procent *pep; in pid_allocate()
532 procdir = kmem_alloc(sizeof (union procent) * v.v_proc, KM_SLEEP); in pid_init()
554 union procent *pep; in pid_entry()