Searched refs:printerOrForm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp4.c431 char *printerOrForm, *alert_text; local
435 getmessage (m, S_SEND_FAULT, &printerOrForm, &key, &alert_text);
437 (printerOrForm ? printerOrForm : "NULL"), key,
440 if (!(pps = search_pstatus(printerOrForm)) || (!pps->exec) ||
458 char *printerOrForm, *alert_text; local
462 getmessage(m, S_CLEAR_FAULT, &printerOrForm, &key, &alert_text);
464 (printerOrForm ? printerOrForm : "NULL"), key,
468 if (! (pps = search_pstatus(printerOrForm)) || ((ke
[all...]

Completed in 47 milliseconds