Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/include/
H A Drequests.h111 #define RS_FILTERED 0x0004 /* slow filter has finished running */ macro
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h180 ((PRS)->slow && !((PRS)->request->outcome & RS_FILTERED))
H A Dvalidate.c749 if (prs->request->outcome & RS_FILTERED) in _validate()
750 prs->request->outcome &= ~RS_FILTERED; in _validate()
H A Ddowait.c397 prs->request->outcome |= RS_FILTERED; in dowait()
H A Ddisp1.c905 if (rp->request->outcome & RS_FILTERED) { in mv_file()
919 rp->request->outcome &= ~RS_FILTERED; in mv_file()
H A Dexec.c588 if (!(request->request->outcome & RS_FILTERED)) in exec()
/titanic_41/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c337 } else if (state & RS_FILTERED) { in lpsched_request_outcome_to_attributes()