Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddowait.c134 || prs->request->outcome & RS_STOPPED in dowait()
290 prs->request->outcome &= ~(RS_PRINTING|RS_STOPPED); in dowait()
349 || prs->request->outcome & RS_STOPPED in dowait()
363 & (RS_REFILTER | RS_STOPPED)) { in dowait()
419 prs->request->outcome &= ~RS_STOPPED; in dowait()
H A Ddisena.c57 pps->request->request->outcome |= RS_STOPPED; in disable()
H A Ddisp1.c369 !(rp->request->outcome & RS_STOPPED)) { in s_start_change_request()
370 rp->request->outcome |= (RS_REFILTER|RS_STOPPED); in s_start_change_request()
375 !(rp->request->outcome & RS_STOPPED)) { in s_start_change_request()
376 rp->request->outcome |= RS_STOPPED; in s_start_change_request()
973 !(rp->request->outcome & RS_STOPPED)) { in mv_file()
974 rp->request->outcome |= RS_STOPPED; in mv_file()
H A Dvalidate.c755 && !(prs->request->outcome & RS_STOPPED) in _validate()
758 prs->request->outcome |= RS_STOPPED; in _validate()
763 && !(prs->request->outcome & RS_STOPPED) in _validate()
765 prs->request->outcome |= RS_STOPPED; in _validate()
H A Ddisp4.c519 RS_STOPPED; in s_paper_changed()
H A Dschedule.c344 else if (!(prs->request->outcome & RS_STOPPED)) in maybe_schedule()
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h119 #define RS_STOPPED 0x8000 /* temporarily stopped the request */ macro