Searched defs:wallmsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c191 static pthread_mutex_t wmp = PTHREAD_MUTEX_INITIALIZER; /* wallmsg lock */
1912 * Since wallmsg messes with utmpx we need
1916 wallmsg(f, from, filtered);
1986 wallmsg(struct filed *f, char *from, char *msg) function
2030 DPRINT3(5, "wallmsg(%u): buf allocated (%p: %d bytes)\n",
2035 DPRINT2(5, "wallmsg(%u): clen = %d\n",
2037 DPRINT2(5, "wallmsg(%u): freeing buf (%p)\n",
2042 DPRINT2(5, "wallmsg(%u): clen = %d\n",
2075 DPRINT2(1, "wallmsg(%u): write to '%s'\n", mythreadno,
2090 DPRINT2(5, "wallmsg(
[all...]

Completed in 51 milliseconds