/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_rename.c | 65 goto cleanup; in test_rename_dir() 73 goto cleanup; in test_rename_dir() 79 goto cleanup; in test_rename_dir() 88 goto cleanup; in test_rename_dir() 99 goto cleanup; in test_rename_dir() 102 cleanup: in test_rename_dir() 118 goto cleanup; in test_rename_file() 126 goto cleanup; in test_rename_file() 132 goto cleanup; in test_rename_file() 141 goto cleanup; in test_rename_file() [all …]
|
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/ |
D | updatehub.c | 432 goto cleanup; in install_update_cb() 441 goto cleanup; in install_update_cb() 447 goto cleanup; in install_update_cb() 452 goto cleanup; in install_update_cb() 470 goto cleanup; in install_update_cb() 484 goto cleanup; in install_update_cb() 489 goto cleanup; in install_update_cb() 496 goto cleanup; in install_update_cb() 505 goto cleanup; in install_update_cb() 513 goto cleanup; in install_update_cb() [all …]
|
/Zephyr-Core-2.7.6/scripts/ |
D | valgrind.supp | 11 POSIX arch no thread cleanup 19 POSIX arch no cpu cleanup 28 lvgl no cleanup 35 lvgl no cleanup 2
|
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_firmware_pull.c | 95 goto cleanup; in transfer_request() 107 goto cleanup; in transfer_request() 114 goto cleanup; in transfer_request() 123 goto cleanup; in transfer_request() 140 goto cleanup; in transfer_request() 156 goto cleanup; in transfer_request() 164 goto cleanup; in transfer_request() 173 goto cleanup; in transfer_request() 180 goto cleanup; in transfer_request() 188 goto cleanup; in transfer_request() [all …]
|
D | lwm2m_rd_client.c | 605 goto cleanup; in sm_send_bootstrap_registration() 626 cleanup: in sm_send_bootstrap_registration() 718 goto cleanup; in sm_send_registration() 725 goto cleanup; in sm_send_registration() 733 goto cleanup; in sm_send_registration() 742 goto cleanup; in sm_send_registration() 753 goto cleanup; in sm_send_registration() 762 goto cleanup; in sm_send_registration() 775 goto cleanup; in sm_send_registration() 789 goto cleanup; in sm_send_registration() [all …]
|
D | lwm2m_engine.c | 938 goto cleanup; in lwm2m_init_message() 953 goto cleanup; in lwm2m_init_message() 961 goto cleanup; in lwm2m_init_message() 971 goto cleanup; in lwm2m_init_message() 981 cleanup: in lwm2m_init_message() 1046 goto cleanup; in lwm2m_send_empty_ack() 1053 cleanup: in lwm2m_send_empty_ack() 4243 goto cleanup; in generate_notify_message() 4258 goto cleanup; in generate_notify_message() 4267 goto cleanup; in generate_notify_message() [all …]
|
/Zephyr-Core-2.7.6/drivers/sensor/dht/ |
D | dht.c | 87 goto cleanup; in dht_sample_fetch() 93 goto cleanup; in dht_sample_fetch() 99 goto cleanup; in dht_sample_fetch() 107 goto cleanup; in dht_sample_fetch() 114 goto cleanup; in dht_sample_fetch() 160 cleanup: in dht_sample_fetch()
|
/Zephyr-Core-2.7.6/boards/x86/common/scripts/ |
D | build_grub.sh | 57 cleanup() { function 67 -c | --cleanup) 68 cleanup
|
/Zephyr-Core-2.7.6/.buildkite/ |
D | run.sh | 7 function cleanup() function 35 trap cleanup ERR 76 cleanup
|
/Zephyr-Core-2.7.6/tests/subsys/fs/littlefs/src/ |
D | testfs_open_flags.c | 31 static void cleanup(struct fs_mount_t *mp) in cleanup() function 46 cleanup(mp); in test_fs_open_flags_lfs()
|
D | testfs_mount_flags.c | 12 static void cleanup(struct fs_mount_t *mp) in cleanup() function 30 cleanup(mp); in test_fs_mount_flags()
|
/Zephyr-Core-2.7.6/samples/net/sockets/can/src/ |
D | main.c | 193 goto cleanup; in setup_socket() 201 goto cleanup; in setup_socket() 213 goto cleanup; in setup_socket() 251 cleanup: in setup_socket()
|
/Zephyr-Core-2.7.6/kernel/ |
D | stack.c | 68 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_stack, cleanup, stack); in k_stack_cleanup() 71 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, cleanup, stack, -EAGAIN); in k_stack_cleanup() 82 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, cleanup, stack, 0); in k_stack_cleanup()
|
D | msg_q.c | 97 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_msgq, cleanup, msgq); in k_msgq_cleanup() 100 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, cleanup, msgq, -EBUSY); in k_msgq_cleanup() 110 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, cleanup, msgq, 0); in k_msgq_cleanup()
|
D | pipes.c | 142 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_pipe, cleanup, pipe); in k_pipe_cleanup() 146 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, cleanup, pipe, -EAGAIN); in k_pipe_cleanup() 157 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, cleanup, pipe, 0); in k_pipe_cleanup()
|
/Zephyr-Core-2.7.6/include/net/ |
D | capture.h | 37 int (*cleanup)(const struct device *dev); member 91 return api->cleanup(dev); in net_capture_cleanup()
|
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 1086 goto cleanup; in hawkbit_probe() 1090 goto cleanup; in hawkbit_probe() 1117 goto cleanup; in hawkbit_probe() 1121 goto cleanup; in hawkbit_probe() 1139 goto cleanup; in hawkbit_probe() 1148 goto cleanup; in hawkbit_probe() 1153 goto cleanup; in hawkbit_probe() 1171 goto cleanup; in hawkbit_probe() 1175 goto cleanup; in hawkbit_probe() 1186 goto cleanup; in hawkbit_probe() [all …]
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 391 static int cleanup(struct bt_le_per_adv_sync *sync, struct bt_iso_big *big) in cleanup() function 480 (void)cleanup(sync, big); in test_run_receiver() 492 return cleanup(sync, big); in test_run_receiver()
|
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | socketpair.c | 255 goto cleanup; in spair_new() 263 cleanup: in spair_new() 306 goto cleanup; in z_impl_zsock_socketpair() 320 cleanup: in z_impl_zsock_socketpair()
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 823 static int cleanup(void) in cleanup() function 1070 cleanup_err = cleanup(); in main()
|
/Zephyr-Core-2.7.6/doc/reference/usermode/ |
D | kernelobjects.rst | 35 * If the object has an associated cleanup function, the cleanup function
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-1.8.rst | 291 * :jira:`ZEP-2008` - Port tickless idle test to unified kernel and cleanup 292 * :jira:`ZEP-2009` - Port test_sleep test to unified kernel and cleanup
|
D | release-notes-1.13.rst | 175 * IPv4, IPv6, ICMPv6, ARP code refactoring and cleanup. 264 * General organization cleanup and spell check on docs including content 467 * :github:`8727` - Network stack cleanup: DHCPv4 468 * :github:`8720` - Network stack cleanup: IPv4 647 * :github:`6132` - [RFC] Restructuring and cleanup of mbedTLS configurations
|
/Zephyr-Core-2.7.6/subsys/net/lib/capture/ |
D | capture.c | 689 .cleanup = capture_cleanup,
|
/Zephyr-Core-2.7.6/cmake/emu/ |
D | qemu.cmake | 253 # TODO: Support cleanup of the monitor_15_4 process
|