Searched refs:printer_fault (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | dowait.c | 190 printer_fault (pps, prs, 0, 0); in dowait() 194 printer_fault (pps, prs, HANGUP_FAULT, 0); in dowait() 198 printer_fault (pps, prs, INTERRUPT_FAULT, 0); in dowait() 202 printer_fault (pps, prs, PIPE_FAULT, 0); in dowait() 211 printer_fault (pps, prs, EXIT_FAULT, 0); in dowait() 215 printer_fault (pps, prs, OPEN_FAULT, ep->Errno); in dowait() 219 printer_fault (pps, prs, TIMEOUT_FAULT, 0); in dowait() 251 printer_fault (pps, prs, PUSH_FAULT, ep->Errno); in dowait()
|
H A D | faults.c | 73 printer_fault(register PSTATUS *pps, register RSTATUS *prs, char *alert_text, in printer_fault() function 193 printer_fault (pps, prs, msg, 0); in dial_problem() 207 printer_fault (pps, prs, msg, 0); in dial_problem()
|
H A D | lpsched.h | 310 void printer_fault ( PSTATUS * , RSTATUS * , char * , int );
|
H A D | disp4.c | 444 printer_fault(pps, pps->request, alert_text, 0); in s_send_fault()
|