/Zephyr-latest/scripts/pylib/build_helpers/ |
D | domains.py | 68 exit(1) 92 exit(1) 114 exit(1)
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 59 goto exit; in install_handlers() 62 exit: in install_handlers() 74 goto exit; in initialize_acpica() 82 goto exit; in initialize_acpica() 90 goto exit; in initialize_acpica() 97 goto exit; in initialize_acpica() 104 goto exit; in initialize_acpica() 112 exit: in initialize_acpica() 153 goto exit; in acpi_evaluate_method() 158 goto exit; in acpi_evaluate_method() [all …]
|
/Zephyr-latest/arch/riscv/core/ |
D | userspace.S | 40 exit: label 51 j exit
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | log_parser.py | 66 sys.exit(1) 96 sys.exit(1) 118 sys.exit(1)
|
/Zephyr-latest/drivers/sensor/nxp/fxls8974/ |
D | fxls8974_trigger.c | 94 goto exit; in fxls8974_trigger_set() 103 goto exit; in fxls8974_trigger_set() 111 goto exit; in fxls8974_trigger_set() 114 exit: in fxls8974_trigger_set()
|
/Zephyr-latest/scripts/ci/ |
D | errno.py | 41 sys.exit(1) 51 sys.exit(1)
|
D | guideline_check.py | 12 exit("$ZEPHYR_BASE environment variable undefined.") 54 exit("missing commit range") 126 exit(ret)
|
/Zephyr-latest/include/zephyr/ |
D | smf.h | 39 .exit = _exit, \ 75 const state_execution exit; member
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_rx8130ce.c | 246 goto exit; in rx8130ce_irq_work_handler() 267 goto exit; in rx8130ce_irq_work_handler() 269 exit: in rx8130ce_irq_work_handler() 488 goto exit; in rx8130ce_alarm_set_callback() 500 goto exit; in rx8130ce_alarm_set_callback() 514 goto exit; in rx8130ce_alarm_set_callback() 520 goto exit; in rx8130ce_alarm_set_callback() 522 exit: in rx8130ce_alarm_set_callback() 545 goto exit; in rx8130ce_update_set_callback() 558 goto exit; in rx8130ce_update_set_callback() [all …]
|
/Zephyr-latest/lib/smf/ |
D | smf.c | 193 if (to_execute->exit) { in smf_execute_all_exit_actions() 194 to_execute->exit(ctx); in smf_execute_all_exit_actions() 312 if ((ctx->executing == new_state) && (new_state->exit)) { in smf_set_state() 313 new_state->exit(ctx); in smf_set_state() 353 if (ctx->current->exit) { in smf_set_state() 355 ctx->current->exit(ctx); in smf_set_state()
|
/Zephyr-latest/samples/posix/eventfd/src/ |
D | main.c | 16 do { perror(msg); exit(EXIT_FAILURE); } while (0) 65 exit(EXIT_FAILURE); in main()
|
/Zephyr-latest/scripts/coredump/ |
D | coredump_gdbserver.py | 93 sys.exit(1) 97 sys.exit(1) 108 sys.exit(1) 117 sys.exit(1)
|
D | coredump_serial_log_parser.py | 35 sys.exit(1) 40 sys.exit(1)
|
/Zephyr-latest/arch/arm64/core/ |
D | isr_wrapper.S | 121 bne exit 145 cbz x0, exit 154 exit: label
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/src/ |
D | main.c | 70 goto exit; in main() 85 exit: in main()
|
/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | tsl2540.c | 190 goto exit; in tsl2540_attr_set() 209 goto exit; in tsl2540_attr_set() 217 goto exit; in tsl2540_attr_set() 226 goto exit; in tsl2540_attr_set() 231 goto exit; in tsl2540_attr_set() 239 goto exit; in tsl2540_attr_set() 245 goto exit; in tsl2540_attr_set() 268 exit: in tsl2540_attr_set()
|
/Zephyr-latest/scripts/tracing/ |
D | trace_capture_uart.py | 36 sys.exit("{}".format(e)) 59 sys.exit(0)
|
/Zephyr-latest/samples/net/sockets/echo_async/src/ |
D | socket_echo.c | 52 exit(1); \ 139 exit(1); in main() 157 exit(1); in main() 167 exit(1); in main()
|
/Zephyr-latest/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 54 exit(1); \ 121 exit(1); 136 exit(1); 146 exit(1);
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ll_assert.c | 14 exit(-1); in bt_ctlr_assert_handle()
|
/Zephyr-latest/scripts/build/ |
D | user_wordsize.py | 10 sys.exit(0)
|
/Zephyr-latest/modules/openthread/platform/ |
D | radio_spinel.cpp | 97 goto exit; in openthread_handle_frame_to_send() 104 goto exit; in openthread_handle_frame_to_send() 110 goto exit; in openthread_handle_frame_to_send() 113 exit: in openthread_handle_frame_to_send() 286 exit: in otPlatRadioGetTransmitPower() 304 exit: in otPlatRadioGetCcaEnergyDetectThreshold() 343 exit: in otPlatRadioGetCoexMetrics() 370 exit: in otPlatDiagModeSet() 386 exit: in otPlatDiagTxPowerSet() 397 exit: in otPlatDiagChannelSet()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/ |
D | main.c | 82 goto exit; in main() 102 exit: in main()
|
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/ |
D | README.rst | 5 Enter and exit Standby/Shutdown mode on STM32. 16 release the user button to exit from shutdown mode or from shutdown mode. 43 release the user button to exit from shutdown mode or from shutdown mode.
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 145 sys.exit(f'ERROR: qualifiers {qualifiers} not found when extending board {self.name}') 235 sys.exit('ERROR: Malformed "build" section in file: {}\n{}' 240 sys.exit(f'ERROR: Malformed content in file: {board_yml.as_posix()}\n' 247 sys.exit(f'ERROR: Malformed "board" section in file: {board_yml.as_posix()}\n' 265 sys.exit(f'ERROR: Malformed "board" section in file: {board_yml.as_posix()}\n' 268 sys.exit(f'ERROR: Malformed "board" section in file: {board_yml.as_posix()}\n' 273 sys.exit(f'ERROR: Malformed "board" section in file: {board_yml.as_posix()}\n' 295 sys.exit(f'ERROR: Duplicated board qualifiers detected {duplicates} for board: ' 311 sys.exit(f'ERROR: Variant: {v["name"]}, defined multiple times for board: ' 344 sys.exit(f'ERROR: Board(s): {conflict_boards}, defined multiple times.\n'
|