/linux-6.1.9/scripts/ |
D | sign-file.c | 112 #define ERR(cond, fmt, ...) \ macro 152 ERR(!e, "Load PKCS#11 ENGINE"); in read_private_key() 156 ERR(1, "ENGINE_init"); in read_private_key() 158 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), in read_private_key() 162 ERR(!private_key, "%s", private_key_name); in read_private_key() 167 ERR(!b, "%s", private_key_name); in read_private_key() 170 ERR(!private_key, "%s", private_key_name); in read_private_key() 185 ERR(!b, "%s", x509_name); in read_x509() 198 ERR(1, "%s", x509_name); in read_x509() 201 ERR(BIO_reset(b) != 0, "%s", x509_name); in read_x509() [all …]
|
/linux-6.1.9/certs/ |
D | extract-cert.c | 69 #define ERR(cond, fmt, ...) \ macro 89 ERR(!wb, "%s", cert_dst); in write_cert() 92 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert() 118 ERR(!f, "%s", cert_dst); in main() 134 ERR(!e, "Load PKCS#11 ENGINE"); in main() 138 ERR(1, "ENGINE_init"); in main() 140 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main() 142 ERR(!parms.cert, "Get X.509 from PKCS#11"); in main() 149 ERR(!b, "%s", cert_src); in main() 161 ERR(!x509, "%s", cert_src); in main()
|
/linux-6.1.9/fs/cifs/ |
D | smbdirect.c | 128 #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-6.1.9/tools/testing/selftests/net/ |
D | amt.sh | 80 ERR=4 89 exit $ERR 185 ERR=1 266 ERR=1 273 ERR=1 280 if [ "${ERR}" -eq 1 ]; then 283 ERR=0
|
D | l2_tos_ttl_inherit.sh | 16 ERR=4 20 exit $ERR 24 exit $ERR 396 exit $ERR 404 exit $ERR 443 ERR=1 445 ERR=0
|
D | bareudp.sh | 109 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-6.1.9/arch/arm64/include/asm/ |
D | asm-extable.h | 44 EX_DATA_REG(ERR, err) | \ 93 EX_DATA_REG(ERR, err) " | " \ 102 EX_DATA_REG(ERR, err) " | " \
|
/linux-6.1.9/drivers/staging/media/deprecated/cpia2/ |
D | cpia2_usb.c | 297 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() 752 …ERR("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()
|
D | cpia2.h | 464 #define ERR(fmt, args...) ALOG(KERN_ERR, fmt, ## args) macro 469 #define ERR(fmt,args...) ALOG(KERN_ERR "cpia2: "fmt,##args) macro
|
D | cpia2_core.c | 630 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-6.1.9/sound/pci/aw2/ |
D | saa7146.h | 139 #define ERR (1UL << 1) macro 149 #define ERR (1UL << 1) macro
|
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/ |
D | saa7146_core.c | 329 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()
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/ |
D | sh_css.c | 1880 goto ERR; in create_host_pipeline() 1889 goto ERR; in create_host_pipeline() 1896 goto ERR; in create_host_pipeline() 1910 goto ERR; in create_host_pipeline() 1922 goto ERR; in create_host_pipeline() 1934 goto ERR; in create_host_pipeline() 1941 goto ERR; in create_host_pipeline() 1948 goto ERR; in create_host_pipeline() 1954 goto ERR; in create_host_pipeline() 1960 goto ERR; in create_host_pipeline() [all …]
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/camera/pipe/src/ |
D | pipe_stagedesc.c | 35 goto ERR; in ia_css_pipe_get_generic_stage_desc() 48 ERR: in ia_css_pipe_get_generic_stage_desc()
|
/linux-6.1.9/include/linux/ |
D | poll.h | 130 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll() 139 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
D | pipeline.c | 584 goto ERR; in pipeline_stage_create() 597 goto ERR; in pipeline_stage_create() 629 goto ERR; in pipeline_stage_create() 643 goto ERR; in pipeline_stage_create() 659 ERR: in pipeline_stage_create()
|
/linux-6.1.9/drivers/usb/host/ |
D | isp116x-hcd.c | 270 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() 1239 ERR("Software reset timeout\n"); in isp116x_sw_reset() 1267 ERR("Clock not ready after %dms\n", timeout); in isp116x_reset() 1270 ERR("Please make sure that the H_WAKEUP pin is pulled low!\n"); in isp116x_reset() 1314 ERR("Invalid chip ID %04x\n", val); in isp116x_start() 1620 ERR("Platform data structure not initialized\n"); in isp116x_probe() 1625 ERR("USE_PLATFORM_DELAY defined, but delay function not " in isp116x_probe() 1627 ERR("See comments in drivers/usb/host/isp116x-hcd.c\n"); in isp116x_probe() [all …]
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 289 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() 1616 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req() 1635 ERR("Unknown error has occurred (0x%x)!\n", in process_ep_req() 1824 ERR("Timeout for reset\n"); in reset_irq() 1963 ERR("can't bind to transceiver\n"); in fsl_udc_start() 2248 ERR("kmalloc udc endpoint status failed\n"); in struct_udc_setup() 2263 ERR("malloc QHs for udc failed\n"); in struct_udc_setup() 2274 ERR("kzalloc for udc status request failed\n"); in struct_udc_setup() [all …]
|
D | at91_udc.h | 171 #define ERR(stuff...) pr_err("udc: " stuff) macro
|
D | omap_udc.h | 190 #define ERR(stuff...) pr_err("udc: " stuff) macro
|
/linux-6.1.9/drivers/usb/musb/ |
D | musb_debug.h | 18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) macro
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | asm-extable.h | 56 EX_DATA_REG(ERR, err) " | " \
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 44 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a)
|
/linux-6.1.9/scripts/kconfig/lxdialog/ |
D | util.c | 559 } 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-6.1.9/samples/bpf/ |
D | xdp_sample_user.c | 62 #define ERR(err) err, "error/s" macro 674 str, PPS(pps), DROP(drop), ERR(err)); in stats_get_rx_cnt() 877 ERR(drop)); in stats_get_redirect_err_cnt() 891 ERR(drop)); in stats_get_redirect_err_cnt() 923 action2str(rec_i), ERR(drop)); in stats_get_exception_cnt() 937 str, ERR(drop)); in stats_get_exception_cnt() 1128 ERR(out->rx_cnt.err)); in stats_print() 1154 ERR(out->redir_cnt.err)); in stats_print()
|