Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.h187 #define F_USERS 5 /* list of users */ macro
H A Dsyslogd.c1683 if (f->f_type != F_USERS && f->f_type != F_WALL && in logit()
1869 case F_USERS: in writemsg()
1873 ((f->f_type == F_USERS) || (f->f_type == F_WALL)) ? in writemsg()
1908 if ((f->f_type == F_USERS) || (f->f_type == F_WALL)) { in writemsg()
2054 if (f->f_type == F_USERS) { in wallmsg()
3129 case F_USERS: in dumpstats()
3178 case F_USERS: in dumpstats()
3562 f->f_type = F_USERS; in cfline()
5176 if (f->f_type == F_USERS || f->f_type == F_WALL || in reconfigure()