Searched refs:emit_log_char (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dbat_debugfs.c41 static void emit_log_char(struct debug_log *debug_log, char c) function
68 emit_log_char(debug_log, *p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprintk.c686 static void emit_log_char(char c) function
927 emit_log_char('\n');
945 emit_log_char('<');
946 emit_log_char(current_log_level + '0');
947 emit_log_char('>');
965 emit_log_char(*tp);
973 emit_log_char(*p);

Completed in 41 milliseconds