Searched refs:ALERT (Results 1 – 7 of 7) sorted by relevance
30 typedef struct alert_node ALERT; typedef95 ALERT *alert;119 ALERT *alert;148 ALERT *alert;
340 extern ALERT *new_alert(char *fmt, int i);346 extern void free_alert(ALERT *);
158 free_alert(ALERT *ap) in free_alert()169 ALERT *172 ALERT *result = calloc(1, sizeof (*result)); in new_alert()
262 ALERT *ap; in cancel_alert()
65 register ALERT *pas; in dowait()
70 #define ALERT 0x01 macro
93 public static final Severity ALERT = new Severity(LOG_ALERT, field in Severity