Lines Matching refs:pri
182 syslog(int pri, const char *fmt, ...) in syslog() argument
187 _vxsyslogp_r(pri, &_syslog_fun, &_syslog_data, NULL, NULL, fmt, ap); in syslog()
192 vsyslog(int pri, const char *fmt, va_list ap) in vsyslog() argument
194 _vxsyslogp_r(pri, &_syslog_fun, &_syslog_data, NULL, NULL, fmt, ap); in vsyslog()
202 syslogp(int pri, const char *msgid, const char *sdfmt, const char *msgfmt, ...) in syslogp() argument
207 _vxsyslogp_r(pri, &_syslog_fun, &_syslog_data, in syslogp()
213 vsyslogp(int pri, const char *msgid, const char *sdfmt, const char *msgfmt, in vsyslogp() argument
216 _vxsyslogp_r(pri, &_syslog_fun, &_syslog_data, in vsyslogp()
221 vsyslogp_r(int pri, struct syslog_data *data, const char *msgid, in vsyslogp_r() argument
224 _vxsyslogp_r(pri, &_syslog_fun, data, msgid, sdfmt, msgfmt, ap); in vsyslogp_r()
228 syslog_r(int pri, struct syslog_data *data, const char *fmt, ...) in syslog_r() argument
233 _vxsyslogp_r(pri, &_syslog_fun, data, NULL, NULL, fmt, ap); in syslog_r()
238 syslogp_r(int pri, struct syslog_data *data, const char *msgid, in syslogp_r() argument
244 _vxsyslogp_r(pri, &_syslog_fun, data, msgid, sdfmt, msgfmt, ap); in syslogp_r()
249 vsyslog_r(int pri, struct syslog_data *data, const char *fmt, va_list ap) in vsyslog_r() argument
251 _vxsyslogp_r(pri, &_syslog_fun, data, NULL, NULL, fmt, ap); in vsyslog_r()