Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h116 #define RS_NOTIFYING 0x0800 /* notification (alert) is running */ macro
128 #define RS_ACTIVE (RS_FILTERING|RS_PRINTING|RS_CHANGING|RS_NOTIFYING)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c363 else if (rp->request->outcome & RS_NOTIFYING) in s_start_change_request()
1014 if (rp->request->outcome & (RS_DONE|RS_NOTIFYING)) { in s_move_request()
1067 (RS_DONE|RS_CHANGING|RS_NOTIFYING)))) { in s_move_dest()
H A Ddowait.c437 prs->request->outcome &= ~RS_NOTIFYING; in dowait()
H A Dschedule.c570 !(prs->request->outcome & RS_NOTIFYING)) { in ev_notify()
H A Dexec.c321 request->request->outcome |= RS_NOTIFYING; in exec()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c307 if (state & RS_NOTIFYING) { in lpsched_request_outcome_to_attributes()