Home
last modified time | relevance | path

Searched refs:ALERT (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h30 typedef struct alert_node ALERT; typedef
95 ALERT *alert;
119 ALERT *alert;
148 ALERT *alert;
H A Dlpsched.h340 extern ALERT *new_alert(char *fmt, int i);
346 extern void free_alert(ALERT *);
H A Dfncs.c158 free_alert(ALERT *ap) in free_alert()
169 ALERT *
172 ALERT *result = calloc(1, sizeof (*result)); in new_alert()
H A Ddowait.c65 register ALERT *pas; in dowait()
H A Dalerts.c262 ALERT *ap; in cancel_alert()
/titanic_41/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dsmbus.h70 #define ALERT 0x01 macro
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java93 public static final Severity ALERT = new Severity(LOG_ALERT, field in Severity