Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/include/
H A Drequests.h119 #define RS_NOTIFYING 0x0800 /* notification (alert) is running */ macro
131 #define RS_ACTIVE (RS_FILTERING|RS_PRINTING|RS_CHANGING|RS_NOTIFYING)
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c362 else if (rp->request->outcome & RS_NOTIFYING) in s_start_change_request()
1013 if (rp->request->outcome & (RS_DONE|RS_NOTIFYING)) { in s_move_request()
1066 (RS_DONE|RS_CHANGING|RS_NOTIFYING)))) { in s_move_dest()
H A Ddowait.c439 prs->request->outcome &= ~RS_NOTIFYING; in dowait()
H A Dschedule.c573 !(prs->request->outcome & RS_NOTIFYING)) { in ev_notify()
H A Dexec.c427 request->request->outcome |= RS_NOTIFYING; in exec()
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c307 if (state & RS_NOTIFYING) { in lpsched_request_outcome_to_attributes()