HomeSort by: relevance | last modified time | path
    Searched refs:log_write (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
log.h 42 #define log_error(format, ...) log_write(ISC_LOG_ERROR, format, ##__VA_ARGS__)
44 #define log_info(format, ...) log_write(ISC_LOG_INFO, format, ##__VA_ARGS__)
47 log_write(int level, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
driver.c 104 log_write(ISC_LOG_ERROR,
110 log_write(ISC_LOG_DEBUG(9), "loading params for dyndb '%s' from %s:%lu",
117 log_write(ISC_LOG_ERROR,
129 log_write(ISC_LOG_ERROR,
log.c 39 log_write(int level, const char *format, ...) { function
instance.c 88 log_write(ISC_LOG_ERROR,
95 log_write(ISC_LOG_ERROR,
131 log_write(ISC_LOG_ERROR,
144 log_write(ISC_LOG_ERROR,
170 log_write(ISC_LOG_ERROR,
177 log_write(ISC_LOG_ERROR,
185 log_write(ISC_LOG_ERROR,
192 log_write(ISC_LOG_ERROR,
zone.c 75 log_write(ISC_LOG_ERROR,
86 log_write(ISC_LOG_ERROR,
95 log_write(ISC_LOG_ERROR, "create_zone: dns_acl_any -> %s\n",
180 log_write(ISC_LOG_ERROR,
217 log_write(ISC_LOG_ERROR,
253 log_write(ISC_LOG_ERROR, "activate_zone: load_zone -> %s\n",
syncptr.c 79 log_write(ISC_LOG_INFO, "ENTER: syncptr_write");
83 log_write(ISC_LOG_ERROR,
91 log_write(ISC_LOG_ERROR,
98 log_write(ISC_LOG_ERROR,
164 log_write(ISC_LOG_ERROR,
175 log_write(ISC_LOG_ERROR,
184 log_write(ISC_LOG_INFO, "syncptr_find_zone: zone not managed");
257 log_write(ISC_LOG_ERROR,
267 log_write(ISC_LOG_ERROR,
  /src/external/bsd/libbind/dist/include/isc/
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 *, ...);
  /src/usr.sbin/altq/altqd/
libaltq2.c 58 log_write(int severity, int syserr, const char *format, ...) function
  /src/external/bsd/ppp/dist/pppd/
utils.c 73 static void log_write(int, char *);
507 log_write(llevel, line);
542 log_write(llevel, line);
548 log_write(llevel, p);
605 log_write(level, buf);
610 log_write(int level, char *buf) function
625 log_write(int level, char *buf) function
  /src/usr.sbin/altq/libaltq/
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 */
  /src/external/bsd/libbind/dist/isc/
logging.c 432 log_write(log_context lc, int category, int level, const char *format, ...) { function

Completed in 23 milliseconds