Lines Matching +full:v1 +full:- +full:v6
1 // SPDX-License-Identifier: GPL-2.0-only
34 * - classmaps must have corresponding enum
35 * - enum symbols must match/correlate with class-name strings in the map.
36 * - base must equal enum's 1st value
37 * - multiple maps must set their base to share the 0-30 class_id space !!
38 * (build-bug-on tips welcome)
40 * - tie together sysname, mapname, bitsname, flagsname
84 /* numeric verbosity, V2 > V1 related */
85 enum cat_level_num { V0 = 14, V1, V2, V3, V4, V5, V6, V7 }; enumerator
87 "V0", "V1", "V2", "V3", "V4", "V5", "V6", "V7");
98 /* stand-in for all pr_debug etc */
125 prdbg(V1); in do_levels()
130 prdbg(V6); in do_levels()