HomeSort by: relevance | last modified time | path
    Searched refs:syslog_data60 (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/compat/include/
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 *,
  /src/sys/compat/sys/
syslog.h 34 struct syslog_data60 { struct
46 void closelog_r(struct syslog_data60 *);
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 *,
  /src/lib/libc/compat/gen/
compat_syslog.c 81 syslog_data_convert(struct syslog_data *d, const struct syslog_data60 *s)
93 closelog_r(struct syslog_data60 *data60)
102 struct syslog_data60 *data60)
110 setlogmask_r(int pmask, struct syslog_data60 *data60)
118 syslog_r(int pri, struct syslog_data60 *data60, const char *fmt, ...)
130 vsyslog_r(int pri, struct syslog_data60 *data60, const char *fmt, __va_list ap)
138 syslogp_r(int pri, struct syslog_data60 *data60, const char *msgid,
151 vsyslogp_r(int pri, struct syslog_data60 *data60, const char *msgid,
166 syslog_ss(int pri, struct syslog_data60 *data, const char *fmt, ...)
176 syslogp_ss(int pri, struct syslog_data60 *data, const char *msgid
    [all...]

Completed in 13 milliseconds