/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_file_reentrant.c | 57 zassert_ok(res, "Error closing file [%d]\n", res); in test_reentrant_access() 98 zassert_ok(res, "Error closing file 2 [%d]\n", res); in test_reentrant_parallel_file_access() 102 zassert_ok(res, "Error closing file 1 [%d]\n", res); in test_reentrant_parallel_file_access() 169 zassert_ok(res, "Error closing file [%d]\n", res); in tfile2_access()
|
D | test_fat_dir.c | 51 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()
|
/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/include/zephyr/ |
D | code_under_test.h | 19 * This routine loops twice on opening/closing a called_API session.
|
/Zephyr-latest/tests/lib/c_lib/stdio/src/ |
D | main.c | 43 zassert_ok(fs_close(&file), "Error closing file\n"); in ZTEST()
|
/Zephyr-latest/samples/subsys/pm/latency/ |
D | sample.yaml | 45 - "<inf> app: Closing test device"
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | closed_ends.c | 37 /* We want to write some bytes to the closing end of the in ZTEST_USER_F()
|
/Zephyr-latest/include/zephyr/net/ |
D | websocket.h | 39 #define WEBSOCKET_FLAG_CLOSE 0x00000008 /**< Closing connection */ 48 WEBSOCKET_OPCODE_CLOSE = 0x08, /**< Closing connection */
|
D | net_context.h | 71 /** Is the socket closing / closed */ 490 * @brief Is this context closing. 494 * @return True if the context is closing, False otherwise. 504 * @brief Set this context to closing. 507 * @param closing True if closing, False if not 510 bool closing) in net_context_set_closing() argument 514 if (closing) { in net_context_set_closing()
|
/Zephyr-latest/samples/subsys/pm/latency/src/ |
D | main.c | 89 LOG_INF("Closing test device"); in main()
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | transport.h | 54 * @brief Function for closing specified transport network connection.
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix_adapt.c | 353 /* Closing connection */ in usbip_start() 397 /* Closing connection */ in usbip_start() 419 LOG_DBG("Closing connection"); in usbip_start()
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_transport_socket_tcp.c | 147 NET_INFO("Closing socket %d", client->transport.tcp.sock); in mqtt_client_tcp_disconnect()
|
D | mqtt_transport_websocket.c | 173 NET_INFO("Closing socket %d", client->transport.websocket.sock); in mqtt_client_websocket_disconnect()
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_common_file.c | 120 TC_PRINT("Error closing file [%d]\n", res); in test_file_close()
|
D | test_common_dir.c | 62 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()
|
/Zephyr-latest/tests/net/socket/tls_ext/src/ |
D | main.c | 189 NET_DBG("closing client fd"); in server_thread_fn() 392 NET_DBG("closing client fd"); in test_common() 396 NET_DBG("closing server fd"); in test_common()
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 178 LOG_ERR("[%d] Failed to send data, closing socket", in ws_echo_handler() 270 LOG_INF("Couldn't send websocket msg (%d), closing connection", ret); in netstats_handler()
|
/Zephyr-latest/tests/subsys/sip_svc/src/ |
D | main.c | 90 __ASSERT(err == 0, "error in closing channel"); in sip_svc_send_sync_request() 174 __ASSERT(err == 0, "error in closing channel"); in sip_svc_send_async_request()
|
/Zephyr-latest/include/zephyr/ipc/ |
D | icmsg.h | 91 * Closing an icmsg instance results in releasing all resources used by given
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | socket_dumb_http.c | 150 printf("Got error %d while closing the " in main()
|
/Zephyr-latest/boards/weact/stm32g431_core/doc/ |
D | index.rst | 17 lines to the MCU. The voltage divider is connected to PB2 by closing SB4. 108 been enabled by closing SB3 and SB5. A USB-C to USB-A adapter can be used as a workaround
|
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_dir.c | 56 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_core.c | 540 goto closing; in http_server_run() 552 goto closing; in http_server_run() 586 goto closing; in http_server_run() 675 closing: in http_server_run()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | plugin.py | 118 help='Script executed after closing serial connection.'
|
/Zephyr-latest/tests/posix/fs/src/ |
D | test_fs_dir.c | 48 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()
|