Searched refs:ACT_SPECIAL (Results 1 – 4 of 4) sorted by relevance
148 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)
97 #define ACT_SPECIAL 0x0030 /* bit mask of immediate/hold/resume */ macro
144 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()
159 r->actions &= ~(ACT_SPECIAL); /* strip immediate/hold/resume */ in job_attributes_to_lpsched_request()