Searched defs:PPS (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 217 #define CHKU(PRS,PPS) \ in _validate() argument 237 #define CHKF(PFS,PPS) \ in _validate() argument 253 #define CHKPW(PW,PPS) \ in _validate() argument 290 #define CHKACCEPT(PRS,PPS) \ in _validate() argument 509 #define CHKFMNT(PFS,PPS) (isFormUsableOnPrinter(PPS,PFS)) in _validate() argument 514 #define CHKPWMNT(PRS,PPS) SAME((PPS)->pwheel_name, (PRS)->request->charset) in _validate() argument 522 #define CHKCHSET(PRS,PPS) \ in _validate() argument 531 #define CHKENB(PPS) (!((PPS)->status & (PS_DISABLED|PS_FAULTED))) in _validate() argument 537 #define CHKFREE(PPS) (!((PPS)->status & (PS_BUSY|PS_LATER))) in _validate() argument
|
H A D | lpsched.h | 170 #define evaluate_request(PRS,PPS,MOVING) \ argument 173 #define reevaluate_request(PRS,PPS) \ argument
|
H A D | requeue.c | 85 #define SAMECLASS(PRS,PPS) \ in queue_attract() argument
|
H A D | schedule.c | 423 #define MATCH(PRS, PPS) (\ argument
|