| /OK3568_Linux_fs/kernel/scripts/ |
| H A 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 …]
|
| H A D | extract-cert.c | 71 #define ERR(cond, fmt, ...) \ macro 91 ERR(!wb, "%s", cert_dst); in write_cert() 94 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert() 120 ERR(!f, "%s", cert_dst); in main() 125 ERR(1, "BoringSSL does not support extracting from PKCS#11"); in main() 140 ERR(!e, "Load PKCS#11 ENGINE"); in main() 144 ERR(1, "ENGINE_init"); in main() 146 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main() 148 ERR(!parms.cert, "Get X.509 from PKCS#11"); in main() 156 ERR(!b, "%s", cert_src); in main() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/ |
| H A D | rkaiq_3A_server.cpp | 18 #define ERR(...) do { fprintf(stderr, "ERR: " __VA_ARGS__); } while (0) macro 58 ERR("%s error %d, %s\n", s, errno, strerror(errno)); in errno_exit() 152 ERR("rkaiq engine prepare failed !\n"); in init_engine() 162 ERR("rkisp_init engine failed\n"); in start_engine() 214 ERR("can't subscribe %s start event!\n", media_info->vd_params_path); in subscrible_stream_event() 224 ERR("can't subscribe %s stop event!\n", media_info->vd_params_path); in subscrible_stream_event() 261 ERR("Usage: %s to start 3A engine\n" in parse_args() 267 ERR("?? getopt returned character code %c ??\n", c); in parse_args() 283 ERR("open %s failed %s\n", media_info->vd_params_path, strerror(errno)); in engine_thread() 325 ERR("Bad media topology for: %s\n", media_infos[i].mdev_path); in main() [all …]
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A 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() 276 log_rdma_send(ERR, "wc->status=%d wc->opcode=%d\n", in send_done() 317 log_rdma_event(ERR, in process_negotiation_response() 323 log_rdma_event(ERR, "error: negotiated_version=%x\n", in process_negotiation_response() 330 log_rdma_event(ERR, "error: credits_requested==0\n"); in process_negotiation_response() 336 log_rdma_event(ERR, "error: credits_granted==0\n"); in process_negotiation_response() 344 log_rdma_event(ERR, "error: preferred_send_size=%d\n", in process_negotiation_response() 351 log_rdma_event(ERR, "error: max_receive_size=%d\n", in process_negotiation_response() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_debugger.c | 200 ERR("Cannot alloc rga_debugger_node for /sys/kernel/debug/%pd/%s\n", in rga_debugfs_create_files() 211 ERR("Cannot create /sys/kernel/debug/%pd/%s\n", root, files[i].name); in rga_debugfs_create_files() 252 ERR("failed on mkdir /sys/kernel/debug/%s\n", RGA_DEBUGGER_ROOT_NAME); in rga2_debugfs_init() 260 ERR("Could not install rga_root_list debugfs\n"); in rga2_debugfs_init() 326 ERR("Cannot alloc rga_debugger_node for /proc/%s/%s\n", in rga_procfs_create_files() 337 ERR("Cannot create /proc/%s/%s\n", RGA_DEBUGGER_ROOT_NAME, files[i].name); in rga_procfs_create_files() 377 ERR("failed on mkdir /proc/%s\n", RGA_DEBUGGER_ROOT_NAME); in rga2_procfs_init() 385 ERR("Could not install rga_root_list procfs\n"); in rga2_procfs_init()
|
| H A D | rga2_drv.c | 510 ERR("soft reset timeout.\n"); in rga2_soft_reset() 1255 ERR("copy_from_user failed\n"); in rga_ioctl() 1281 ERR("copy_from_user failed\n"); in rga_ioctl() 1332 ERR("copy_from_user failed\n"); in rga_ioctl() 1342 ERR("copy_from_user failed\n"); in rga_ioctl() 1351 ERR("copy_from_user failed\n"); in rga_ioctl() 1395 ERR("unknown ioctl cmd!\n"); in rga_ioctl() 1430 ERR("%s [%d] rga thread session is null\n", __func__, __LINE__); in compat_rga_ioctl() 1441 ERR("copy_from_user failed\n"); in compat_rga_ioctl() 1468 ERR("copy_from_user failed\n"); in compat_rga_ioctl() [all …]
|
| H A D | RGA2_API.h | 21 #define ERR(format, args...) printk(KERN_ERR "%s: " format, DRIVER_NAME, ## args) macro 26 #define ERR(format, args...) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | common.h | 65 #ifndef ERR 66 #define ERR(fmt, ...) MSG(E, fmt, ##__VA_ARGS__) macro 73 ERR("debug assertion failure (%s)\n", #b); \ 83 ERR(fmt, ##__VA_ARGS__); \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s_common.h | 64 #ifndef ERR 65 #define ERR(fmt, args...) { \ macro 75 ERR("debug assertion failure (%s)\n", #b); \ 85 ERR(fmt, ##args); \
|
| H A D | j2s4b_utils.cpp | 65 ERR("Create j2s Pool failed!\n"); in j2s_alloc_data() 70 ERR("Error: j2s poll over flow!!\n"); in j2s_alloc_data() 111 ERR("failed to read: '%s'\n", file); in j2s_read_file()
|
| /OK3568_Linux_fs/external/rktoolkit/update_recv/ |
| H A D | update_recv.c | 203 goto ERR; in WriteFwData() 265 goto ERR; in WriteFwData() 272 goto ERR; in WriteFwData() 297 ERR: in WriteFwData() 434 goto ERR; in CheckFwData() 441 goto ERR; in CheckFwData() 445 goto ERR; in CheckFwData() 469 ERR: in CheckFwData()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 822 PMD_INIT_LOG(ERR, "EEPROM checksum invalid"); in eth_igb_dev_init() 830 PMD_INIT_LOG(ERR, "EEPROM error while reading MAC address"); in eth_igb_dev_init() 839 PMD_INIT_LOG(ERR, "Failed to allocate %d bytes needed to " in eth_igb_dev_init() 855 PMD_INIT_LOG(ERR, "Hardware initialization failed"); in eth_igb_dev_init() 866 PMD_INIT_LOG(ERR, "PHY reset is blocked due to" in eth_igb_dev_init() 1198 PMD_INIT_LOG(ERR, "Shared code init failed for igbvf: %d", in eth_igbvf_dev_init() 1215 PMD_INIT_LOG(ERR, in eth_igbvf_dev_init() 1330 PMD_INIT_LOG(ERR, "DCB mode is not supported."); in igb_check_mq_mode() 1347 PMD_INIT_LOG(ERR, "SRIOV is active," in igb_check_mq_mode() 1363 PMD_INIT_LOG(ERR, "SRIOV is active," in igb_check_mq_mode() [all …]
|
| /OK3568_Linux_fs/u-boot/board/cobra5272/ |
| H A D | flash.c | 125 #define ERR 2 macro 214 if (chip1 == ERR) { in flash_erase() 290 chip1 = ERR | TMO; in write_word() 300 if (chip1 == ERR || *addr != data) in write_word()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 2063 goto ERR; in create_host_pipeline() 2073 goto ERR; in create_host_pipeline() 2081 goto ERR; in create_host_pipeline() 2096 goto ERR; in create_host_pipeline() 2108 goto ERR; in create_host_pipeline() 2120 goto ERR; in create_host_pipeline() 2127 goto ERR; in create_host_pipeline() 2134 goto ERR; in create_host_pipeline() 2141 goto ERR; in create_host_pipeline() 2148 goto ERR; in create_host_pipeline() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/common/saa7146/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | sig_fix.patch | 12 +#define ERR -1 33 + match = ERR;
|
| /OK3568_Linux_fs/kernel/sound/pci/aw2/ |
| H A D | saa7146.h | 139 #define ERR (1UL << 1) macro 149 #define ERR (1UL << 1) macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/ |
| H A D | 0002-ntpd-ntp_sandbox.c-match-riscv-to-aarch-in-seccomp-f.patch | 9 2018-03-09T12:35:32 ntpd[341]: ERR: SIGSYS: got a trap. 10 2018-03-09T12:35:32 ntpd[341]: ERR: SIGSYS/seccomp bad syscall 48/0xc00000f3
|
| H A D | 0001-ntpd-ntp_sandbox.c-allow-newfstatat-on-all-archs-for.patch | 10 2021-12-30T09:32:04 ntpd[341]: ERR: SIGSYS: got a trap. 11 2021-12-30T09:32:04 ntpd[341]: ERR: SIGSYS/seccomp bad syscall 262/0xc000003e
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | ddr_test.c | 233 goto ERR; in ddr_test() 241 goto ERR; in ddr_test() 249 ERR: in ddr_test()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/src/ |
| H A 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()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 292 ERR("!!!dev_using is not supported!!!"); in get_dev_name() 1029 ERR("%s: %s error %d, %s\n", get_sensor_name(ctx), s, errno, strerror(errno)); in errno_exit() 1079 ERR("fopen yuv file %s failed!\n", file_name); in write_yuv_to_file() 1494 ERR("%s: %s does not support " 1503 ERR("%s: Insufficient buffer memory on %s\n", get_sensor_name(ctx), 1511 ERR("%s: Out of memory\n", get_sensor_name(ctx)); 1586 ERR("does not support " 1595 ERR("Insufficient buffer memory on %s\n", 1610 ERR("%s: %s is no V4L2 device\n", get_sensor_name(ctx), 1620 ERR("%s: %s is not a video capture device, capabilities: %x\n", [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| H A D | pipeline.c | 585 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | fsl_udc_core.c | 290 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() 2250 ERR("kmalloc udc endpoint status failed\n"); in struct_udc_setup() 2265 ERR("malloc QHs for udc failed\n"); in struct_udc_setup() 2276 ERR("kzalloc for udc status request failed\n"); in struct_udc_setup() [all …]
|