Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h109 #define RS_PRINTING 0x0008 /* on printer */ macro
128 #define RS_ACTIVE (RS_FILTERING|RS_PRINTING|RS_CHANGING|RS_NOTIFYING)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dcancel.c48 if (prs->request->outcome & RS_PRINTING) { in cancel()
H A Ddisp1.c374 if (rp->request->outcome & RS_PRINTING && in s_start_change_request()
683 if (current && !(crp->request->outcome & RS_PRINTING)) in _cancel()
972 if (rp->request->outcome & RS_PRINTING && in mv_file()
H A Ddowait.c290 prs->request->outcome &= ~(RS_PRINTING|RS_STOPPED); in dowait()
H A Dvalidate.c762 prs->request->outcome & RS_PRINTING in _validate()
H A Dexec.c317 request->request->outcome |= RS_PRINTING; in exec()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c327 } else if (state & RS_PRINTING) { in lpsched_request_outcome_to_attributes()