Home
last modified time | relevance | path

Searched refs:RS_CHANGING (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/lp/include/
H A Drequests.h114 #define RS_CHANGING 0x0020 /* request held pending user change */ macro
131 #define RS_ACTIVE (RS_FILTERING|RS_PRINTING|RS_CHANGING|RS_NOTIFYING)
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c360 else if (rp->request->outcome & RS_CHANGING) in s_start_change_request()
379 rp->request->outcome |= RS_CHANGING; in s_start_change_request()
468 else if (!(rp->request->outcome & RS_CHANGING)) in s_end_change_request()
507 rp->request->outcome &= ~(RS_CHANGING); in s_end_change_request()
1017 if (rp->request->outcome & RS_CHANGING) { in s_move_request()
1066 (RS_DONE|RS_CHANGING|RS_NOTIFYING)))) { in s_move_dest()
H A Drequeue.c251 !(prs->request->outcome & (RS_DONE|RS_CHANGING|RS_NOTIFY)) in qchk_filter()
H A Dflt.c165 fp->r1->request->outcome &= ~RS_CHANGING; in do_flt_acts()
/titanic_50/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c342 } else if (state & RS_CHANGING) { in lpsched_request_outcome_to_attributes()