Home
last modified time | relevance | path

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

12

/Linux-v5.15/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-v5.15/fs/cifs/
Dsmbdirect.c128 #define ERR 0x0 macro
130 static unsigned int smbd_logging_level = ERR;
242 log_rdma_event(ERR, "%s on device %s info %p\n", in smbd_qp_async_error_upcall()
277 log_rdma_send(ERR, "wc->status=%d wc->opcode=%d\n", in send_done()
318 log_rdma_event(ERR, in process_negotiation_response()
324 log_rdma_event(ERR, "error: negotiated_version=%x\n", in process_negotiation_response()
331 log_rdma_event(ERR, "error: credits_requested==0\n"); in process_negotiation_response()
337 log_rdma_event(ERR, "error: credits_granted==0\n"); in process_negotiation_response()
345 log_rdma_event(ERR, "error: preferred_send_size=%d\n", in process_negotiation_response()
352 log_rdma_event(ERR, "error: max_receive_size=%d\n", in process_negotiation_response()
[all …]
/Linux-v5.15/drivers/media/usb/cpia2/
Dcpia2_usb.c297 ERR("buffer overflow! length: %d, n: %d\n", in cpia2_usb_complete()
362 ERR("%s: usb_submit_urb ret %d!\n", __func__, i); in cpia2_usb_complete()
608 ERR("%s: Internal driver error: udev is NULL\n", __func__); in cpia2_usb_transfer_cmd()
613 ERR("%s: Internal driver error: register array is NULL\n", __func__); in cpia2_usb_transfer_cmd()
710 ERR("usb_submit_urb[%d]() = %d\n", i, err); in submit_urbs()
748 ERR("cpia2_usb_change_streaming_alternate() = %d!\n", ret); in cpia2_usb_stream_start()
752ERR("cpia2_usb_change_streaming_alternate(%d) =%d has already failed. Then tried to call set_alter… in cpia2_usb_stream_start()
846 ERR("%s: usb_set_interface error (ret = %d)\n", __func__, ret); in cpia2_usb_probe()
852 ERR("%s: failed to initialize cpia2 camera (ret = %d)\n", __func__, ret); in cpia2_usb_probe()
872 ERR("%s: Failed to register cpia2 camera (ret = %d)\n", __func__, ret); in cpia2_usb_probe()
Dcpia2.h464 #define ERR(fmt, args...) ALOG(KERN_ERR, fmt, ## args) macro
469 #define ERR(fmt,args...) ALOG(KERN_ERR "cpia2: "fmt,##args) macro
Dcpia2_core.c630 ERR("Couldn't configure sensor, error=%d\n", retval); in cpia2_reset_camera()
870 ERR("Camera did not wake up\n"); in cpia2_set_high_power()
1190 ERR("ConfigSensor410 failed\n"); in config_sensor_410()
1361 ERR("ConfigSensor500 failed\n"); in config_sensor_500()
2191 ERR("couldn't kmalloc cpia2 struct\n"); in cpia2_init_camera_struct()
2224 ERR("Device IO error (asicID has incorrect value of 0x%X\n", in cpia2_init_camera()
2258 ERR("couldn't kmalloc frame buffer structures\n"); in cpia2_allocate_buffers()
2266 ERR("couldn't vmalloc frame buffer data area\n"); in cpia2_allocate_buffers()
2325 ERR("%s: buffer NULL\n",__func__); in cpia2_read()
2330 ERR("%s: Internal error, camera_data NULL!\n",__func__); in cpia2_read()
/Linux-v5.15/sound/pci/aw2/
Dsaa7146.h139 #define ERR (1UL << 1) macro
149 #define ERR (1UL << 1) macro
/Linux-v5.15/drivers/media/common/saa7146/
Dsaa7146_core.c329 ERR("warning: interrupt enabled, but not handled properly.(0x%08x)\n", in interrupt_hw()
331 ERR("disabling interrupt source(s)!\n"); in interrupt_hw()
351 ERR("out of memory\n"); in saa7146_init_one()
362 ERR("pci_enable_device() failed\n"); in saa7146_init_one()
383 ERR("ioremap() failed\n"); in saa7146_init_one()
408 ERR("request_irq() failed\n"); in saa7146_init_one()
Dsaa7146_fops.c496 ERR("out of memory. aborting.\n"); in saa7146_vv_init()
521 ERR("out of memory. aborting.\n"); in saa7146_vv_init()
621 ERR("cannot register v4l2 device. skipping.\n"); in saa7146_register_device()
/Linux-v5.15/tools/testing/selftests/net/
Dbareudp.sh109 ERR=4 # Return 4 by default, which is the SKIP code for kselftest
130 if [ "${ERR}" -eq 4 ]; then
134 exit "${ERR}"
307 ERR=1
542 if [ "${ERR}" -eq 1 ]; then
545 ERR=0
/Linux-v5.15/drivers/staging/media/atomisp/pci/
Dsh_css.c2023 goto ERR; in create_host_pipeline()
2032 goto ERR; in create_host_pipeline()
2039 goto ERR; in create_host_pipeline()
2053 goto ERR; in create_host_pipeline()
2065 goto ERR; in create_host_pipeline()
2077 goto ERR; in create_host_pipeline()
2084 goto ERR; in create_host_pipeline()
2091 goto ERR; in create_host_pipeline()
2097 goto ERR; in create_host_pipeline()
2103 goto ERR; in create_host_pipeline()
[all …]
/Linux-v5.15/drivers/staging/media/atomisp/pci/camera/pipe/src/
Dpipe_stagedesc.c35 goto ERR; in ia_css_pipe_get_generic_stage_desc()
48 ERR: in ia_css_pipe_get_generic_stage_desc()
/Linux-v5.15/include/linux/
Dpoll.h132 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()
141 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
/Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
Dpipeline.c585 goto ERR; in pipeline_stage_create()
598 goto ERR; in pipeline_stage_create()
630 goto ERR; in pipeline_stage_create()
644 goto ERR; in pipeline_stage_create()
660 ERR: in pipeline_stage_create()
/Linux-v5.15/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()
1240 ERR("Software reset timeout\n"); in isp116x_sw_reset()
1268 ERR("Clock not ready after %dms\n", timeout); in isp116x_reset()
1271 ERR("Please make sure that the H_WAKEUP pin is pulled low!\n"); in isp116x_reset()
1315 ERR("Invalid chip ID %04x\n", val); in isp116x_start()
1619 ERR("Platform data structure not initialized\n"); in isp116x_probe()
1624 ERR("USE_PLATFORM_DELAY defined, but delay function not " in isp116x_probe()
1626 ERR("See comments in drivers/usb/host/isp116x-hcd.c\n"); in isp116x_probe()
[all …]
/Linux-v5.15/drivers/usb/gadget/udc/
Dfsl_udc_core.c289 ERR("udc reset timeout!\n"); in dr_controller_setup()
1106 ERR("ep flush timeout\n"); in fsl_ep_fifo_flush()
1544 ERR("Unexpected ep0 packets\n"); in ep0_req_complete()
1613 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req()
1632 ERR("Unknown error has occurred (0x%x)!\n", in process_ep_req()
1821 ERR("Timeout for reset\n"); in reset_irq()
1960 ERR("can't bind to transceiver\n"); in fsl_udc_start()
2245 ERR("kmalloc udc endpoint status failed\n"); in struct_udc_setup()
2260 ERR("malloc QHs for udc failed\n"); in struct_udc_setup()
2271 ERR("kzalloc for udc status request failed\n"); in struct_udc_setup()
[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.h241 #define ERR(stuff...) pr_err("udc: " stuff) macro
/Linux-v5.15/drivers/usb/musb/
Dmusb_debug.h18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) macro
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvkm/core/
Dclient.h44 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a)
/Linux-v5.15/scripts/kconfig/lxdialog/
Dutil.c559 } while (key3 != ERR); in on_key_esc()
562 if (key == KEY_ESC && key2 == ERR) in on_key_esc()
564 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
/Linux-v5.15/samples/bpf/
Dxdp_sample_user.c63 #define ERR(err) err, "error/s" macro
672 str, PPS(pps), DROP(drop), ERR(err)); in stats_get_rx_cnt()
875 ERR(drop)); in stats_get_redirect_err_cnt()
889 ERR(drop)); in stats_get_redirect_err_cnt()
921 action2str(rec_i), ERR(drop)); in stats_get_exception_cnt()
935 str, ERR(drop)); in stats_get_exception_cnt()
1126 ERR(out->rx_cnt.err)); in stats_print()
1152 ERR(out->redir_cnt.err)); in stats_print()
/Linux-v5.15/drivers/net/ethernet/amd/
Dariadne.h179 #define ERR 0x0080 /* Error */ macro
/Linux-v5.15/drivers/staging/media/av7110/
Dav7110_v4l.c807 ERR("cannot init capture device. skipping\n"); in av7110_init_v4l()
835 ERR("cannot register capture device. skipping\n"); in av7110_init_v4l()
841 ERR("cannot register vbi v4l2 device. skipping\n"); in av7110_init_v4l()

12