Home
last modified time | relevance | path

Searched refs:fault_alert (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c65 prbufp->fault_alert.shcmd in okprinter()
66 && !STREQU(NAME_NONE, prbufp->fault_alert.shcmd) in okprinter()
114 prbufp->fault_alert.shcmd in okprinter()
116 STREQU(prbufp->fault_alert.shcmd, NAME_QUIET) in okprinter()
117 || STREQU(prbufp->fault_alert.shcmd, NAME_LIST) in okprinter()
H A Dfreeprinter.c78 if (pp->fault_alert.shcmd)
79 Free (pp->fault_alert.shcmd);
H A Dputprinter.c489 prbufp->fault_alert.shcmd in putprinter()
490 && putalert(Lp_A_Printers, name, &(prbufp->fault_alert)) == -1 in putprinter()
H A Dgetprinter.c327 prp->fault_alert = *pa; in getprinter()
H A Dllib-llpprt56 FALERT fault_alert; /* how to alert on printer fault */
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c198 printalert (stdout, &(oldp->fault_alert), 1); in do_printer()
375 prbufp->fault_alert.shcmd = strdup(NAME_NONE);
376 prbufp->fault_alert.Q = 0;
377 prbufp->fault_alert.W = 0;
391 prbufp->fault_alert.shcmd = nameit(NAME_MAIL);
426 prbufp->fault_alert.shcmd = nameit(NAME_MAIL);
427 prbufp->fault_alert.Q = 0;
428 prbufp->fault_alert.W = 0;
437 prbufp->fault_alert.shcmd = nameit(A);
439 prbufp->fault_alert.shcmd = A;
[all …]
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c112 if (STREQU(pps->printer->fault_alert.shcmd,"show fault")) in printer_fault()
118 (pps->printer->fault_alert.shcmd ? in printer_fault()
119 pps->printer->fault_alert.shcmd : "??"), in printer_fault()
148 if (STREQU(pps->printer->fault_alert.shcmd,"show fault")) in clear_printer_fault()
H A Ddisp2.c101 if (!SAME(pp->fault_alert.shcmd, in s_load_printer()
102 op->fault_alert.shcmd) || in s_load_printer()
103 pp->fault_alert.W != op->fault_alert.W) { in s_load_printer()
113 if (pp->fault_alert.shcmd) in s_load_printer()
H A Dexec.c367 if (!(printer->printer->fault_alert.shcmd)) { in exec()
/titanic_50/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c218 if (tmp->fault_alert.shcmd != NULL) { in lpsched_printer_configuration_to_attributes()
221 tmp->fault_alert.shcmd); in lpsched_printer_configuration_to_attributes()
224 tmp->fault_alert.Q); in lpsched_printer_configuration_to_attributes()
227 tmp->fault_alert.W); in lpsched_printer_configuration_to_attributes()
H A Dlpsched-msgs.c564 p->fault_alert.shcmd = strdup("mail"); in lpsched_add_printer()
598 p->fault_alert.shcmd = strdup("mail"); in lpsched_add_modify_printer()
/titanic_50/usr/src/cmd/lp/include/
H A Dprinters.h109 FALERT fault_alert; /* how to alert on printer fault */ member