Searched refs:syslog_data (Results 1 – 15 of 15) sorted by relevance
| /src/contrib/blocklist/bin/ |
| H A D | support.h | 37 struct syslog_data; 38 void vdlog(int, struct syslog_data *, const char *, va_list)
|
| H A D | support.c | 71 vdlog(int level __unused, struct syslog_data *sd __unused, in vdlog()
|
| /src/contrib/blocklist/include/ |
| H A D | blacklist.h | 41 struct syslog_data; 44 void (*)(int, struct syslog_data *, const char *, va_list));
|
| H A D | blocklist.h | 41 struct syslog_data; 44 void (*)(int, struct syslog_data *, const char *, va_list));
|
| H A D | old_bl.h | 70 void (*)(int, struct syslog_data *, const char *, va_list));
|
| H A D | bl.h | 69 void (*)(int, struct syslog_data *, const char *, va_list));
|
| /src/contrib/blocklist/port/ |
| H A D | port.h | 104 struct syslog_data { struct 107 void vsyslog_r(int, struct syslog_data *, const char *, va_list); argument
|
| H A D | vsyslog_r.c | 9 vsyslog_r(int priority, struct syslog_data *sd __unused, const char *fmt, va_list ap) in vsyslog_r()
|
| /src/contrib/blocklist/lib/ |
| H A D | bl.c | 91 struct syslog_data b_syslog_data; 92 void (*b_fun)(int, struct syslog_data *, const char *, va_list); 295 void (*fun)(int, struct syslog_data *, const char *, va_list)) in bl_create() argument 297 static struct syslog_data sd = SYSLOG_DATA_INIT; in bl_create()
|
| H A D | old_bl.c | 91 struct syslog_data b_syslog_data; 92 void (*b_fun)(int, struct syslog_data *, const char *, va_list); 295 void (*fun)(int, struct syslog_data *, const char *, va_list)) in bl_create() argument 297 static struct syslog_data sd = SYSLOG_DATA_INIT; in bl_create()
|
| H A D | blocklist.c | 108 void (*logger)(int, struct syslog_data *, const char *, va_list)) in blocklist_open2() argument
|
| H A D | blacklist.c | 108 void (*logger)(int, struct syslog_data *, const char *, va_list)) in blacklist_open2() argument
|
| /src/crypto/openssh/ |
| H A D | log.c | 200 struct syslog_data sdata = SYSLOG_DATA_INIT; in log_init() 343 struct syslog_data sdata = SYSLOG_DATA_INIT; in do_log()
|
| /src/sys/kern/ |
| H A D | kern_ubsan.c | 1254 struct syslog_data SyslogData = SYSLOG_DATA_INIT; in Report()
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.2002 | 310 * lib/krb5/log.c: rename syslog_data to avoid name conflicts (from
|