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

/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c64 int procinset(proc_t *, procset_t *);
179 procinset(prp, psp) == 0) {
269 * procinset returns 1 if the process pointed to by pp is in the process
272 * that its p_tlist is NULL, then procinset will return 0. pp's p_lock must be
281 procinset(proc_t *pp, procset_t *psp) function
374 cmn_err(CE_WARN, "procinset called with bad set");
464 cmn_err(CE_WARN, "procinset called with bad set");
500 cmn_err(CE_WARN, "procinset called with bad set");
915 if (procinset(pp, psp) ||
/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.c490 boolean_t procinset; local
614 procinset = idmatch(idstr, myidstr,
620 procinset = idmatch(idstr, myidstr,
626 procinset = idmatch(idstr, myidstr,
632 procinset = idmatch(idstr, myidstr,
637 procinset = idmatch(prinfo.pr_lwp.pr_clname,
643 procinset = idmatch(idstr, myidstr,
649 procinset = idmatch(idstr, myidstr,
655 procinset = idmatch(idstr, myidstr,
661 procinset
[all...]

Completed in 59 milliseconds