Lines Matching refs:lflags
1804 static size_t log_output(int facility, int level, enum log_flags lflags, const char *dict, size_t d… in log_output() argument
1811 if (cont.owner == current && (lflags & LOG_CONT)) { in log_output()
1812 if (cont_add(facility, level, lflags, text, text_len)) in log_output()
1820 if (!text_len && (lflags & LOG_CONT)) in log_output()
1824 if (!(lflags & LOG_NEWLINE)) { in log_output()
1825 if (cont_add(facility, level, lflags, text, text_len)) in log_output()
1830 return log_store(facility, level, lflags, 0, dict, dictlen, text, text_len); in log_output()
1841 enum log_flags lflags = 0; in vprintk_store() local
1852 lflags |= LOG_NEWLINE; in vprintk_store()
1866 lflags |= LOG_PREFIX; in vprintk_store()
1869 lflags |= LOG_CONT; in vprintk_store()
1881 lflags |= LOG_PREFIX|LOG_NEWLINE; in vprintk_store()
1883 return log_output(facility, level, lflags, in vprintk_store()