Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c148 if ((reqbufp->actions & ACT_SPECIAL) == ACT_IMMEDIATE)
150 else if ((reqbufp->actions & ACT_SPECIAL) == ACT_RESUME)
152 else if ((reqbufp->actions & ACT_SPECIAL) == ACT_HOLD)
/titanic_41/usr/src/cmd/lp/include/
H A Drequests.h97 #define ACT_SPECIAL 0x0030 /* bit mask of immediate/hold/resume */ macro
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c144 if ((rp->request->actions & ACT_SPECIAL) == ACT_HOLD) in s_print_request()
146 if ((rp->request->actions & ACT_SPECIAL) == ACT_RESUME) in s_print_request()
148 if ((rp->request->actions & ACT_SPECIAL) == in s_print_request()
545 if ((rp->request->actions & ACT_SPECIAL) == in s_end_change_request()
561 if ((rp->request->actions & ACT_SPECIAL) == in s_end_change_request()
572 if ((rp->request->actions & ACT_SPECIAL) in s_end_change_request()
/titanic_41/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c159 r->actions &= ~(ACT_SPECIAL); /* strip immediate/hold/resume */ in job_attributes_to_lpsched_request()