Lines Matching refs:log_context
176 log_close_debug_channels(log_context lc) {
207 log_check_channel(log_context lc, int level, log_channel chan) {
240 log_check(log_context lc, int category, int level) {
270 log_vwrite(log_context lc, int category, int level, const char *format,
430 log_write(log_context lc, int category, int level, const char *format, ...) {
443 log_new_context(int num_categories, char **category_names, log_context *lc) {
444 log_context nlc;
446 nlc = memget(sizeof (struct log_context));
455 memput(nlc, sizeof (struct log_context));
468 log_free_context(log_context lc) {
484 memput(lc, sizeof (struct log_context));
488 log_add_channel(log_context lc, int category, log_channel chan) {
509 log_remove_channel(log_context lc, int category, log_channel chan) {
545 log_option(log_context lc, int option, int value) {
568 log_category_is_active(log_context lc, int category) {