Home
last modified time | relevance | path

Searched defs:PPS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c218 #define CHKU(PRS,PPS) \ in _validate() argument
238 #define CHKF(PFS,PPS) \ in _validate() argument
254 #define CHKPW(PW,PPS) \ in _validate() argument
291 #define CHKACCEPT(PRS,PPS) \ in _validate() argument
510 #define CHKFMNT(PFS,PPS) (isFormUsableOnPrinter(PPS,PFS)) in _validate() argument
515 #define CHKPWMNT(PRS,PPS) SAME((PPS)->pwheel_name, (PRS)->request->charset) in _validate() argument
523 #define CHKCHSET(PRS,PPS) \ in _validate() argument
532 #define CHKENB(PPS) (!((PPS)->status & (PS_DISABLED|PS_FAULTED))) in _validate() argument
538 #define CHKFREE(PPS) (!((PPS)->status & (PS_BUSY|PS_LATER))) in _validate() argument
H A Dlpsched.h170 #define evaluate_request(PRS,PPS,MOVING) \ argument
173 #define reevaluate_request(PRS,PPS) \ argument
H A Drequeue.c85 #define SAMECLASS(PRS,PPS) \ in queue_attract() argument
H A Dschedule.c420 #define MATCH(PRS, PPS) (\ argument