Searched refs:RS_STOPPED (Results 1 – 7 of 7) sorted by relevance
136 || prs->request->outcome & RS_STOPPED in dowait()292 prs->request->outcome &= ~(RS_PRINTING|RS_STOPPED); in dowait()351 || prs->request->outcome & RS_STOPPED in dowait()365 & (RS_REFILTER | RS_STOPPED)) { in dowait()421 prs->request->outcome &= ~RS_STOPPED; in dowait()
57 pps->request->request->outcome |= RS_STOPPED; in disable()
368 !(rp->request->outcome & RS_STOPPED)) { in s_start_change_request()369 rp->request->outcome |= (RS_REFILTER|RS_STOPPED); in s_start_change_request()374 !(rp->request->outcome & RS_STOPPED)) { in s_start_change_request()375 rp->request->outcome |= RS_STOPPED; in s_start_change_request()972 !(rp->request->outcome & RS_STOPPED)) { in mv_file()973 rp->request->outcome |= RS_STOPPED; in mv_file()
754 && !(prs->request->outcome & RS_STOPPED) in _validate()757 prs->request->outcome |= RS_STOPPED; in _validate()762 && !(prs->request->outcome & RS_STOPPED) in _validate()764 prs->request->outcome |= RS_STOPPED; in _validate()
519 RS_STOPPED; in s_paper_changed()
347 else if (!(prs->request->outcome & RS_STOPPED)) in maybe_schedule()
122 #define RS_STOPPED 0x8000 /* temporarily stopped the request */ macro