Home
last modified time | relevance | path

Searched refs:log_write (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Dlogging.h62 #define log_write __log_write macro
89 void log_write(log_context, int, int, const char *, ...)
94 void log_write(log_context, int, int, const char *, ...);
/netbsd-src/usr.sbin/altq/libaltq/
H A Daltq_qop.h228 /* rename LOG() to log_write() */
229 #define LOG log_write
230 void log_write(int, int, const char *, ...);
245 extern int daemonize; /* log_write uses stderr if daemonize is 0 */
/netbsd-src/usr.sbin/altq/altqd/
H A Dlibaltq2.c58 log_write(int severity, int syserr, const char *format, ...) in log_write() function
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dlogging.c432 log_write(log_context lc, int category, int level, const char *format, ...) { in log_write() function