Searched refs:fault_alert (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/lp/lib/printers/ |
H A D | okprinter.c | 65 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 D | freeprinter.c | 78 if (pp->fault_alert.shcmd) 79 Free (pp->fault_alert.shcmd);
|
H A D | putprinter.c | 489 prbufp->fault_alert.shcmd in putprinter() 490 && putalert(Lp_A_Printers, name, &(prbufp->fault_alert)) == -1 in putprinter()
|
H A D | getprinter.c | 327 prp->fault_alert = *pa; in getprinter()
|
H A D | llib-llpprt | 56 FALERT fault_alert; /* how to alert on printer fault */
|
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_printer.c | 198 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 D | faults.c | 112 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 D | disp2.c | 101 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 D | exec.c | 367 if (!(printer->printer->fault_alert.shcmd)) { in exec()
|
/titanic_50/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-printers.c | 218 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 D | lpsched-msgs.c | 564 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 D | printers.h | 109 FALERT fault_alert; /* how to alert on printer fault */ member
|