Searched defs:alert (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | alerts.c | 75 alert (int type, ...) function 86 pformat(pr->alert->msgfile, text, pr, rp); 87 if (!pr->alert->active) 90 pr->alert->active = 1; 94 pr->alert->exec->flags |= EXF_RESTART; 96 Unlink(pr->alert->msgfile); 103 pwformat(pp->alert->msgfile, pp); 104 if (!pp->alert->active) { 106 pp->alert->active = 1; 109 pp->alert [all...] |
H A D | nodes.h | 75 #define EX_ALERT 3 /* exec alert for ex.printer */ 76 #define EX_FALERT 4 /* exec alert for ex.form */ 77 #define EX_PALERT 5 /* exec alert for ex.pwheel */ 95 ALERT *alert; member in struct:fstat_node 97 short requests_last; /* # when alert last sent */ 119 ALERT *alert; member in struct:pstat_node 148 ALERT *alert; member in struct:pwstat_node 150 short requests_last; /* # when alert last sent */ 207 FALERT alert; member in struct:form_node
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | requests.h | 75 char *alert; /* program to run to alert user when done */ member in struct:REQUEST 118 #define RS_NOTIFY 0x0400 /* user is to be notified (alert) */ 119 #define RS_NOTIFYING 0x0800 /* notification (alert) is running */
|
H A D | printers.h | 109 FALERT fault_alert; /* how to alert on printer fault */ 155 #define BAD_ALERT 0x0010 /* has reserved word for alert command */ 172 FALERT alert; /* how to alert when mount needed */ member in struct:PWHEEL
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | alerts.c | 47 * We recognize the following key phrases in the alert prototype 143 * each alert with the UID and GID of the administrator 144 * who defined the alert. Otherwise, anything goes. 273 static FALERT alert; local 327 alert.shcmd = sop_up_rest(fd, ALRT_CMDEND); 331 if (!alert.shcmd) 337 if (alert.shcmd[(len = strlen(alert.shcmd)) - 1] == '\n') 338 alert.shcmd[len - 1] = 0; 363 alert [all...] |
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 101 " [-A mail | write | shell-command] (alert definition)\n" 102 " [-Q threshold] (# needed for alert)\n" 112 " (define alert for forms with no alert yet)\n" 115 " (define alert for all forms)\n" 161 FALERT alert = { (char *)0, -1, -1 }; local 249 alert.shcmd = makestr(optarg, " ", getname(), (char *)0); 251 alert.shcmd = strdup(optarg); 257 if (alert.Q != -1) 260 alert 487 FALERT alert; local 854 FALERT alert; local 1003 FALERT alert; local [all...] |
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 556 sip_add_alert_info(sip_msg_t sip_msg, char *alert, char *plist) argument 562 if (alert == NULL) 564 tmp = sip_add_aquot_to_str(alert, &alloc); 616 * disp-type = "render" / "session" / "icon" / "alert"
|
Completed in 68 milliseconds