HomeSort by relevance Sort by last modified time
    Searched refs:chkprinter_result (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
notify.c 193 #define P(BIT,MSG) if (chkprinter_result & BIT) fdprintf(fd, MSG)
197 if (reason == MDENYDEST && chkprinter_result)
199 if (reason == MDENYMEDIA && chkprinter_result)
202 if (reason == MDENYDEST && chkprinter_result) {
validate.c 49 unsigned long chkprinter_result = 0; variable
89 chkprinter_result = 0;
310 chkprinter_result |= PCK_CHARSET;
969 chkprinter_result |= ret;
lpsched.h 412 extern unsigned long chkprinter_result;
disp1.c 327 mputm(md, R_PRINT_REQUEST, status, NB(req_id), chkprinter_result);
637 mputm(md, R_END_CHANGE_REQUEST, status, chkprinter_result);
1024 mputm(md, R_MOVE_REQUEST, err, chkprinter_result);

Completed in 3299 milliseconds