Home
last modified time | relevance | path

Searched refs:error (Results 76 – 100 of 1189) sorted by relevance

12345678910>>...48

/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dmain.c13 #error Rebuild with the FPU config option enabled
17 #error Rebuild with the FPU_SHARING config option enabled
/Zephyr-latest/drivers/adc/
Dadc_sam0.c318 int error; in start_read() local
389 error = check_buffer_size(sequence, 1); in start_read()
390 if (error) { in start_read()
391 return error; in start_read()
404 error = adc_context_wait_for_completion(&data->ctx); in start_read()
405 return error; in start_read()
412 int error; in adc_sam0_read() local
415 error = start_read(dev, sequence); in adc_sam0_read()
416 adc_context_release(&data->ctx, error); in adc_sam0_read()
418 return error; in adc_sam0_read()
[all …]
/Zephyr-latest/samples/subsys/fs/format/src/
Dmain.c13 #error "Only one file system may be used at once in that sample."
36 #error "No filesystem specified."
/Zephyr-latest/arch/x86/
Dgen_idt.py56 def error(text): function
90 error("entry specifies both handler function and tss")
93 error("entry does not specify either handler or tss")
124 error("irq %d specified, but CONFIG_MAX_IRQ_LINES is %d" %
130 error("multiple vector assignments for interrupt line %d" % irq)
144 error("entry does not specify vector or priority level")
148 error("Vector %d specified, but size of IDT is only %d vectors" %
152 error("Multiple assignments for vector %d" % vec)
170 error("can't find a free vector in priority level %d" % prio)
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c325 static void ot_joiner_start_handler(otError error, void *context) in ot_joiner_start_handler() argument
329 switch (error) { in ot_joiner_start_handler()
335 NET_ERR("Join failed [%d]", error); in ot_joiner_start_handler()
422 otError error = OT_ERROR_NONE; in openthread_start() local
464 error = otJoinerStart(ot_instance, OT_JOINER_PSKD, NULL, ZEPHYR_PACKAGE_NAME, in openthread_start()
468 if (error != OT_ERROR_NONE) { in openthread_start()
469 NET_ERR("Failed to start joiner [%d]", error); in openthread_start()
497 error = otThreadSetEnabled(ot_instance, true); in openthread_start()
498 if (error != OT_ERROR_NONE) { in openthread_start()
499 NET_ERR("Failed to start the OpenThread network [%d]", error); in openthread_start()
[all …]
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c44 static int getErrno(_i32 error) in getErrno() argument
46 if (error >= 0) { in getErrno()
47 return error; in getErrno()
55 switch (error) { in getErrno()
58 error = EBADF; in getErrno()
64 error = ENSOCK; in getErrno()
69 error = EAGAIN; in getErrno()
74 error = ENOMEM; in getErrno()
79 error = EACCES; in getErrno()
84 error = EFAULT; in getErrno()
[all …]
/Zephyr-latest/tests/kernel/fatal/message_capture/
DREADME1 This test case verifies that kernel fatal error logging message can be captured.
3 When the fatal error is triggered, if the debugging message function is turned on,
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst89 In case of error the CBOR data takes the form:
122 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
123 | | appears if an error is returned when using SMP version 2. |
125 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
126 | | non-zero (error condition) when using SMP version 2. |
128 | "rc" | :c:enum:`mcumgr_err_t` only appears if non-zero (error condition) when |
/Zephyr-latest/scripts/tests/twister/
Dtest_errors.py13 from twisterlib.error import StatusAttributeError
14 from twisterlib.error import ConfigurationError
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py76 log.error(f"Get exception {e} during FW transfer.")
84 log.error(f'MD5 mismatch: {md5_tx} vs. {md5_rx}')
99 log.error("Cannot find the FW file.")
113 log.error("incorrect load communitcation!")
121 log.error("Receive firmware failed.")
137 log.error("incorrect monitor communitcation!")
218 log.error("SIGTERM failed on child %s", child_desc)
220 log.error("Sending %d SIGKILL", proc.pid)
223 log.error("Try: sudo pkill -9 -f %s", runner.load_cmd)
285 log.error(f'Cannot find load cmd {self.load_cmd}.')
/Zephyr-latest/tests/drivers/uart/uart_errors/
DREADME.txt1 The purpose of this test is to validate UART receiver when error occurs on
4 Additional bit triggers framing error.
/Zephyr-latest/include/zephyr/fs/
Dfs_interface.h21 #error "Max allowed CONFIG_FILE_SYSTEM_MAX_FILE_NAME is 255 characters, when any in-tree FS enabled"
27 #error "CONFIG_FILE_SYSTEM_MAX_FILE_NAME can not be > 12 if FAT is enabled without LFN"
/Zephyr-latest/tests/drivers/i2c/i2c_tca954x/src/
Dmain.c14 #error "I2C 0 controller device not found"
20 #error "I2C 1 controller device not found"
/Zephyr-latest/tests/net/socket/register/src/
Dmain.c27 int error; member
50 .error = EAFNOSUPPORT,
100 .error = EOPNOTSUPP,
136 .error = EAFNOSUPPORT,
144 .error = EPROTONOSUPPORT,
264 zassert_equal(errno, expected_result[i].error, in ZTEST()
266 errno, expected_result[i].error); in ZTEST()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py26 from twisterlib.error import TwisterRuntimeError
885 logger.error("--short-build-path requires Ninja to be enabled")
889 logger.error("--device-serial-pty is not supported on Windows OS")
893 logger.error("west-runner requires west-flash to be enabled")
897 logger.error("west-flash requires device-testing to be enabled")
933 logger.error("Enable coverage reporting to set its aggregation mode.")
940 logger.error("At least one coverage reporting mode should be enabled: "
947 logger.error(f"Unsupported coverage report formats:'{options.coverage_formats}' "
952 logger.error("valgrind enabled but valgrind executable not found")
959 logger.error(
[all …]
/Zephyr-latest/subsys/shell/backends/
Dshell_telnet.c292 goto error; in telnet_recv()
295 goto error; in telnet_recv()
326 goto error; in telnet_recv()
380 error: in telnet_recv()
428 goto error; in telnet_accept()
442 goto error; in telnet_accept()
455 error: in telnet_accept()
485 goto error; in telnet_server_cb()
505 error: in telnet_server_cb()
519 goto error; in telnet_setup_server()
[all …]
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dload_store.c58 bool error = false; in load_store_low() local
117 error = true; in load_store_low()
123 zassert_false(error, NULL); in load_store_low()
/Zephyr-latest/soc/atmel/sam0/samr34/
Dsoc.h24 #error Library does not support the specified device.
55 #error Unsupported GCLK1 clock source.
/Zephyr-latest/soc/atmel/sam0/samr35/
Dsoc.h24 #error Library does not support the specified device.
55 #error Unsupported GCLK1 clock source.
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtest_asm_inline_gcc.h15 #error test_asm_inline_gcc.h goes only with GCC
52 #error implementation of timestamp_serialize() not provided for your CPU target
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_common.c182 goto error; in zperf_prepare_upload_sock()
190 goto error; in zperf_prepare_upload_sock()
200 goto error; in zperf_prepare_upload_sock()
207 goto error; in zperf_prepare_upload_sock()
212 error: in zperf_prepare_upload_sock()
/Zephyr-latest/drivers/console/
Dram_console.c21 #error "Lack of chosen property zephyr,ram_console!"
23 #error "Custom RAM console buffer exceeds the section size!"
/Zephyr-latest/drivers/i2c/
Di2c_cc32xx.c331 int error; in i2c_cc32xx_init() local
341 error = pinctrl_apply_state(config->pcfg, PINCTRL_STATE_DEFAULT); in i2c_cc32xx_init()
342 if (error < 0) { in i2c_cc32xx_init()
343 return error; in i2c_cc32xx_init()
365 error = i2c_cc32xx_configure(dev, I2C_MODE_CONTROLLER | bitrate_cfg); in i2c_cc32xx_init()
366 if (error) { in i2c_cc32xx_init()
367 return error; in i2c_cc32xx_init()
/Zephyr-latest/tests/arch/x86/static_idt/src/
Dmain.c159 volatile int error; /* used to create a divide by zero error */ in ZTEST() local
177 error = 32; /* avoid static checker uninitialized warnings */ in ZTEST()
182 "idivl %%ebx;" : : "g" (error), "g" (exc_handler_executed) : in ZTEST()
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dsoc.c47 #error "Wrong value for power-mode parameter"
56 #error "Wrong value for vbat-type parameter"
66 #error "Unsupported clock-frequency. Supported values: 16, 24, 32, 48, 64 and 96 MHz"

12345678910>>...48