/linux/arch/x86/kernel/cpu/microcode/ |
H A D | intel.c | 137 int intel_microcode_sanity_check(void *mc, bool print_err, int hdr_type) in intel_microcode_sanity_check() argument 149 if (print_err) in intel_microcode_sanity_check() 155 if (print_err) in intel_microcode_sanity_check() 168 if (print_err) in intel_microcode_sanity_check() 175 if (print_err) in intel_microcode_sanity_check() 193 if (print_err) in intel_microcode_sanity_check() 210 if (print_err) in intel_microcode_sanity_check() 228 if (print_err) in intel_microcode_sanity_check()
|
/linux/arch/powerpc/boot/ |
H A D | decompress.c | 89 static void print_err(char *s) in print_err() function 133 output_size, NULL, print_err); in partial_decompress()
|
/linux/drivers/video/fbdev/ |
H A D | au1100fb.c | 372 print_err("No LCD panels supported by driver!"); in au1100fb_setup() 429 print_err("fail to retrieve registers resource"); in au1100fb_drv_probe() 440 print_err("fail to lock memory region at 0x%08lx", in au1100fb_drv_probe() 465 print_err("fail to allocate framebuffer (size: %dK))", in au1100fb_drv_probe() 493 print_err("Fail to allocate colormap (%d entries)", in au1100fb_drv_probe() 505 print_err("cannot register new framebuffer"); in au1100fb_drv_probe()
|
H A D | au1200fb.c | 57 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) macro 1545 print_err("Cannot find valid mode for panel %s", panel->name); in au1200fb_init_fbinfo() 1555 print_err("Fail to allocate colormap (%d entries)", in au1200fb_init_fbinfo() 1701 print_err("fail to allocate framebuffer (size: %dK))", in au1200fb_drv_probe() 1718 print_err("cannot register new framebuffer"); in au1200fb_drv_probe() 1733 print_err("fail to request interrupt line %d (err: %d)", in au1200fb_drv_probe()
|
H A D | au1100fb.h | 35 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) macro
|
/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 53 #define print_err(err, fmt, ...) __print_err(err, fmt, ##__VA_ARGS__) macro 717 print_err(drop, in stats_get_cpumap_enqueue() 761 print_err(xdp_drop, in stats_get_cpumap_remote() 800 print_err(drop, " %-20s " FMT_COLUMNf FMT_COLUMNf FMT_COLUMNf "\n", in stats_get_cpumap_kthread() 876 print_err(drop, " %-18s " FMT_COLUMNf "\n", str, in stats_get_redirect_err_cnt() 1070 print_err(drop, in stats_get_devmap_xmit_multi() 1125 print_err((out->rx_cnt.err || out->rx_cnt.drop), in stats_print() 1153 print_err(out->redir_cnt.err, " %-20s " FMT_COLUMNl "\n", str, in stats_print() 1163 print_err(out->except_cnt.hits, " %-20s " FMT_COLUMNl "\n", str, in stats_print() 1174 print_err(out->xmit_cnt.err || out->xmit_cnt.drop, in stats_print()
|
/linux/arch/x86/include/asm/ |
H A D | cpu.h | 68 int intel_microcode_sanity_check(void *mc, bool print_err, int hdr_type);
|
/linux/drivers/usb/gadget/udc/ |
H A D | net2280.c | 202 goto print_err; in net2280_enable() 208 goto print_err; in net2280_enable() 214 goto print_err; in net2280_enable() 219 goto print_err; in net2280_enable() 227 goto print_err; in net2280_enable() 251 goto print_err; in net2280_enable() 273 goto print_err; in net2280_enable() 356 print_err: in net2280_enable() 997 goto print_err; in net2280_queue() 1001 goto print_err; in net2280_queue() [all …]
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 113 bool print_err) in bnx2x_validate_vf_sp_objs() argument 116 if (print_err) in bnx2x_validate_vf_sp_objs()
|
H A D | bnx2x.h | 2428 int bnx2x_compare_fw_ver(struct bnx2x *bp, u32 load_code, bool print_err);
|
H A D | bnx2x_cmn.c | 2373 int bnx2x_compare_fw_ver(struct bnx2x *bp, u32 load_code, bool print_err) in bnx2x_compare_fw_ver() argument 2397 if (print_err) in bnx2x_compare_fw_ver()
|