Home
last modified time | relevance | path

Searched refs:FALERT (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c442 FALERT * p_new_alert, in add_alert()
449 FALERT * p_new_alert;
487 FALERT alert;
854 FALERT alert;
911 FALERT * palert, in _list_form()
917 FALERT * palert;
950 FALERT * palert in _list_alert()
955 FALERT * palert;
969 FALERT * palert, in _list_both()
975 FALERT * palert;
[all …]
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h52 typedef struct FALERT { struct
56 } FALERT; argument
482 int putalert(char *, char *, FALERT *);
485 FALERT *getalert(char *, char *);
487 void printalert(FILE *, FALERT *, int);
H A Dform.h99 int getform ( char * , FORM * , FALERT * , FILE ** );
100 int putform ( char * , FORM * , FALERT * , FILE ** );
H A Dprinters.h108 FALERT fault_alert; /* how to alert on printer fault */
171 FALERT alert; /* how to alert when mount needed */
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dgetform.c48 getform(char *name, FORM *formp, FALERT *alertp, FILE **align_fp) in getform()
98 FALERT * pa = getalert(Lp_A_Forms, name); in getform()
H A Dputform.c47 putform(char *name, FORM *formp, FALERT *alertp, FILE **p_align_fp) in putform()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c85 putalert(char *parent, char *name, FALERT *alertp) in putalert()
267 FALERT *
272 static FALERT alert; in getalert()
464 printalert(FILE *fp, FALERT *alertp, int isfault) in printalert()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-service.c40 while (getform(NAME_ALL, &form, (FALERT *)0, (FILE **)0) != -1) { in lpsched_service_information()
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dprintwheels.c58 register FALERT *pa;
H A Dgetprinter.c67 FALERT *pa; in getprinter()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h207 FALERT alert;
H A Dfncs.c617 FALERT alertbuf; in Getform()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c604 if (getform(P, &formbuf, (FALERT *)0, (FILE **)0) != -1) { in chkopts()
678 (FALERT *)0, (FILE **)0) < 0 in chkopts()
830 while (getform(form, &formbuf, (FALERT *)0, (FILE **)0) != -1) {
H A Ddo_align.c111 if (getform(form, (FORM *)0, (FALERT *)0, &align_fp) == -1) {