Searched refs:warn (Results 1 – 7 of 7) sorted by relevance
/scripts/dtc/ |
D | checks.c | 54 bool warn, error; member 69 .warn = (w), \ 109 if ((c->warn && (quiet < 1)) in check_msg() 675 static void enable_warning_error(struct check *c, bool warn, bool error) in enable_warning_error() argument 680 if ((warn && !c->warn) || (error && !c->error)) in enable_warning_error() 682 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error() 684 c->warn = c->warn || warn; in enable_warning_error() 688 static void disable_warning_error(struct check *c, bool warn, bool error) in disable_warning_error() argument 694 if ((warn && c->warn) || (error && c->error)) { in disable_warning_error() 701 disable_warning_error(cc, warn, error); in disable_warning_error() [all …]
|
D | dtc.h | 251 void parse_checks_option(bool warn, bool error, const char *optarg);
|
/scripts/mod/ |
D | sumversion.c | 329 warn("could not find %s for %s\n", cmd, objfile); in parse_source_files() 347 warn("malformed line: %s\n", line); in parse_source_files() 352 warn("could not open %s: %s\n", in parse_source_files() 380 warn("could not open %s: %s\n", in parse_source_files() 429 warn("malformed versions file for %s\n", modname); in get_src_version() 436 warn("bad ending versions file for %s\n", modname); in get_src_version() 462 warn("changing sum in %s failed: %s\n", in write_version() 468 warn("changing sum in %s:%lu failed: %s\n", in write_version() 474 warn("writing sum in %s failed: %s\n", in write_version()
|
D | modpost.c | 61 PRINTF void warn(const char *fmt, ...) in warn() function 311 warn("%s: '%s' exported twice. Previous export " in sym_add_exported() 604 warn("\"%s\" [%s] is COMMON symbol\n", symname, mod->name); in handle_modversions() 853 warn("%s (%s): unexpected non-allocatable section.\n" in check_section() 1341 warn("%s(%s+0x%llx): Section mismatch in reference from the %s %s%s " in report_sec_mismatch() 1725 warn("modpost: missing MODULE_LICENSE() in %s\n" in read_symbols() 1831 warn("modpost: GPL-incompatible module %s%s " in check_for_gpl_usage() 1849 warn("modpost: module %s%s " in check_for_unused() 1929 warn("\"%s\" [%s.ko] undefined!\n", in add_versions() 1956 warn("\"%s\" [%s.ko] has no CRC!\n", in add_versions() [all …]
|
D | modpost.h | 186 void warn(const char *fmt, ...);
|
D | file2alias.c | 432 warn("Can't handle masks in %s:%04X\n", in do_pci_entry()
|
/scripts/ |
D | unifdef.c | 607 warn("couldn't write to %s", ofilename); in closeout() 627 warn("couldn't rename temporary file"); in done()
|