Symbol: err
arch/arm64/kvm/emulate-nested.c
2091
err);
arch/arm64/kvm/emulate-nested.c
2236
int err = 0;
drivers/media/common/b2c2/flexcop-common.h
29
#undef err
drivers/media/common/b2c2/flexcop-common.h
30
#define err(format, arg...) \
drivers/media/dvb-frontends/bcm3510_priv.h
14
#undef err
drivers/media/dvb-frontends/bcm3510_priv.h
15
#define err(format, arg...) printk(KERN_ERR "bcm3510: " format "\n", ## arg)
drivers/media/dvb-frontends/cx24120.c
107
#define err(args...) pr_err("cx24120: ### ERROR: " args)
drivers/media/dvb-frontends/cx24123.c
33
#define err(args...) do { printk(KERN_ERR "CX24123: " args); } while (0)
drivers/media/tuners/fc0013-priv.h
13
#undef err
drivers/media/tuners/fc0013-priv.h
14
#define err(f, arg...) printk(KERN_ERR LOG_PREFIX": " f "\n" , ## arg)
drivers/media/usb/dvb-usb/dvb-usb.h
54
#undef err
drivers/media/usb/dvb-usb/dvb-usb.h
55
#define err(format, arg...) printk(KERN_ERR DVB_USB_LOG_PREFIX ": " format "\n" , ## arg)
drivers/misc/ibmasm/ibmasm.h
31
#define err(msg) printk(KERN_ERR "%s: " msg "\n", DRIVER_NAME)
drivers/pci/hotplug/acpi_pcihp.c
25
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_core.c
38
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpci_hotplug_pci.c
28
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_generic.c
41
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpcihp_zt5550.c
36
#define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
drivers/pci/hotplug/cpqphp.h
26
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/ibmphp.h
31
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/pci_hotplug_core.c
32
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
drivers/pci/hotplug/rpaphp.h
42
#define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
include/net/sctp/sm.h
321
gfp_t gfp, int *err,
scripts/insert-sys-cert.c
35
#define err(format, args...) fprintf(stderr, "ERROR: " format, ## args)
tools/accounting/getdelays.c
43
#define err(code, fmt, arg...) \
tools/accounting/procacct.c
54
#define err(code, fmt, arg...) \
tools/testing/selftests/mm/uffd-common.h
57
#define err(fmt, ...) errexit(1, fmt, ##__VA_ARGS__)
tools/testing/selftests/ptrace/peeksiginfo.c
39
#define err(fmt, ...) \
tools/usb/ffs-test.c
95
#define err(...) _msg(3, __VA_ARGS__)
tools/usb/usbip/libsrc/usbip_common.h
66
#define err(fmt, args...) \