Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h118 #define RS_REFILTER 0x4000 /* had to change filters */ macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddowait.c363 & (RS_REFILTER | RS_STOPPED)) { in dowait()
423 prs->request->outcome & RS_REFILTER in dowait()
H A Dvalidate.c757 prs->request->outcome |= RS_REFILTER; in _validate()
H A Dexec.c326 request->request->outcome &= ~RS_REFILTER; in exec()
H A Ddisp1.c370 rp->request->outcome |= (RS_REFILTER|RS_STOPPED); in s_start_change_request()