/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 182 goto exit; in test_advx_main() 209 goto exit; in test_advx_main() 217 goto exit; in test_advx_main() 227 goto exit; in test_advx_main() 237 goto exit; in test_advx_main() 244 goto exit; in test_advx_main() 253 goto exit; in test_advx_main() 263 goto exit; in test_advx_main() 271 goto exit; in test_advx_main() 281 goto exit; in test_advx_main() [all …]
|
/Zephyr-Core-3.4.0/drivers/sensor/vcnl4040/ |
D | vcnl4040_trigger.c | 128 goto exit; in vcnl4040_attr_set() 132 goto exit; in vcnl4040_attr_set() 138 goto exit; in vcnl4040_attr_set() 142 goto exit; in vcnl4040_attr_set() 151 goto exit; in vcnl4040_attr_set() 155 goto exit; in vcnl4040_attr_set() 161 goto exit; in vcnl4040_attr_set() 165 goto exit; in vcnl4040_attr_set() 170 exit: in vcnl4040_attr_set() 196 goto exit; in vcnl4040_trigger_set() [all …]
|
/Zephyr-Core-3.4.0/lib/smf/ |
D | smf.c | 20 bool exit : 1; member 146 * @brief Execute all ancestor exit actions 149 * @param target The exit actions of this target's ancestors are executed 157 /* Execute all parent exit actions in reverse order */ in smf_execute_ancestor_exit_actions() 162 if (!share_paren(target->parent, tmp_state) && tmp_state->exit) { in smf_execute_ancestor_exit_actions() 163 tmp_state->exit(ctx); in smf_execute_ancestor_exit_actions() 178 internal->exit = false; in smf_set_initial() 203 * It does not make sense to call set_state in an exit phase of a state in smf_set_state() 207 if (internal->exit) { in smf_set_state() 208 LOG_WRN("Calling %s from exit action", __func__); in smf_set_state() [all …]
|
/Zephyr-Core-3.4.0/subsys/net/lib/tls_credentials/ |
D | tls_credentials.c | 98 goto exit; in tls_credential_add() 104 goto exit; in tls_credential_add() 112 exit: in tls_credential_add() 129 goto exit; in tls_credential_get() 134 goto exit; in tls_credential_get() 140 exit: in tls_credential_get() 157 goto exit; in tls_credential_delete() 163 exit: in tls_credential_delete()
|
/Zephyr-Core-3.4.0/include/zephyr/ |
D | smf.h | 18 * @param _exit State exit function 25 .exit = _exit, \ 36 * @param _exit State exit function 42 .exit = _exit \ 78 const state_execution exit; member 80 * Optional parent state that contains common entry/run/exit 84 * exit: Parent function executes AFTER child function. 87 * that parent's exit and entry functions do not execute.
|
/Zephyr-Core-3.4.0/include/zephyr/tracing/ |
D | tracing.h | 329 * @brief Trace submit work to work queue call exit 343 * @brief Trace submit work to system work queue call exit 363 * @brief Trace flush work call exit 376 * @brief Trace cancel work call exit 397 * @brief Trace cancel sync work call exit 425 * @brief Trace start of a Work Queue call exit 437 * @brief Trace Work Queue drain call exit 450 * @brief Trace Work Queue unplug call exit 479 * @brief Trace schedule delayable work for queue exit 495 * @brief Trace schedule delayable work for system work queue exit [all …]
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/ |
D | _compile_permutate_kconfigs.sh | 88 # We set exit code based on type of failure 91 trap "{ rm "${temp_conf_file}" ; exit 255; }" SIGINT 92 trap "{ rm "${temp_conf_file}" ; exit 254; }" SIGTERM 93 trap "{ rm "${temp_conf_file}" ; exit 253; }" ERR 94 trap "{ rm "${temp_conf_file}" ; exit ${compile_failures}; }" EXIT
|
/Zephyr-Core-3.4.0/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 260 goto exit; in simplelink_socket() 268 goto exit; in simplelink_socket() 276 goto exit; in simplelink_socket() 292 goto exit; in simplelink_socket() 303 exit: in simplelink_socket() 428 goto exit; in simplelink_accept() 436 goto exit; in simplelink_accept() 441 goto exit; in simplelink_accept() 447 exit: in simplelink_accept() 476 goto exit; in simplelink_bind() [all …]
|
/Zephyr-Core-3.4.0/samples/boards/litex/i2s/src/ |
D | main.c | 40 exit(-1); in init() 58 exit(-1); in init() 65 exit(-1); in init() 82 exit(-1); in init() 94 exit(-1); in main() 101 exit(-1); in main()
|
/Zephyr-Core-3.4.0/samples/subsys/pm/latency/boards/ |
D | native_posix.overlay | 12 exit-latency-us = <10000>; 18 exit-latency-us = <20000>; 24 exit-latency-us = <30000>;
|
/Zephyr-Core-3.4.0/tests/net/all/ |
D | check_net_options.sh | 16 exit 23 exit 30 exit
|
/Zephyr-Core-3.4.0/scripts/tracing/ |
D | trace_capture_usb.py | 45 sys.exit("{}".format(e)) 48 sys.exit("No device found, check vendor_id and product_id") 54 sys.exit("{}".format(e)) 61 sys.exit("{}".format(e)) 103 sys.exit(0)
|
/Zephyr-Core-3.4.0/tests/subsys/pm/policy_api/ |
D | app.overlay | 20 exit-latency-us = <10000>; 28 exit-latency-us = <100000>; 36 exit-latency-us = <50000>;
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/multiple_id/src/ |
D | main.c | 46 goto exit; in test_central_main() 59 exit: in test_central_main() 70 goto exit; in test_peripheral_main() 77 exit: in test_peripheral_main()
|
/Zephyr-Core-3.4.0/arch/riscv/core/ |
D | userspace.S | 36 beqz a4, exit # Test string's end of line 40 exit: label 51 j exit
|
/Zephyr-Core-3.4.0/scripts/logging/dictionary/ |
D | log_parser.py | 65 sys.exit(1) 95 sys.exit(1) 119 sys.exit(1) 124 sys.exit(1) 138 sys.exit(1) 141 sys.exit(1)
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/conn/tests_scripts/ |
D | basic_conn20_split.sh | 15 exit 1 41 exit $exit_code #the last exit code != 0
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/att/read_fill_buf/test_scripts/ |
D | run_tests.sh | 18 exit 1 48 exit $exit_code # the last exit code != 0
|
/Zephyr-Core-3.4.0/drivers/sensor/vl53l0x/ |
D | vl53l0x.c | 71 goto exit; in vl53l0x_setup_single_shot() 80 goto exit; in vl53l0x_setup_single_shot() 89 goto exit; in vl53l0x_setup_single_shot() 97 goto exit; in vl53l0x_setup_single_shot() 106 goto exit; in vl53l0x_setup_single_shot() 115 goto exit; in vl53l0x_setup_single_shot() 125 goto exit; in vl53l0x_setup_single_shot() 134 goto exit; in vl53l0x_setup_single_shot() 142 goto exit; in vl53l0x_setup_single_shot() 151 goto exit; in vl53l0x_setup_single_shot() [all …]
|
/Zephyr-Core-3.4.0/scripts/ |
D | coccicheck | 11 exit 1 26 -h , --help display help and exit 69 exit 1 76 exit 2 137 exit $err 152 exit 1 213 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 218 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1 220 run_cmd_parmap $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1 229 exit
|
/Zephyr-Core-3.4.0/tests/misc/check_init_priorities/ |
D | validate_check_init_priorities_output.py | 21 sys.exit(1) 38 sys.exit(1) 40 sys.exit(0)
|
/Zephyr-Core-3.4.0/samples/drivers/virtualization/ivshmem/doorbell/ |
D | write_shared_memory.sh | 18 exit 1 32 printf %s "$WM_MSG" | dd of="$WM_LOC" count=1 bs="$WM_SIZE" "$WM_DD" || exit 1 35 printf %s "$WM_MSG" | dd of="$WM_LOC" ibs="$WM_SIZE" conv=sync "$WM_DD" || exit 1
|
/Zephyr-Core-3.4.0/tests/lib/smf/src/ |
D | test_lib_flat_smf.c | 71 EXIT enumerator 116 "Test State A exit failed"); in state_a_exit() 156 "Test State B exit failed"); in state_b_exit() 188 "Test State C exit failed"); in state_c_exit() 190 if (o->terminate == EXIT) { in state_c_exit() 275 /* D) Test termination in exit action */ in ZTEST() 278 test_obj.terminate = EXIT; in ZTEST() 288 "Incorrect test value index for exit termination"); in ZTEST() 290 "Final exit termination state not reached"); in ZTEST()
|
/Zephyr-Core-3.4.0/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 45 exit -1 50 exit -1 62 exit -1 74 h) usage; exit 0 ;;
|
/Zephyr-Core-3.4.0/.github/workflows/ |
D | compliance.yml | 72 exit 1; 84 exit=1 88 if [ "${exit}" == "1" ]; then 89 exit 1;
|