Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h114 #define RS_FAILED 0x0100 /* slow filter or interface failed */ macro
127 #define RS_DONE (RS_CANCELLED|RS_PRINTED|RS_FAILED)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c140 (prs->request->outcome & RS_FAILED)? ", and" in notify()
144 if (prs->request->outcome & RS_FAILED) { in notify()
H A Ddowait.c153 prs->request->outcome |= RS_FAILED; in dowait()
374 prs->request->outcome |= RS_FAILED; in dowait()
H A Dinit.c182 if ((r->outcome & (RS_CANCELLED|RS_FAILED)) && in init_requests()