| /linux/scripts/ |
| H A D | sign-file.c | 95 ERR(1, "OSSL_PROVIDER_try_load(pkcs11)"); in pem_pw_cb() 97 ERR(1, "OSSL_PROVIDER_try_load(default)"); in pem_pw_cb() 100 ERR(!store, "OSSL_STORE_open"); in pem_pw_cb() 111 ERR(!private_key, "OSSL_STORE_INFO_get1_PKEY"); in read_private_key_pkcs11() 124 ERR(!e, "Load PKCS#11 ENGINE"); in read_private_key_pkcs11() 128 ERR(1, "ENGINE_init"); in read_private_key_pkcs11() 130 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in read_private_key_pkcs11() 132 ERR(!private_key, "%s", private_key_name); in read_private_key_pkcs11() 149 ERR(!b, "%s", private_key_name); in read_private_key_pkcs11() 152 ERR(!private_ke in read_private_key_pkcs11() [all...] |
| H A D | ssl-common.h | 25 #define ERR(cond, fmt, ...) \ macro
|
| /linux/certs/ |
| H A D | extract-cert.c | 57 ERR(!wb, "%s", cert_dst); in write_cert() 60 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert() 72 ERR(1, "OSSL_PROVIDER_try_load(pkcs11)"); in load_cert_pkcs11() 74 ERR(1, "OSSL_PROVIDER_try_load(default)"); in load_cert_pkcs11() 77 ERR(!store, "OSSL_STORE_open"); in load_cert_pkcs11() 88 ERR(!cert, "OSSL_STORE_INFO_get1_CERT"); in load_cert_pkcs11() 108 ERR(!e, "Load PKCS#11 ENGINE"); in load_cert_pkcs11() 112 ERR(1, "ENGINE_init"); in load_cert_pkcs11() 114 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in load_cert_pkcs11() 116 ERR(!parms.cert, "Get X.509 from PKCS#11"); in load_cert_pkcs11() [all …]
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_sysfs_ras_counters.h | 15 #define ADF_RAS_ERR_CTR_READ(ras_errors, ERR) \ argument 16 atomic_read(&(ras_errors).counter[ERR]) 24 #define ADF_RAS_ERR_CTR_INC(ras_errors, ERR) \ argument 25 atomic_inc(&(ras_errors).counter[ERR])
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 158 #define ERR 0x0 macro 160 static unsigned int smbd_logging_level = ERR; 359 log_rdma_event(ERR, "connecting failed event=%s\n", event_name); in smbd_conn_upcall() 365 log_rdma_event(ERR, "connecting failed event=%s\n", event_name); in smbd_conn_upcall() 460 log_rdma_event(ERR, "connecting failed event=%s\n", event_name); in smbd_conn_upcall() 469 log_rdma_event(ERR, "event=%s during negotiation\n", event_name); in smbd_conn_upcall() 477 log_rdma_event(ERR, "unexpected event=%s status=%d\n", in smbd_conn_upcall() 491 log_rdma_event(ERR, "%s on device %s socket %p\n", in smbd_qp_async_error_upcall() 591 log_rdma_send(ERR, in send_done() 613 log_rdma_send(ERR, "wc->status=%s wc->opcode=%d\n", in send_done() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | amt.sh | 83 ERR=4 97 exit $ERR 193 ERR=1 281 ERR=1 288 ERR=1 297 if [ "${ERR}" -eq 1 ]; then 300 ERR=0
|
| H A 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
|
| H A D | bareudp.sh | 111 ERR=4 # Return 4 by default, which is the SKIP code for kselftest 120 if [ "${ERR}" -eq 4 ]; then 124 exit "${ERR}" 275 ERR=1 507 if [ "${ERR}" -eq 1 ]; then 510 ERR=0
|
| /linux/include/uapi/linux/ |
| H A D | gpib.h | 49 ERR = (1 << ERR_NUM), /* Function call terminated on error */ enumerator 51 device_status_mask = ERR | TIMO | END | CMPL | RQS, 52 board_status_mask = ERR | TIMO | END | CMPL | SPOLL |
|
| /linux/drivers/media/common/saa7146/ |
| H A D | saa7146_core.c | 317 ERR("warning: interrupt enabled, but not handled properly.(0x%08x)\n", in interrupt_hw() 319 ERR("disabling interrupt source(s)!\n"); in interrupt_hw() 339 ERR("out of memory\n"); in saa7146_init_one() 350 ERR("pci_enable_device() failed\n"); in saa7146_init_one() 371 ERR("ioremap() failed\n"); in saa7146_init_one() 396 ERR("request_irq() failed\n"); in saa7146_init_one()
|
| /linux/sound/pci/aw2/ |
| H A D | saa7146.h | 139 #define ERR (1UL << 1) macro 149 #define ERR (1UL << 1) macro
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 1666 goto ERR; in create_host_pipeline() 1674 goto ERR; in create_host_pipeline() 1686 goto ERR; in create_host_pipeline() 1698 goto ERR; in create_host_pipeline() 1710 goto ERR; in create_host_pipeline() 1718 goto ERR; in create_host_pipeline() 1724 goto ERR; in create_host_pipeline() 1730 goto ERR; in create_host_pipeline() 1755 goto ERR; in create_host_pipeline() 1759 ERR: in create_host_pipeline() [all …]
|
| /linux/include/linux/ |
| H A D | poll.h | 124 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll() 133 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
|
| /linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| H A D | pipeline.c | 572 goto ERR; in pipeline_stage_create() 585 goto ERR; in pipeline_stage_create() 617 goto ERR; in pipeline_stage_create() 631 goto ERR; in pipeline_stage_create() 647 ERR: in pipeline_stage_create()
|
| /linux/drivers/usb/host/ |
| H A 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() 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/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 1156 ERR=0 1178 ERR=1 1182 ERR=1 1188 ERR=1 1193 if [[ $ERR -ne 0 ]]
|
| /linux/rust/kernel/ |
| H A D | print.rs | 85 pub static ERR: [u8; LENGTH] = generate(false, bindings::KERN_ERR); 295 $crate::print_macro!($crate::print::format_strings::ERR, false, $($arg)*) 80 pub static ERR: [u8; LENGTH] = generate(false, bindings::KERN_ERR); global() variable
|
| /linux/drivers/usb/musb/ |
| H A D | musb_debug.h | 18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) macro
|
| /linux/tools/perf/tests/shell/ |
| H A D | lock_contention.sh | 16 trap - EXIT TERM INT ERR 27 trap trap_cleanup EXIT TERM INT ERR
|
| /linux/arch/loongarch/include/asm/ |
| H A D | asm-extable.h | 56 EX_DATA_REG(ERR, err) " | " \
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | util.c | 531 } while (key3 != ERR); in on_key_esc() 534 if (key == KEY_ESC && key2 == ERR) in on_key_esc() 536 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
|
| /linux/arch/riscv/include/asm/ |
| H A D | asm-extable.h | 64 EX_DATA_REG(ERR, err) " | " \
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | client.h | 35 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a)
|
| /linux/samples/bpf/ |
| H A 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()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | at91_udc.h | 171 #define ERR(stuff...) pr_err("udc: " stuff) macro
|