/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | util_app_log.c | 23 LOG_ERR("Programmer error"); in al_psa_status() 26 LOG_ERR("Connection refused"); in al_psa_status() 29 LOG_ERR("Connection busy"); in al_psa_status() 32 LOG_ERR("Generic error"); in al_psa_status() 35 LOG_ERR("Not permitted"); in al_psa_status() 38 LOG_ERR("Unsupported operation"); in al_psa_status() 41 LOG_ERR("Invalid argument"); in al_psa_status() 44 LOG_ERR("Invalid handle"); in al_psa_status() 47 LOG_ERR("Bad state"); in al_psa_status() 50 LOG_ERR("Buffer too small"); in al_psa_status() [all …]
|
D | psa_crypto.c | 64 LOG_ERR("Failed to open persistent key #%d", key_id); in crp_get_pub_key() 73 LOG_ERR("Failed to export public key."); in crp_get_pub_key() 85 LOG_ERR("Failed to close persistent key."); in crp_get_pub_key() 140 LOG_ERR("Failed to import key."); in crp_imp_key_secp256r1() 149 LOG_ERR("Failed to close persistent key."); in crp_imp_key_secp256r1() 163 LOG_ERR("Failed to open persistent key #%d", key_id); in crp_imp_key_secp256r1() 173 LOG_ERR("Failed to export key."); in crp_imp_key_secp256r1() 179 LOG_ERR("Unexpected number of bytes in exported key."); in crp_imp_key_secp256r1() 186 LOG_ERR("Imported/exported private key mismatch."); in crp_imp_key_secp256r1() 200 LOG_ERR("Failed to close persistent key."); in crp_imp_key_secp256r1() [all …]
|
/Zephyr-latest/subsys/ipc/ipc_service/ |
D | ipc_service.c | 22 LOG_ERR("Invalid instance"); in ipc_service_open_instance() 29 LOG_ERR("Invalid backend configuration"); in ipc_service_open_instance() 46 LOG_ERR("Invalid instance"); in ipc_service_close_instance() 53 LOG_ERR("Invalid backend configuration"); in ipc_service_close_instance() 72 LOG_ERR("Invalid instance, endpoint or configuration"); in ipc_service_register_endpoint() 79 LOG_ERR("Invalid backend configuration"); in ipc_service_register_endpoint() 96 LOG_ERR("Invalid endpoint"); in ipc_service_deregister_endpoint() 101 LOG_ERR("Endpoint not registered\n"); in ipc_service_deregister_endpoint() 108 LOG_ERR("Invalid backend configuration"); in ipc_service_deregister_endpoint() 128 LOG_ERR("Invalid endpoint"); in ipc_service_send() [all …]
|
/Zephyr-latest/arch/mips/core/ |
D | fatal.c | 16 LOG_ERR("$ 0 : (ze) %08lx(at) %08lx(v0) %08lx(v1)\n", in z_mips_fatal_error() 18 LOG_ERR("$ 4 : %08lx(a0) %08lx(a1) %08lx(a2) %08lx(a3)\n", in z_mips_fatal_error() 20 LOG_ERR("$ 8 : %08lx(t0) %08lx(t1) %08lx(t2) %08lx(t3)\n", in z_mips_fatal_error() 22 LOG_ERR("$12 : %08lx(t4) %08lx(t5) %08lx(t6) %08lx(t7)\n", in z_mips_fatal_error() 24 LOG_ERR("...\n"); in z_mips_fatal_error() 25 LOG_ERR("$24 : %08lx(t8) %08lx(t9)\n", in z_mips_fatal_error() 27 LOG_ERR("$28 : %08lx(gp) (sp) (s8) %08lx(ra)\n", in z_mips_fatal_error() 30 LOG_ERR("EPC : %08lx\n", esf->epc); in z_mips_fatal_error() 32 LOG_ERR("Status: %08lx\n", esf->status); in z_mips_fatal_error() 33 LOG_ERR("Cause : %08lx\n", esf->cause); in z_mips_fatal_error() [all …]
|
/Zephyr-latest/drivers/sensor/sensirion/scd4x/ |
D | scd4x.c | 55 LOG_ERR("Failed to read i2c data."); in scd4x_read_reg() 62 LOG_ERR("Invalid CRC."); in scd4x_read_reg() 88 LOG_ERR("Failed to write i2c data."); in scd4x_write_reg() 106 LOG_ERR("Failed to write get_data_ready_status command."); in scd4x_data_ready() 112 LOG_ERR("Failed to read get_data_ready_status register."); in scd4x_data_ready() 133 LOG_ERR("Failed to write read_measurement command."); in scd4x_read_sample() 139 LOG_ERR("Failed to read read_measurement register."); in scd4x_read_sample() 159 LOG_ERR("Failed to write start_periodic_measurement command."); in scd4x_setup_measurement() 166 LOG_ERR("Failed to write start_low_power_periodic_measurement command."); in scd4x_setup_measurement() 173 LOG_ERR("Failed to write power_down command."); in scd4x_setup_measurement() [all …]
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 149 LOG_ERR("NULL base ptr"); in walk_stackframe() 155 LOG_ERR("unaligned frame ptr"); in walk_stackframe() 170 LOG_ERR(" corrupted? (bp=%p)", frame); in walk_stackframe() 203 LOG_ERR(" %d: 0x%016lx", (*i)++, addr); in print_trace_address() 205 LOG_ERR(" %d: 0x%08lx", (*i)++, addr); in print_trace_address() 256 LOG_ERR("RAX: 0x%016lx RBX: 0x%016lx RCX: 0x%016lx RDX: 0x%016lx", in dump_regs() 258 LOG_ERR("RSI: 0x%016lx RDI: 0x%016lx RBP: 0x%016lx RSP: 0x%016lx", in dump_regs() 260 LOG_ERR(" R8: 0x%016lx R9: 0x%016lx R10: 0x%016lx R11: 0x%016lx", in dump_regs() 262 LOG_ERR("R12: 0x%016lx R13: 0x%016lx R14: 0x%016lx R15: 0x%016lx", in dump_regs() 264 LOG_ERR("RSP: 0x%016lx RFLAGS: 0x%016lx CS: 0x%04lx CR3: 0x%016lx", in dump_regs() [all …]
|
/Zephyr-latest/arch/riscv/core/ |
D | fatal.c | 94 LOG_ERR(""); in z_riscv_fatal_error_csf() 95 LOG_ERR(" mcause: %ld, %s", mcause, z_riscv_mcause_str(mcause)); in z_riscv_fatal_error_csf() 101 LOG_ERR(" mtval: %lx", mtval); in z_riscv_fatal_error_csf() 106 LOG_ERR(" a0: " PR_REG " t0: " PR_REG, esf->a0, esf->t0); in z_riscv_fatal_error_csf() 107 LOG_ERR(" a1: " PR_REG " t1: " PR_REG, esf->a1, esf->t1); in z_riscv_fatal_error_csf() 108 LOG_ERR(" a2: " PR_REG " t2: " PR_REG, esf->a2, esf->t2); in z_riscv_fatal_error_csf() 110 LOG_ERR(" a3: " PR_REG, esf->a3); in z_riscv_fatal_error_csf() 111 LOG_ERR(" a4: " PR_REG, esf->a4); in z_riscv_fatal_error_csf() 112 LOG_ERR(" a5: " PR_REG, esf->a5); in z_riscv_fatal_error_csf() 114 LOG_ERR(" a3: " PR_REG " t3: " PR_REG, esf->a3, esf->t3); in z_riscv_fatal_error_csf() [all …]
|
/Zephyr-latest/drivers/sensor/tdk/mpu9250/ |
D | ak8963.c | 110 LOG_ERR("Failed to write i2c target slave address."); in ak8963_execute_rw() 119 LOG_ERR("Failed to write i2c target slave register."); in ak8963_execute_rw() 128 LOG_ERR("Failed to initiate i2c slave transfer."); in ak8963_execute_rw() 137 LOG_ERR("Waiting for slave failed."); in ak8963_execute_rw() 153 LOG_ERR("Failed to prepare transfer."); in ak8963_read_reg() 161 LOG_ERR("Failed to read data from slave."); in ak8963_read_reg() 177 LOG_ERR("Failed to write data to slave."); in ak8963_write_reg() 184 LOG_ERR("Failed to transfer write to slave."); in ak8963_write_reg() 198 LOG_ERR("Failed to set AK8963 mode."); in ak8963_set_mode() 234 LOG_ERR("Failed to set chip in fuse access mode."); in ak8963_fetch_adj() [all …]
|
/Zephyr-latest/drivers/sensor/ams/tmd2620/ |
D | tmd2620.c | 50 LOG_ERR("Interrupt GPIO device not ready"); in tmd2620_configure_interrupt() 56 LOG_ERR("Failed to configure interrupt pin"); in tmd2620_configure_interrupt() 64 LOG_ERR("Failed to set GPIO callback"); in tmd2620_configure_interrupt() 87 LOG_ERR("Unsupported sensor channel"); in tmd2620_sample_fetch() 96 LOG_ERR("Failed enabling interrupt."); in tmd2620_sample_fetch() 107 LOG_ERR("Failed enabling device."); in tmd2620_sample_fetch() 117 LOG_ERR("Failed reading status register."); in tmd2620_sample_fetch() 127 LOG_ERR("Failed reading proximity data."); in tmd2620_sample_fetch() 138 LOG_ERR("Failed powering down device."); in tmd2620_sample_fetch() 146 LOG_ERR("Failed clearing interrupt flag."); in tmd2620_sample_fetch() [all …]
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | rpu_hw_if.c | 97 LOG_ERR("Address validation failed - pls check memmory map and re-try"); in rpu_validate_addr() 102 LOG_ERR("Error: Cannot write to ROM blocks"); in rpu_validate_addr() 116 LOG_ERR("Host IRQ GPIO %s is not ready", host_irq_spec.port->name); in rpu_irq_config() 122 LOG_ERR("Failed to configure host_irq pin %d", host_irq_spec.pin); in rpu_irq_config() 129 LOG_ERR("Failed to configure interrupt on host_irq pin %d", in rpu_irq_config() 140 LOG_ERR("Failed to add callback on host_irq pin %d", in rpu_irq_config() 157 LOG_ERR("Failed to remove host_irq pin %d", host_irq_spec.pin); in rpu_irq_remove() 163 LOG_ERR("Failed to remove callback on host_irq pin %d", in rpu_irq_remove() 177 LOG_ERR("IOVDD GPIO %s is not ready", iovdd_ctrl_spec.port->name); in rpu_gpio_config() 182 LOG_ERR("BUCKEN GPIO %s is not ready", bucken_spec.port->name); in rpu_gpio_config() [all …]
|
/Zephyr-latest/drivers/sensor/ist8310/ |
D | ist8310.c | 44 LOG_ERR("failed to read status register 1"); in ist8310_sample_fetch() 49 LOG_ERR("Data not ready"); in ist8310_sample_fetch() 51 LOG_ERR("failed to set single"); in ist8310_sample_fetch() 58 LOG_ERR("failed to read mag values"); in ist8310_sample_fetch() 67 LOG_ERR("failed to set single"); in ist8310_sample_fetch() 112 LOG_ERR("failed reading chip id"); in ist8310_init_chip() 117 LOG_ERR("failed reading chip id"); in ist8310_init_chip() 122 LOG_ERR("failed reading chip id"); in ist8310_init_chip() 127 LOG_ERR("invalid chip id 0x%x", reg); in ist8310_init_chip() 132 LOG_ERR("failed reading chip reg2"); in ist8310_init_chip() [all …]
|
/Zephyr-latest/arch/sparc/core/ |
D | fatal.c | 142 LOG_ERR("tt = 0x%02X, %s", tt, desc); in print_trap_type() 149 LOG_ERR(" INS LOCALS OUTS GLOBALS"); in print_integer_registers() 151 LOG_ERR( in print_integer_registers() 164 LOG_ERR( in print_special_registers() 168 LOG_ERR(" pc: %08x npc: %08x", esf->pc, esf->npc); in print_special_registers() 176 LOG_ERR(" pc sp"); in print_backtrace() 177 LOG_ERR(" #0 %08x %08x", esf->pc, (unsigned int) s); in print_backtrace() 185 LOG_ERR(" #%-2d %08x %08x", i, pc, sp); in print_backtrace() 195 LOG_ERR(""); in print_all() 197 LOG_ERR(""); in print_all() [all …]
|
/Zephyr-latest/drivers/sensor/ti/bq274xx/ |
D | bq274xx.c | 91 LOG_ERR("Unable to read register"); in bq274xx_cmd_reg_read() 112 LOG_ERR("Failed to write into control register"); in bq274xx_ctrl_reg_write() 125 LOG_ERR("Unable to write control register"); in bq274xx_get_device_type() 131 LOG_ERR("Unable to read register"); in bq274xx_get_device_type() 147 LOG_ERR("Failed to update state subclass"); in bq274xx_read_block() 154 LOG_ERR("Failed to update block offset"); in bq274xx_read_block() 162 LOG_ERR("Unable to read block data"); in bq274xx_read_block() 184 LOG_ERR("Unable to write block data"); in bq274xx_write_block() 195 LOG_ERR("Failed to update block checksum"); in bq274xx_write_block() 233 LOG_ERR("Unable to set device mode to %02x", val); in bq274xx_mode_cfgupdate() [all …]
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | main.c | 33 LOG_ERR("Failed to enable device support"); in msg_cb() 39 LOG_ERR("Failed to disable device support"); in msg_cb() 52 LOG_ERR("Failed to setup USB device"); in main() 58 LOG_ERR("Failed to add MSOSv2 capability descriptor"); in main() 64 LOG_ERR("Failed to add WebUSB capability descriptor"); in main() 70 LOG_ERR("Failed to initialize device support"); in main() 77 LOG_ERR("Failed to enable device support"); in main()
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960.c | 57 LOG_ERR("Unsupported sensor channel"); in apds9960_sample_fetch() 71 LOG_ERR("Power on bit not set."); in apds9960_sample_fetch() 161 LOG_ERR("Default offset UR not set "); in apds9960_proxy_setup() 168 LOG_ERR("Default offset DL not set "); in apds9960_proxy_setup() 175 LOG_ERR("Default pulse count not set "); in apds9960_proxy_setup() 183 LOG_ERR("LED Drive Strength not set"); in apds9960_proxy_setup() 191 LOG_ERR("LED Drive Strength not set"); in apds9960_proxy_setup() 198 LOG_ERR("Gain is not set"); in apds9960_proxy_setup() 204 LOG_ERR("Low threshold not set"); in apds9960_proxy_setup() 210 LOG_ERR("High threshold not set"); in apds9960_proxy_setup() [all …]
|
/Zephyr-latest/drivers/dma/ |
D | dma_si32.c | 69 LOG_ERR("Bus error on channel %" PRIu8, channel); in dma_si32_isr_handler() 140 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_config() 148 LOG_ERR("DMA channel is currently in use"); in dma_si32_config() 155 LOG_ERR("Missing config"); in dma_si32_config() 160 LOG_ERR("Callback on each block not implemented"); in dma_si32_config() 165 LOG_ERR("Error callback disabling not implemented"); in dma_si32_config() 170 LOG_ERR("Handshake not implemented"); in dma_si32_config() 175 LOG_ERR("Channel priority not implemented"); in dma_si32_config() 180 LOG_ERR("Chaining not implemented"); in dma_si32_config() 185 LOG_ERR("Linked channel not implemented"); in dma_si32_config() [all …]
|
/Zephyr-latest/samples/bluetooth/hci_ipc/src/ |
D | main.c | 60 LOG_ERR("Not enough data for command header"); in hci_ipc_cmd_recv() 69 LOG_ERR("No available command buffers!"); in hci_ipc_cmd_recv() 74 LOG_ERR("Command payload length is not correct"); in hci_ipc_cmd_recv() 80 LOG_ERR("Not enough space in buffer"); in hci_ipc_cmd_recv() 97 LOG_ERR("Not enough data for ACL header"); in hci_ipc_acl_recv() 106 LOG_ERR("No available ACL buffers!"); in hci_ipc_acl_recv() 111 LOG_ERR("ACL payload length is not correct"); in hci_ipc_acl_recv() 117 LOG_ERR("Not enough space in buffer"); in hci_ipc_acl_recv() 134 LOG_ERR("Not enough data for ISO header"); in hci_ipc_iso_recv() 143 LOG_ERR("No available ISO buffers!"); in hci_ipc_iso_recv() [all …]
|
/Zephyr-latest/arch/nios2/core/ |
D | fatal.c | 26 LOG_ERR("Faulting instruction: 0x%08x", esf->instr - 4); in z_nios2_fatal_error() 27 LOG_ERR(" r1: 0x%08x r2: 0x%08x r3: 0x%08x r4: 0x%08x", in z_nios2_fatal_error() 29 LOG_ERR(" r5: 0x%08x r6: 0x%08x r7: 0x%08x r8: 0x%08x", in z_nios2_fatal_error() 31 LOG_ERR(" r9: 0x%08x r10: 0x%08x r11: 0x%08x r12: 0x%08x", in z_nios2_fatal_error() 33 LOG_ERR(" r13: 0x%08x r14: 0x%08x r15: 0x%08x ra: 0x%08x", in z_nios2_fatal_error() 35 LOG_ERR("estatus: %08x", esf->estatus); in z_nios2_fatal_error() 122 LOG_ERR("Exception cause: %d ECCFTL: 0x%x", cause, eccftl); in _Fault() 124 LOG_ERR("reason: %s", cause_str(cause)); in _Fault() 128 LOG_ERR("Badaddr: 0x%x", badaddr_reg); in _Fault()
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 32 LOG_ERR("Device not ready, aborting test"); in main() 39 LOG_ERR("%s device is not ready", video_dev->name); in main() 45 LOG_ERR("%s device not found", VIDEO_DEV_SW); in main() 54 LOG_ERR("Unable to retrieve video capabilities"); in main() 72 LOG_ERR("Unable to retrieve video format"); in main() 83 LOG_ERR("Unable to set up video format"); in main() 92 LOG_ERR("Partial framebuffers not supported by this sample"); in main() 102 LOG_ERR("Unable to alloc video buffer"); in main() 112 LOG_ERR("Unable to set video control (HFLIP)"); in main() 120 LOG_ERR("Unable to set video control (VFLIP)"); in main() [all …]
|
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/ |
D | vcnl36825t_trigger.c | 47 LOG_ERR("unknown attribute %d", (int)attr); in vcnl36825t_trigger_attr_set() 53 LOG_ERR("error writing attribute %d", attr); in vcnl36825t_trigger_attr_set() 74 LOG_ERR("cb: NULL"); in vcnl36825t_gpio_callback() 82 LOG_ERR("error deactivating SoC interrupt %d", rc); in vcnl36825t_gpio_callback() 105 LOG_ERR("error activating SoC interrupt %d", rc); in vcnl36825t_thread_cb() 111 LOG_ERR("error reading interrupt flag register %d", rc); in vcnl36825t_thread_cb() 154 LOG_ERR("dev: NULL"); in vcnl36825t_trigger_set() 159 LOG_ERR("trig: NULL"); in vcnl36825t_trigger_set() 170 LOG_ERR("invalid channel %d", (int)trig->chan); in vcnl36825t_trigger_set() 175 LOG_ERR("invalid trigger type %d", (int)trig->type); in vcnl36825t_trigger_set() [all …]
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | net_if.c | 47 LOG_ERR("%s: Invalid parameters", in nrf_wifi_set_iface_event_handler() 53 LOG_ERR("%s: event is NULL", in nrf_wifi_set_iface_event_handler() 80 LOG_ERR("%s: vif_ctx_zep is NULL", __func__); in nrf_wifi_rpu_recovery_work_handler() 85 LOG_ERR("%s: zep_net_if_ctx is NULL", __func__); in nrf_wifi_rpu_recovery_work_handler() 91 LOG_ERR("%s: rpu_ctx_zep is NULL", __func__); in nrf_wifi_rpu_recovery_work_handler() 97 LOG_ERR("%s: RPU recovery already in progress", __func__); in nrf_wifi_rpu_recovery_work_handler() 108 LOG_ERR("%s: In quiet period (last_rpu_recovery_time_ms=%ld), ignoring", in nrf_wifi_rpu_recovery_work_handler() 118 LOG_ERR("%s: Starting RPU recovery", __func__); in nrf_wifi_rpu_recovery_work_handler() 129 LOG_ERR("%s: Maximum recovery retries reached, rebooting system", in nrf_wifi_rpu_recovery_work_handler() 140 LOG_ERR("%s: Bringing the interface down", __func__); in nrf_wifi_rpu_recovery_work_handler() [all …]
|
/Zephyr-latest/tests/net/socket/tls_configurations/src/ |
D | main.c | 76 LOG_ERR("Error in poll (%d)", errno); in wait_for_event() 98 LOG_ERR("Failed to create TLS socket (%d)", errno); in create_socket() 114 LOG_ERR("Failed to set TLS_SEC_TAG_LIST option (%d)", errno); in create_socket() 123 LOG_ERR("Failed to set TLS_HOSTNAME option (%d)", errno); in create_socket() 130 LOG_ERR("Cannot connect to TCP remote (%d)", errno); in create_socket() 158 LOG_ERR("Failed to register certificate: %d", err); in setup_credentials() 169 LOG_ERR("Failed to register PSK: %d", err); in setup_credentials() 176 LOG_ERR("Failed to register PSK ID: %d", err); in setup_credentials() 194 LOG_ERR("Socket creation failed (%d)", ret); in main() 215 LOG_ERR("Error sending test string (%d)", errno); in main() [all …]
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_ataes132a.c | 57 LOG_ERR("command too large for command buffer"); in ataes132a_send_command() 100 LOG_ERR("incorrect CRC command"); in ataes132a_send_command() 105 LOG_ERR("expected response is not in place"); in ataes132a_send_command() 125 LOG_ERR("response crc validation rebase" in ataes132a_send_command() 145 LOG_ERR("command execution error %x", in ataes132a_send_command() 170 LOG_ERR("Bus device is not ready"); in ataes132a_init() 201 LOG_ERR("Parameter cannot be null"); in ataes132a_aes_ccm_decrypt() 206 LOG_ERR("Parameter cannot be null"); in ataes132a_aes_ccm_decrypt() 215 LOG_ERR("key %x external mode disabled", key_id); in ataes132a_aes_ccm_decrypt() 220 LOG_ERR("ccm mode only accepts input blocks of 16" in ataes132a_aes_ccm_decrypt() [all …]
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 103 LOG_ERR("Error in poll"); in wait_fds() 157 LOG_ERR("Could not close the socket"); in cleanup_connection() 203 LOG_ERR("Could not resolve dns"); in start_coap_client() 211 LOG_ERR("Failed to create UDP socket"); in start_coap_client() 220 LOG_ERR("Failed to set TLS_TAG option"); in start_coap_client() 225 LOG_ERR("Failed to set TLS_PEER_VERIFY option"); in start_coap_client() 231 LOG_ERR("Cannot connect to UDP remote"); in start_coap_client() 256 LOG_ERR("Could not alloc data memory"); in send_request() 265 LOG_ERR("Could not init packet"); in send_request() 281 LOG_ERR("Unable add option to request path"); in send_request() [all …]
|
/Zephyr-latest/subsys/fs/ |
D | fs.c | 141 LOG_ERR("invalid file name!!"); in fs_open() 151 LOG_ERR("mount point not found!!"); in fs_open() 167 LOG_ERR("file should be opened for write to truncate!!"); in fs_open() 171 LOG_ERR("file truncation not supported!!"); in fs_open() 180 LOG_ERR("file open error (%d)", rc); in fs_open() 192 LOG_ERR("file truncation failed (%d)", rc); in fs_open() 215 LOG_ERR("file close error (%d)", rc); in fs_close() 238 LOG_ERR("file read error (%d)", rc); in fs_read() 258 LOG_ERR("file write error (%d)", rc); in fs_write() 278 LOG_ERR("file seek error (%d)", rc); in fs_seek() [all …]
|