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

/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c2098 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); local
2107 if (P->state != PS_STOP && (P->status.pr_lwp.pr_flags & sbits) == 0) {
3630 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); local
3640 (L->lwp_status.pr_flags & sbits) == 0) {
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h226 #define sbits(n) (unsigned)(((n) >> 24) & 0177) macro

Completed in 143 milliseconds