/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Syslog.java | 35 * A logging class which writes to UNIX syslog. This class can be dynamically 38 * native syslog. This is because syslog can be listening on any port 39 * mapped to 'syslog' in the services table, but Java provides no way to 79 syslog(priority, buf.toString()); 86 private native void syslog(int priority, String message); method in class:Syslog
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | SyslogHandler.java | 40 * This handler outputs LogRecords with <code>syslog(3C)</code> to the 49 * <code>syslog(3C)</code> ident string, prepended to every 55 * <code>syslog</code> facility to be logged to. 148 * Calls <code>syslog(3C)</code>. 150 private static native void syslog(int severity, String message); method in class:SyslogHandler 183 * be sent to syslog. 212 * via syslog. 224 syslog(severity.getNative(), message.toString()); 251 * Returns the <code>syslog(3C)</code> ident string, which is 260 * Returns the <code>syslog</cod [all...] |
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipmon_y.y | 8 #include <syslog.h> 63 %type <opt> matchopt nattag type doopt doing save syslog nothing 120 | syslog { $$ = $1; } 230 syslog: IPM_SYSLOG { $$ = new_opt(IPM_SYSLOG); } label 277 { "syslog", IPM_SYSLOG }, 592 syslog(lvl, "%s", log);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | syslog.c | 35 #include <sys/syslog.h> 91 LogTag = "syslog"; /* string to tag the entry with */ 98 syslog(int pri, char *fmt, ...) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rport.c | 233 "kern", "user", "mail", "daemon", "auth", "syslog", "lpr", "news", 299 static char syslog[] = "SYSLOG: "; local 300 show_header(syslog, syslog, dlen); 303 "%s%sPriority: %.*s%s(%s.%s)", prot_nest_prefix, syslog, 363 * TCP port 514 is rshell. UDP port 514 is syslog.
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | syslog.c | 55 #pragma weak _syslog = syslog 66 #include <syslog.h> 119 "syslog", /* string to tag the entry with */ 142 * syslog() is called from the bottom of a deep call stack 145 * Because syslog() uses stdio (and it is called from within stdio) 151 * this thing and always to call syslog() with no locks held. 154 * Meanwhile, we just hope that on the rare occasion that syslog() 159 syslog(int pri, const char *fmt, ...) function 213 * of syslog. If we succeed in getting the name, also 399 * If so, syslogd has called syslog(), probabl [all...] |
/illumos-gate/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientstub.c | 69 static void syslog( int priority, const char * message, ...) function 87 #include <syslog.h> 152 uint32_t logcounter; // Counter used to control number of syslog messages we write 192 syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); 194 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, 199 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd); 201 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, 229 syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR continue"); 248 syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); 254 syslog(LOG_WARNIN [all...] |
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 87 syslog.h.3head \ 176 syslog.3head \ 265 syslog.3head := LINKSRC = syslog.h.3head
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 128 # define syslog hard_syslog macro 406 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */ 1847 # define SM_CONF_SYSLOG 0 /* use sendmail decl of syslog() */ 1975 # undef LOG /* syslog not available */ 2256 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */ 2902 /* size of syslog buffer */ 2996 ** If we don't have a system syslog, simulate it. 3011 # define SM_CONF_SYSLOG 1 /* syslog.h has prototype for syslog() */ 3016 extern void syslog(in [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 655 /* syslog map -- logs information to syslog */ 656 MAPDEF("syslog", NULL, 0, 678 /* dprintf map -- logs information to syslog */ 5305 ** SM_SYSLOG -- syslog wrapper to keep messages under SYSLOG_BUFSIZE 5308 ** level -- syslog level 5380 syslog(level, "%s", newstring); 5387 syslog(level, "%s: %s", id, newstring); 5443 syslog(level, "%s[%d]: %s ...", id, seq++, begin); 5458 syslog(leve 5491 # undef syslog macro [all...] |