Home
last modified time | relevance | path

Searched refs:RS_CANCELLED (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c109 && !(prs->request->outcome & RS_CANCELLED) in notify()
138 if (prs->request->outcome & RS_CANCELLED) in notify()
161 if (prs->request->outcome & RS_CANCELLED) in notify()
166 if (prs->request->outcome & RS_CANCELLED) { in notify()
H A Dinit.c182 if ((r->outcome & (RS_CANCELLED|RS_FAILED)) && in init_requests()
205 if (!(r->outcome & RS_CANCELLED)) { in init_requests()
H A Dcancel.c43 prs->request->outcome |= RS_CANCELLED; in cancel()
H A Ddowait.c128 if (prs->request->outcome & RS_CANCELLED) in dowait()
344 if (prs->request->outcome & RS_CANCELLED) in dowait()
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h112 #define RS_CANCELLED 0x0040 /* request was cancelled */ macro
127 #define RS_DONE (RS_CANCELLED|RS_PRINTED|RS_FAILED)
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c317 } else if (state & RS_CANCELLED) { in lpsched_request_outcome_to_attributes()