Searched refs:error_with_pos (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/genksyms/ |
H A D | parse.y | 291 error_with_pos("unexpected second declaration name"); 300 error_with_pos("unexpected second declaration name"); 502 error_with_pos("%s", e);
|
H A D | genksyms.h | 67 void error_with_pos(const char *, ...) __attribute__ ((format(printf, 1, 2)));
|
H A D | genksyms.c | 258 error_with_pos("redefinition of %s", name); in __add_symbol() 588 error_with_pos("expand undefined %s %s", in expand_and_crc_sym() 640 error_with_pos("export undefined symbol %s", name); in export_symbol() 706 void error_with_pos(const char *fmt, ...) in error_with_pos() function
|
/kernel/linux/linux-6.6/scripts/genksyms/ |
H A D | parse.y | 294 error_with_pos("unexpected second declaration name"); 303 error_with_pos("unexpected second declaration name"); 509 error_with_pos("%s", e);
|
H A D | genksyms.h | 67 void error_with_pos(const char *, ...) __attribute__ ((format(printf, 1, 2)));
|
H A D | genksyms.c | 258 error_with_pos("redefinition of %s", name); in __add_symbol() 588 error_with_pos("expand undefined %s %s", in expand_and_crc_sym() 640 error_with_pos("export undefined symbol %s", name); in export_symbol() 702 void error_with_pos(const char *fmt, ...) in error_with_pos() function
|
Completed in 4 milliseconds