Lines Matching defs:srcfile
63 __check_eq_uint(const char *srcfile, unsigned int line,
68 srcfile, line, exp_uint, x);
76 __check_eq_bitmap(const char *srcfile, unsigned int line,
82 srcfile, line,
90 __check_eq_pbl(const char *srcfile, unsigned int line,
97 srcfile, line,
105 __check_eq_u32_array(const char *srcfile, unsigned int line,
109 __check_eq_u32_array(const char *srcfile, unsigned int line,
115 srcfile, line,
121 pr_warn("[%s:%u] array contents differ\n", srcfile, line);
132 static bool __init __check_eq_clump8(const char *srcfile, unsigned int line,
142 srcfile, line, size, offset);
149 srcfile, line, offset);
155 srcfile, line, exp, *clump);
163 __check_eq_str(const char *srcfile, unsigned int line,
171 pr_err("[%s:%u] expected %s, got %s\n", srcfile, line, exp_str, str);