Home
last modified time | relevance | path

Searched refs:F_USERS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h178 #define F_USERS 5 /* list of users */ macro
H A Dsyslogd.c1670 if (f->f_type != F_USERS && f->f_type != F_WALL && in logit()
1856 case F_USERS: in writemsg()
1860 ((f->f_type == F_USERS) || (f->f_type == F_WALL)) ? in writemsg()
1895 if ((f->f_type == F_USERS) || (f->f_type == F_WALL)) { in writemsg()
2041 if (f->f_type == F_USERS) { in wallmsg()
3116 case F_USERS: in dumpstats()
3165 case F_USERS: in dumpstats()
3549 f->f_type = F_USERS; in cfline()
5161 if (f->f_type == F_USERS || f->f_type == F_WALL || in reconfigure()