Lines Matching refs:lflags
1871 static size_t log_output(int facility, int level, enum log_flags lflags, const char *dict, size_t d… in log_output() argument
1880 if (cont.caller_id == caller_id && (lflags & LOG_CONT)) { in log_output()
1881 if (cont_add(caller_id, facility, level, lflags, text, text_len)) in log_output()
1889 if (!text_len && (lflags & LOG_CONT)) in log_output()
1893 if (!(lflags & LOG_NEWLINE)) { in log_output()
1894 if (cont_add(caller_id, facility, level, lflags, text, text_len)) in log_output()
1899 return log_store(caller_id, facility, level, lflags, 0, in log_output()
1911 enum log_flags lflags = 0; in vprintk_store() local
1922 lflags |= LOG_NEWLINE; in vprintk_store()
1936 lflags |= LOG_CONT; in vprintk_store()
1948 lflags |= LOG_NEWLINE; in vprintk_store()
1950 return log_output(facility, level, lflags, in vprintk_store()