Searched refs:syslog_data60 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/compat/sys/ |
H A D | syslog.h | 34 struct syslog_data60 { struct 46 void closelog_r(struct syslog_data60 *); argument 47 void openlog_r(const char *, int, int, struct syslog_data60 *); 48 int setlogmask_r(int, struct syslog_data60 *); 49 void syslog_r(int, struct syslog_data60 *, const char *, ...) 51 void vsyslog_r(int, struct syslog_data60 *, const char *, __va_list) 53 void syslogp_r(int, struct syslog_data60 *, const char *, const char *, 55 void vsyslogp_r(int, struct syslog_data60 *, const char *, const char *,
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_syslog.c | 81 syslog_data_convert(struct syslog_data *d, const struct syslog_data60 *s) in __weak_alias() 93 closelog_r(struct syslog_data60 *data60) in closelog_r() 102 struct syslog_data60 *data60) in openlog_r() 110 setlogmask_r(int pmask, struct syslog_data60 *data60) in setlogmask_r() 118 syslog_r(int pri, struct syslog_data60 *data60, const char *fmt, ...) in syslog_r() 130 vsyslog_r(int pri, struct syslog_data60 *data60, const char *fmt, __va_list ap) in vsyslog_r() 138 syslogp_r(int pri, struct syslog_data60 *data60, const char *msgid, in syslogp_r() 151 vsyslogp_r(int pri, struct syslog_data60 *data60, const char *msgid, in vsyslogp_r() 166 syslog_ss(int pri, struct syslog_data60 *data, const char *fmt, ...) in syslog_ss() 176 syslogp_ss(int pri, struct syslog_data60 *data, const char *msgid, in syslogp_ss() [all …]
|
/netbsd-src/lib/libc/compat/include/ |
H A D | extern.h | 36 struct syslog_data60; 37 void syslog_ss(int, struct syslog_data60 *, const char *, ...) 39 void vsyslog_ss(int, struct syslog_data60 *, const char *, va_list) 41 void syslogp_ss(int, struct syslog_data60 *, const char *, const char *, 43 void vsyslogp_ss(int, struct syslog_data60 *, const char *, const char *,
|