Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddowait.c155 prs->request->outcome |= RS_NOTIFY; in dowait()
166 prs->request->outcome |= RS_NOTIFY; in dowait()
177 prs->request->outcome |= RS_NOTIFY; in dowait()
375 prs->request->outcome |= RS_NOTIFY; in dowait()
387 prs->request->outcome |= RS_NOTIFY; in dowait()
439 prs->request->outcome &= ~RS_NOTIFY; in dowait()
565 if (!(prs->request->outcome & (RS_ACTIVE | RS_NOTIFY))) { in check_request()
H A Dcancel.c46 prs->request->outcome |= RS_NOTIFY; in cancel()
54 else if (prs->request->outcome | RS_NOTIFY) { in cancel()
H A Dinit.c183 !(r->outcome & RS_NOTIFY)) { in init_requests()
201 if (r->outcome & RS_NOTIFY) { in init_requests()
H A Drequeue.c251 !(prs->request->outcome & (RS_DONE|RS_CHANGING|RS_NOTIFY)) in qchk_filter()
H A Dschedule.c555 if (prs->request->outcome & RS_NOTIFY) { in ev_notify()
569 else if (prs->request->outcome & RS_NOTIFY && in ev_notify()
H A Dnotify.c104 if (!(prs->request->outcome & RS_NOTIFY)) in notify()
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h115 #define RS_NOTIFY 0x0400 /* user is to be notified (alert) */ macro