Searched refs:log_write (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/libbind/dist/include/isc/ |
H A D | logging.h | 62 #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 D | altq_qop.h | 228 /* 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 D | libaltq2.c | 58 log_write(int severity, int syserr, const char *format, ...) in log_write() function
|
/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | logging.c | 432 log_write(log_context lc, int category, int level, const char *format, ...) { in log_write() function
|