| /linux/scripts/ |
| H A D | sign-file.c | 117 ERR(1, "OSSL_PROVIDER_try_load(pkcs11)"); in read_private_key_pkcs11() 119 ERR(1, "OSSL_PROVIDER_try_load(default)"); in read_private_key_pkcs11() 122 ERR(!store, "OSSL_STORE_open"); in read_private_key_pkcs11() 133 ERR(!private_key, "OSSL_STORE_INFO_get1_PKEY"); in read_private_key_pkcs11() 146 ERR(!e, "Load PKCS#11 ENGINE"); in read_private_key_pkcs11() 150 ERR(1, "ENGINE_init"); in read_private_key_pkcs11() 152 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in read_private_key_pkcs11() 154 ERR(!private_key, "%s", private_key_name); in read_private_key_pkcs11() 171 ERR(!b, "%s", private_key_name); in read_private_key() 174 ERR(!private_key, "%s", private_key_name); in read_private_key() [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 | 139 #define ERR 0x0 macro 141 static unsigned int smbd_logging_level = ERR; 340 log_rdma_event(ERR, "connecting failed event=%s\n", event_name); in smbd_conn_upcall() 346 log_rdma_event(ERR, "connecting failed event=%s\n", event_name); in smbd_conn_upcall() 441 log_rdma_event(ERR, "connecting failed event=%s\n", event_name); in smbd_conn_upcall() 450 log_rdma_event(ERR, "event=%s during negotiation\n", event_name); in smbd_conn_upcall() 458 log_rdma_event(ERR, "unexpected event=%s status=%d\n", in smbd_conn_upcall() 472 log_rdma_event(ERR, "%s on device %s socket %p\n", in smbd_qp_async_error_upcall() 518 log_rdma_send(ERR, "wc->status=%s wc->opcode=%d\n", in send_done() 556 log_rdma_event(ERR, in process_negotiation_response() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | amt.sh | 81 ERR=4 95 exit $ERR 191 ERR=1 278 ERR=1 285 ERR=1 294 if [ "${ERR}" -eq 1 ]; then 297 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/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/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 1141 ERR=0 1163 ERR=1 1167 ERR=1 1173 ERR=1 1178 if [[ $ERR -ne 0 ]]
|
| /linux/rust/kernel/ |
| H A D | print.rs | 80 pub static ERR: [u8; LENGTH] = generate(false, bindings::KERN_ERR); constant 290 $crate::print_macro!($crate::print::format_strings::ERR, false, $($arg)*)
|
| /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
|
| H A D | omap_udc.h | 190 #define ERR(stuff...) pr_err("udc: " stuff) macro
|
| /linux/tools/testing/selftests/kho/ |
| H A D | vmtest.sh | 137 trap skip ERR
|
| /linux/drivers/media/pci/saa7146/ |
| H A D | mxb.c | 685 ERR("Error in saa7146_vv_init()"); in mxb_attach() 722 ERR("cannot register capture v4l2 device. skipping.\n"); in mxb_attach() 730 ERR("cannot register vbi v4l2 device. skipping.\n"); in mxb_attach()
|