Searched refs:CON_EXTENDED (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dconsole.h180 * @CON_EXTENDED: The console supports the extended output format of
194 CON_EXTENDED = BIT(6), enumerator in enum:cons_flags
/linux-master/kernel/printk/
H A Dnbcon.c848 bool is_extended = console_srcu_read_flags(con) & CON_EXTENDED;
H A Dprintk.c2871 bool is_extended = console_srcu_read_flags(con) & CON_EXTENDED;
/linux-master/drivers/net/
H A Dnetconsole.c1241 .flags = CON_ENABLED | CON_EXTENDED,

Completed in 173 milliseconds