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

/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c56 * Structure used to pass arguments to the proccmp() function.
57 * The arguments must be passed in a structure because proccmp()
118 static int proccmp(proc_t *, struct pcmpargs *);
448 error = proccmp(curproc, &pcmpargs);
468 * we call proccmp() indirectly through
469 * dotoprocs(). proccmp() will call a class
473 * dotoprocs() function, the proccmp() function,
489 error1 = dotoprocs(&procset, proccmp,
504 * Both proccmp() and threadcmp() return with the
545 (void) proccmp(initp
762 proccmp(proc_t *pp, struct pcmpargs *argp) function
[all...]

Completed in 45 milliseconds