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

  /src/sys/sys/
syslog.h 178 struct syslog_data { struct
210 void closelog_r(struct syslog_data *) __RENAME(__closelog_r60);
211 void openlog_r(const char *, int, int, struct syslog_data *)
213 int setlogmask_r(int, struct syslog_data *) __RENAME(__setlogmask_r60);
214 void syslog_r(int, struct syslog_data *, const char *, ...)
216 void vsyslog_r(int, struct syslog_data *, const char *, __va_list)
218 void syslogp_r(int, struct syslog_data *, const char *, const char *,
220 void vsyslogp_r(int, struct syslog_data *, const char *, const char *,
222 void syslog_ss(int, struct syslog_data *, const char *, ...)
224 void vsyslog_ss(int, struct syslog_data *, const char *, va_list
    [all...]
syslog.h 178 struct syslog_data { struct
210 void closelog_r(struct syslog_data *) __RENAME(__closelog_r60);
211 void openlog_r(const char *, int, int, struct syslog_data *)
213 int setlogmask_r(int, struct syslog_data *) __RENAME(__setlogmask_r60);
214 void syslog_r(int, struct syslog_data *, const char *, ...)
216 void vsyslog_r(int, struct syslog_data *, const char *, __va_list)
218 void syslogp_r(int, struct syslog_data *, const char *, const char *,
220 void vsyslogp_r(int, struct syslog_data *, const char *, const char *,
222 void syslog_ss(int, struct syslog_data *, const char *, ...)
224 void vsyslog_ss(int, struct syslog_data *, const char *, va_list
    [all...]

Completed in 23 milliseconds