| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| nodes.h | 32 typedef struct alert_node ALERT; 77 #define EX_ALERT 3 /* exec alert for ex.printer */ 78 #define EX_FALERT 4 /* exec alert for ex.form */ 79 #define EX_PALERT 5 /* exec alert for ex.pwheel */ 97 ALERT *alert; member in struct:fstat_node 99 short requests_last; /* # when alert last sent */ 121 ALERT *alert; member in struct:pstat_node 150 ALERT *alert member in struct:pwstat_node 209 FALERT alert; member in struct:form_node [all...] |
| lpsched.h | 150 * Alert types: 280 void alert ( int , ... ); 342 extern ALERT *new_alert(char *fmt, int i); 348 extern void free_alert(ALERT *);
|
| alerts.c | 77 alert (int type, ...) function 88 pformat(pr->alert->msgfile, text, pr, rp); 89 if (!pr->alert->active) 92 pr->alert->active = 1; 96 pr->alert->exec->flags |= EXF_RESTART; 98 Unlink(pr->alert->msgfile); 105 pwformat(pp->alert->msgfile, pp); 106 if (!pp->alert->active) { 108 pp->alert->active = 1; 111 pp->alert->exec->flags |= EXF_RESTART [all...] |
| dowait.c | 45 || (PRS)->request->alert \ 65 register ALERT *pas; 116 if (pps->alert->active) 454 pas = ep->ex.printer->alert; 458 pas = ep->ex.form->alert; 462 pas = ep->ex.pwheel->alert; 466 * Only the alert structure (and exec structure)
|
| fncs.c | 160 free_alert(ALERT *ap) 171 ALERT * 174 ALERT *result = calloc(1, sizeof (*result)); 191 if (psp->alert != NULL) 192 free_alert(psp->alert); 259 result->alert = new_alert("A-%d", i++); 260 result->alert->exec = new_exec(EX_ALERT, result); 308 if (fsp->alert != NULL) 309 free_alert(fsp->alert); 339 result->alert = new_alert("F-%d", i++) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
| Severity.java | 93 public static final Severity ALERT = new Severity(LOG_ALERT, 94 Level.SEVERE.intValue() - 2, "ALERT");
|
| /onnv/onnv-gate/usr/src/uts/sun4u/sys/i2c/nexus/ |
| smbus.h | 70 #define ALERT 0x01
|
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mmsp_yacc.y | 204 "alert", ALERT, 908 %token ALERT WARNING WHO OPERATOR NOTICE SEVERITY DEBUG LOG EMERGENCY [all...] |