Home
last modified time | relevance | path

Searched refs:RS_PRINTED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h110 #define RS_PRINTED 0x0010 /* has finished printing */ macro
127 #define RS_DONE (RS_CANCELLED|RS_PRINTED|RS_FAILED)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c135 if (prs->request->outcome & RS_PRINTED) in notify()
H A Ddowait.c174 prs->request->outcome |= RS_PRINTED; in dowait()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c322 } else if (state & RS_PRINTED) { in lpsched_request_outcome_to_attributes()