Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v4.19/scripts/
Dsign-file.c105 #define ERR(cond, fmt, ...) \ macro
145 ERR(!e, "Load PKCS#11 ENGINE"); in read_private_key()
149 ERR(1, "ENGINE_init"); in read_private_key()
151 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), in read_private_key()
155 ERR(!private_key, "%s", private_key_name); in read_private_key()
160 ERR(!b, "%s", private_key_name); in read_private_key()
163 ERR(!private_key, "%s", private_key_name); in read_private_key()
178 ERR(!b, "%s", x509_name); in read_x509()
191 ERR(1, "%s", x509_name); in read_x509()
194 ERR(BIO_reset(b) != 0, "%s", x509_name); in read_x509()
[all …]
Dextract-cert.c62 #define ERR(cond, fmt, ...) \ macro
82 ERR(!wb, "%s", cert_dst); in write_cert()
85 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()
111 ERR(!f, "%s", cert_dst); in main()
127 ERR(!e, "Load PKCS#11 ENGINE"); in main()
131 ERR(1, "ENGINE_init"); in main()
133 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main()
135 ERR(!parms.cert, "Get X.509 from PKCS#11"); in main()
142 ERR(!b, "%s", cert_src); in main()
154 ERR(!x509, "%s", cert_src); in main()
/Linux-v4.19/fs/cifs/
Dsmbdirect.c137 #define ERR 0x0 macro
139 static unsigned int smbd_logging_level = ERR;
338 log_rdma_event(ERR, "%s on device %s info %p\n", in smbd_qp_async_error_upcall()
372 log_rdma_send(ERR, "wc->status=%d wc->opcode=%d\n", in send_done()
419 log_rdma_event(ERR, in process_negotiation_response()
425 log_rdma_event(ERR, "error: negotiated_version=%x\n", in process_negotiation_response()
432 log_rdma_event(ERR, "error: credits_requested==0\n"); in process_negotiation_response()
438 log_rdma_event(ERR, "error: credits_granted==0\n"); in process_negotiation_response()
446 log_rdma_event(ERR, "error: preferred_send_size=%d\n", in process_negotiation_response()
453 log_rdma_event(ERR, "error: max_receive_size=%d\n", in process_negotiation_response()
[all …]
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_debugfs.c18 #define ERR BIT(3) macro
20 #define DBG_LEVEL_ALL (DEBUG | INFO | WRN | ERR)
21 static atomic_t WILC_DEBUG_LEVEL = ATOMIC_INIT(ERR);
86 (DEBUG | ERR),
/Linux-v4.19/drivers/media/usb/cpia2/
Dcpia2_usb.c306 ERR("buffer overflow! length: %d, n: %d\n", in cpia2_usb_complete()
371 ERR("%s: usb_submit_urb ret %d!\n", __func__, i); in cpia2_usb_complete()
617 ERR("%s: Internal driver error: udev is NULL\n", __func__); in cpia2_usb_transfer_cmd()
622 ERR("%s: Internal driver error: register array is NULL\n", __func__); in cpia2_usb_transfer_cmd()
715 ERR("usb_submit_urb[%d]() = %d\n", i, err); in submit_urbs()
753 ERR("cpia2_usb_change_streaming_alternate() = %d!\n", ret); in cpia2_usb_stream_start()
757ERR("cpia2_usb_change_streaming_alternate(%d) =%d has already failed. Then tried to call set_alter… in cpia2_usb_stream_start()
851 ERR("%s: usb_set_interface error (ret = %d)\n", __func__, ret); in cpia2_usb_probe()
858 ERR("%s: failed to initialize cpia2 camera (ret = %d)\n", __func__, ret); in cpia2_usb_probe()
879 ERR("%s: Failed to register cpia2 camera (ret = %d)\n", __func__, ret); in cpia2_usb_probe()
Dcpia2.h472 #define ERR(fmt, args...) ALOG(KERN_ERR, fmt, ## args) macro
477 #define ERR(fmt,args...) ALOG(KERN_ERR "cpia2: "fmt,##args) macro
Dcpia2_core.c639 ERR("Couldn't configure sensor, error=%d\n", retval); in cpia2_reset_camera()
879 ERR("Camera did not wake up\n"); in cpia2_set_high_power()
1199 ERR("ConfigSensor410 failed\n"); in config_sensor_410()
1370 ERR("ConfigSensor500 failed\n"); in config_sensor_500()
2188 ERR("couldn't kmalloc cpia2 struct\n"); in cpia2_init_camera_struct()
2221 ERR("Device IO error (asicID has incorrect value of 0x%X\n", in cpia2_init_camera()
2255 ERR("couldn't kmalloc frame buffer structures\n"); in cpia2_allocate_buffers()
2263 ERR("couldn't vmalloc frame buffer data area\n"); in cpia2_allocate_buffers()
2322 ERR("%s: buffer NULL\n",__func__); in cpia2_read()
2327 ERR("%s: Internal error, camera_data NULL!\n",__func__); in cpia2_read()
/Linux-v4.19/sound/pci/aw2/
Dsaa7146.h152 #define ERR (1UL << 1) macro
162 #define ERR (1UL << 1) macro
/Linux-v4.19/drivers/media/common/saa7146/
Dsaa7146_core.c341 ERR("warning: interrupt enabled, but not handled properly.(0x%08x)\n", in interrupt_hw()
343 ERR("disabling interrupt source(s)!\n"); in interrupt_hw()
363 ERR("out of memory\n"); in saa7146_init_one()
374 ERR("pci_enable_device() failed\n"); in saa7146_init_one()
395 ERR("ioremap() failed\n"); in saa7146_init_one()
420 ERR("request_irq() failed\n"); in saa7146_init_one()
Dsaa7146_fops.c499 ERR("out of memory. aborting.\n"); in saa7146_vv_init()
524 ERR("out of memory. aborting.\n"); in saa7146_vv_init()
614 ERR("cannot register v4l2 device. skipping.\n"); in saa7146_register_device()
/Linux-v4.19/include/linux/
Dpoll.h128 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()
137 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
/Linux-v4.19/arch/sh/boards/mach-cayman/
Dsetup.c33 #define ERR TOP_PRIORITY macro
92 RES, RES, RES, RES, SER, ERR, PW3, PW2, /* IRQ 8-15 */
/Linux-v4.19/drivers/usb/host/
Disp116x-hcd.c270 ERR("%s %d: ep->nextpid %d\n", __func__, __LINE__, in preproc_atl_queue()
611 ERR("Unrecoverable error, HC is dead!\n"); in isp116x_irq()
700 ERR("Isochronous transfers not supported\n"); in isp116x_urb_enqueue()
1241 ERR("Software reset timeout\n"); in isp116x_sw_reset()
1269 ERR("Clock not ready after %dms\n", timeout); in isp116x_reset()
1272 ERR("Please make sure that the H_WAKEUP pin is pulled low!\n"); in isp116x_reset()
1316 ERR("Invalid chip ID %04x\n", val); in isp116x_start()
1625 ERR("Platform data structure not initialized\n"); in isp116x_probe()
1630 ERR("USE_PLATFORM_DELAY defined, but delay function not " in isp116x_probe()
1632 ERR("See comments in drivers/usb/host/isp116x-hcd.c\n"); in isp116x_probe()
[all …]
/Linux-v4.19/drivers/usb/musb/
Dmusb_debug.h18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) macro
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddebuglib.h138 DBG_DECL(ERR)
192 #define DBG_ERR(args) DBG_TEST(ERR, args)
Ddebuglib.c48 DBG_FUNC(ERR) in DBG_FUNC()
/Linux-v4.19/drivers/usb/gadget/udc/
Dfsl_udc_core.c291 ERR("udc reset timeout!\n"); in dr_controller_setup()
1109 ERR("ep flush timeout\n"); in fsl_ep_fifo_flush()
1547 ERR("Unexpected ep0 packets\n"); in ep0_req_complete()
1617 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req()
1636 ERR("Unknown error has occurred (0x%x)!\n", in process_ep_req()
1827 ERR("Timeout for reset\n"); in reset_irq()
1966 ERR("can't bind to transceiver\n"); in fsl_udc_start()
2264 ERR("malloc QHs for udc failed\n"); in struct_udc_setup()
2359 ERR("Can't find OTG driver!\n"); in fsl_udc_probe()
2375 ERR("request mem region for %s failed\n", pdev->name); in fsl_udc_probe()
[all …]
Dat91_udc.h173 #define ERR(stuff...) pr_err("udc: " stuff) macro
Domap_udc.h190 #define ERR(stuff...) pr_err("udc: " stuff) macro
Dpxa25x_udc.h245 #define ERR(stuff...) pr_err("udc: " stuff) macro
Domap_udc.c692 ERR("%s dma error, lch %d status %02x\n", ep->ep.name, lch, ch_status); in dma_error()
1641 ERR("%s status, can't report\n", ep->ep.name); in ep0_irq()
2077 ERR("can't bind to transceiver\n"); in omap_udc_start()
2722 ERR("unsupported fifo_mode #%d\n", fifo_mode); in omap_udc_setup()
2844 ERR("unrecognized UDC HMC mode %d\n", hmc); in omap_udc_probe()
2873 ERR("can't get irq %d, err %d\n", in omap_udc_probe()
2882 ERR("can't get irq %d, err %d\n", in omap_udc_probe()
2890 ERR("can't get irq %d, err %d\n", in omap_udc_probe()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/
Dclient.h45 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a)
/Linux-v4.19/scripts/kconfig/lxdialog/
Dutil.c572 } while (key3 != ERR); in on_key_esc()
575 if (key == KEY_ESC && key2 == ERR) in on_key_esc()
577 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
/Linux-v4.19/drivers/net/ethernet/amd/
Dariadne.h179 #define ERR 0x0080 /* Error */ macro
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_v4l.c818 ERR("cannot init capture device. skipping\n"); in av7110_init_v4l()
846 ERR("cannot register capture device. skipping\n"); in av7110_init_v4l()
852 ERR("cannot register vbi v4l2 device. skipping\n"); in av7110_init_v4l()

12