Searched refs: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 222 (PPS)->users_allowed, \ in _validate() 223 (PPS)->users_denied \ in _validate() 237 #define CHKF(PFS,PPS) \ in _validate() argument 239 isFormMountedOnPrinter(PPS,PFS) \ in _validate() 242 (PPS)->forms_allowed, \ in _validate() 243 (PPS)->forms_denied \ in _validate() 253 #define CHKPW(PW,PPS) \ in _validate() argument 255 !(PPS)->printer->daisy \ in _validate() 257 (PPS)->pwheel_name \ in _validate() [all …]
|
H A D | lpsched.h | 170 #define evaluate_request(PRS,PPS,MOVING) \ argument 171 _validate((PRS), (PPS), (PSTATUS *)0, (char **)0, (MOVING)) 173 #define reevaluate_request(PRS,PPS) \ argument 174 _validate((PRS), (PSTATUS *)0, (PPS), (char **)0, 0)
|
H A D | requeue.c | 85 #define SAMECLASS(PRS,PPS) \ in queue_attract() argument 88 && searchlist(PPS->printer->name, pcs->class->members) \ in queue_attract()
|
H A D | schedule.c | 423 #define MATCH(PRS, PPS) (\ argument 424 !(PPS)->printer->daisy || \ 428 ((PPS)->pwheel_name && \ 429 STREQU((PPS)->pwheel_name, (PRS)->pwheel_name)))
|