Home
last modified time | relevance | path

Searched full:closing (Results 1 – 25 of 94) sorted by relevance

1234

/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file_reentrant.c57 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()
Dtest_fat_dir.c51 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()
/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/include/zephyr/
Dcode_under_test.h19 * This routine loops twice on opening/closing a called_API session.
/Zephyr-latest/tests/lib/c_lib/stdio/src/
Dmain.c43 zassert_ok(fs_close(&file), "Error closing file\n"); in ZTEST()
/Zephyr-latest/samples/subsys/pm/latency/
Dsample.yaml45 - "<inf> app: Closing test device"
/Zephyr-latest/tests/net/socket/socketpair/src/
Dclosed_ends.c37 /* We want to write some bytes to the closing end of the in ZTEST_USER_F()
/Zephyr-latest/include/zephyr/net/
Dwebsocket.h39 #define WEBSOCKET_FLAG_CLOSE 0x00000008 /**< Closing connection */
48 WEBSOCKET_OPCODE_CLOSE = 0x08, /**< Closing connection */
Dnet_context.h71 /** 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/
Dmain.c89 LOG_INF("Closing test device"); in main()
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.h54 * @brief Function for closing specified transport network connection.
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.c353 /* 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/
Dmqtt_transport_socket_tcp.c147 NET_INFO("Closing socket %d", client->transport.tcp.sock); in mqtt_client_tcp_disconnect()
Dmqtt_transport_websocket.c173 NET_INFO("Closing socket %d", client->transport.websocket.sock); in mqtt_client_websocket_disconnect()
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_common_file.c120 TC_PRINT("Error closing file [%d]\n", res); in test_file_close()
Dtest_common_dir.c62 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()
/Zephyr-latest/tests/net/socket/tls_ext/src/
Dmain.c189 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/
Dws.c178 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/
Dmain.c90 __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/
Dicmsg.h91 * Closing an icmsg instance results in releasing all resources used by given
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c150 printf("Got error %d while closing the " in main()
/Zephyr-latest/boards/weact/stm32g431_core/doc/
Dindex.rst17 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/
Dtest_fat_dir.c56 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c540 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/
Dplugin.py118 help='Script executed after closing serial connection.'
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_dir.c48 TC_PRINT("Error closing file [%d]\n", res); in test_mkdir()

1234