Searched refs:ERR (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs_ras_counters.h15 #define ADF_RAS_ERR_CTR_READ(ras_errors, ERR) \
16 atomic_read(&(ras_errors).counter[ERR])
24 #define ADF_RAS_ERR_CTR_INC(ras_errors, ERR) \
25 atomic_inc(&(ras_errors).counter[ERR])
/linux-master/scripts/
H A Dsign-file.c112 #define ERR(cond, fmt, ...) \ macro
152 ERR(!e, "Load PKCS#11 ENGINE");
156 ERR(1, "ENGINE_init");
158 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0),
162 ERR(!private_key, "%s", private_key_name);
167 ERR(!b, "%s", private_key_name);
170 ERR(!private_key, "%s", private_key_name);
185 ERR(!b, "%s", x509_name);
198 ERR(1, "%s", x509_name);
201 ERR(BIO_rese
[all...]
/linux-master/certs/
H A Dextract-cert.c69 #define ERR(cond, fmt, ...) \ macro
89 ERR(!wb, "%s", cert_dst);
92 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst);
121 ERR(!f, "%s", cert_dst);
137 ERR(!e, "Load PKCS#11 ENGINE");
141 ERR(1, "ENGINE_init");
143 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN");
145 ERR(!parms.cert, "Get X.509 from PKCS#11");
152 ERR(!b, "%s", cert_src);
164 ERR(!x50
[all...]
/linux-master/drivers/usb/musb/
H A Dmusb_debug.h18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) macro
/linux-master/arch/arm64/include/asm/
H A Dasm-extable.h44 EX_DATA_REG(ERR, err) | \
93 EX_DATA_REG(ERR, err) " | " \
102 EX_DATA_REG(ERR, err) " | " \
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c35 goto ERR;
48 ERR:
/linux-master/fs/smb/client/
H A Dsmbdirect.c133 #define ERR 0x0 macro
135 static unsigned int smbd_logging_level = ERR;
247 log_rdma_event(ERR, "%s on device %s info %p\n",
282 log_rdma_send(ERR, "wc->status=%d wc->opcode=%d\n",
323 log_rdma_event(ERR,
329 log_rdma_event(ERR, "error: negotiated_version=%x\n",
336 log_rdma_event(ERR, "error: credits_requested==0\n");
342 log_rdma_event(ERR, "error: credits_granted==0\n");
350 log_rdma_event(ERR, "error: preferred_send_size=%d\n",
357 log_rdma_event(ERR, "erro
[all...]
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh16 ERR=4
20 exit $ERR
24 exit $ERR
390 # still need to run until 'exit $ERR' or the script won't return the
396 exit $ERR
404 exit $ERR
441 # Set ERR appropriately: it will be returned by the exit handler.
443 ERR=1
445 ERR=0
H A Damt.sh81 ERR=4
95 exit $ERR
191 ERR=1
272 ERR=1
279 ERR=1
286 if [ "${ERR}" -eq 1 ]; then
289 ERR=0
H A 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-master/arch/loongarch/include/asm/
H A Dasm-extable.h56 EX_DATA_REG(ERR, err) " | " \
/linux-master/arch/riscv/include/asm/
H A Dasm-extable.h64 EX_DATA_REG(ERR, err) " | " \
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_core.c317 ERR("warning: interrupt enabled, but not handled properly.(0x%08x)\n",
319 ERR("disabling interrupt source(s)!\n");
339 ERR("out of memory\n");
350 ERR("pci_enable_device() failed\n");
371 ERR("ioremap() failed\n");
396 ERR("request_irq() failed\n");
/linux-master/sound/pci/aw2/
H A Dsaa7146.h139 #define ERR (1UL << 1) macro
149 #define ERR (1UL << 1) macro
/linux-master/include/linux/
H A Dpoll.h126 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) |
135 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) |
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dclient.h36 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a)
/linux-master/drivers/usb/gadget/udc/
H A Dat91_udc.h171 #define ERR(stuff...) pr_err("udc: " stuff) macro
H A Domap_udc.h190 #define ERR(stuff...) pr_err("udc: " stuff) macro
H A Dpxa25x_udc.h238 #define ERR(stuff...) pr_err("udc: " stuff) macro
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1715 goto ERR;
1723 goto ERR;
1735 goto ERR;
1747 goto ERR;
1759 goto ERR;
1767 goto ERR;
1773 goto ERR;
1779 goto ERR;
1804 goto ERR;
1808 ERR
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh887 ERR=0
909 ERR=1
913 ERR=1
919 ERR=1
924 if [[ $ERR -ne 0 ]]
/linux-master/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c582 goto ERR;
595 goto ERR;
627 goto ERR;
641 goto ERR;
657 ERR:
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c532 } while (key3 != ERR);
535 if (key == KEY_ESC && key2 == ERR)
537 else if (key != ERR && key != KEY_ESC && key2 == ERR)
/linux-master/drivers/usb/host/
H A Disp116x-hcd.c270 ERR("%s %d: ep->nextpid %d\n", __func__, __LINE__,
611 ERR("Unrecoverable error, HC is dead!\n");
700 ERR("Isochronous transfers not supported\n");
1239 ERR("Software reset timeout\n");
1267 ERR("Clock not ready after %dms\n", timeout);
1270 ERR("Please make sure that the H_WAKEUP pin is pulled low!\n");
1314 ERR("Invalid chip ID %04x\n", val);
1619 ERR("Platform data structure not initialized\n");
1624 ERR("USE_PLATFORM_DELAY defined, but delay function not "
1626 ERR("Se
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c62 #define ERR(err) err, "error/s" macro
674 str, PPS(pps), DROP(drop), ERR(err));
877 ERR(drop));
891 ERR(drop));
923 action2str(rec_i), ERR(drop));
937 str, ERR(drop));
1128 ERR(out->rx_cnt.err));
1154 ERR(out->redir_cnt.err));

Completed in 212 milliseconds

12