Searched refs:warn (Results 76 - 100 of 174) sorted by relevance

1234567

/linux-master/drivers/media/usb/dvb-usb/
H A Ddtv5100.c53 warn("wlen = %x, aborting.", wlen);
H A Dgp8psk.c53 warn("usb in %d operation failed.", req);
90 warn("usb out operation failed.");
H A Dvp702x.c43 warn("usb in operation failed. (%d)", ret);
80 warn("usb out operation failed. (%d)",ret);
/linux-master/tools/objtool/
H A Dspecial.c17 #include <objtool/warn.h>
/linux-master/scripts/mod/
H A Dmodpost.h203 * warn - show the given message, then let modpost continue running, still
215 #define warn(fmt, args...) modpost_log(LOG_WARN, fmt, ##args) macro
H A Dmodpost.c33 /* Only warn about unresolved symbols */
43 /* If set to 1, only warn (instead of error) about missing ns imports */
619 /* Should warn here, but modpost runs before the linker */
621 warn("\"%s\" [%s] is COMMON symbol\n", symname, mod->name);
773 warn("%s (%s): unexpected non-allocatable section.\n"
1055 warn("%s: section mismatch in reference: %s+0x%x (section: %s) -> %s (section: %s)\n",
1069 warn("The relocation at %s+0x%lx references\n"
1146 warn("%s: %s: EXPORT_SYMBOL used for init symbol. Remove __init or EXPORT_SYMBOL.\n",
1149 warn("%s: %s: EXPORT_SYMBOL used for exit symbol. Remove __exit or EXPORT_SYMBOL.\n",
1658 warn("missin
[all...]
/linux-master/arch/um/
H A DMakefile138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux-master/tools/objtool/arch/loongarch/
H A Dorc.c7 #include <objtool/warn.h>
/linux-master/tools/objtool/arch/x86/
H A Dorc.c7 #include <objtool/warn.h>
/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c677 goto warn;
679 goto warn;
686 goto warn;
692 warn:
/linux-master/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h18 #undef warn macro
19 #define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n", ## arg) macro
/linux-master/drivers/pci/
H A Dp2pdma.c485 bool same_host_bridge, bool warn)
506 if (warn)
518 bool warn)
524 return __host_bridge_whitelist(host_a, true, warn);
526 if (__host_bridge_whitelist(host_a, false, warn) &&
527 __host_bridge_whitelist(host_b, false, warn))
484 __host_bridge_whitelist(struct pci_host_bridge *host, bool same_host_bridge, bool warn) argument
517 host_bridge_whitelist(struct pci_dev *a, struct pci_dev *b, bool warn) argument
/linux-master/drivers/block/drbd/
H A Ddrbd_state.c287 union drbd_state ns, enum sanitize_state_warnings *warn);
1027 static void print_sanitize_warnings(struct drbd_device *device, enum sanitize_state_warnings warn) argument
1038 if (warn != NO_WARNING)
1039 drbd_warn(device, "%s\n", msg_table[warn]);
1047 * @warn: placeholder for returned state warning.
1053 union drbd_state ns, enum sanitize_state_warnings *warn)
1058 if (warn)
1059 *warn = NO_WARNING;
1084 if (warn)
1085 *warn
1052 sanitize_state(struct drbd_device *device, union drbd_state os, union drbd_state ns, enum sanitize_state_warnings *warn) argument
[all...]
/linux-master/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
346 warn("slot %s already inserted",
H A Dcpcihp_zt5550.c38 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
H A Dcpci_hotplug_pci.c30 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
/linux-master/include/drm/
H A Ddrm_print.h478 __drm_printk((drm), warn,, fmt, ##__VA_ARGS__)
491 __drm_printk((drm), warn, _once, fmt, ##__VA_ARGS__)
/linux-master/include/net/
H A Dnet_debug.h105 netif_level(warn, priv, type, dev, fmt, ##args)
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_bindings.c129 !efx->tc->up, warn,
/linux-master/samples/pktgen/
H A Dfunctions.sh18 function warn() { function
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.h207 #define IOR_WARN(i,f,a...) IOR_MSG((i), warn, f, ##a)
/linux-master/tools/perf/bench/
H A Dfutex-hash.c95 warn("Non-expected futex return call");
/linux-master/Documentation/
H A DMakefile10 $(shell $(srctree)/scripts/documentation-file-ref-check --warn)
/linux-master/drivers/regulator/
H A Dda9121-regulator.c141 char *warn; /* if NULL, notify - otherwise dev_warn this string */ member in struct:status_event_data
643 bool supported = (item->warn == NULL);
716 bool notify = (item->warn == NULL);
723 dev_warn(chip->dev, item->warn);
/linux-master/include/linux/
H A Dcompiler_types.h228 * GCC does not warn about unused static inline functions for -Wunused-function.
470 __diag_ ## compiler(version, warn, option)

Completed in 501 milliseconds

1234567