Searched refs:log_context (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/include/isc/ |
H A D | logging.h | 47 typedef struct log_context *log_context; typedef 81 int log_check_channel(log_context, int, log_channel); 82 int log_check(log_context, int, int); 84 void log_vwrite(log_context, int, int, const char *, 87 void log_write(log_context, int, int, const char *, ...) 90 void log_vwrite(log_context, int, int, const char *, 92 void log_write(log_context, int, int, const char *, ...); 94 int log_new_context(int, char **, log_context *); 95 void log_free_context(log_context); 96 int log_add_channel(log_context, int, log_channel); [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | logging.c | 172 log_close_debug_channels(log_context lc) { in log_close_debug_channels() 203 log_check_channel(log_context lc, int level, log_channel chan) { in log_check_channel() 236 log_check(log_context lc, int category, int level) { in log_check() 266 log_vwrite(log_context lc, int category, int level, const char *format, in log_vwrite() 426 log_write(log_context lc, int category, int level, const char *format, ...) { in log_write() 439 log_new_context(int num_categories, char **category_names, log_context *lc) { in log_new_context() 440 log_context nlc; in log_new_context() 442 nlc = memget(sizeof (struct log_context)); in log_new_context() 451 memput(nlc, sizeof (struct log_context)); in log_new_context() 464 log_free_context(log_context lc) { in log_free_context() [all …]
|
H A D | logging_p.h | 51 struct log_context { struct
|