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

  /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 *,
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 *,

Completed in 119 milliseconds