Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c16 int opened; member
65 count->opened++; in walk_sockets()
152 if (count.opened == 0 && count.closed == 0) { in cmd_net_sockets()
155 if (count.opened > 0) { in cmd_net_sockets()
156 PR("\n%d active socket%s found.\n", count.opened, in cmd_net_sockets()
157 count.opened == 1 ? "" : "s"); in cmd_net_sockets()
161 if (count.opened == 0) { in cmd_net_sockets()
/Zephyr-latest/tests/subsys/fs/littlefs/
DCMakeLists.txt10 # a file has not been opened for.
/Zephyr-latest/subsys/fs/ext2/
DKconfig22 int "Maximum number of opened inodes"
/Zephyr-latest/subsys/fs/
DKconfig.littlefs19 int "Maximum number of opened files"
25 int "Maximum number of opened directories"
DKconfig.fatfs73 int "Maximum number of opened files"
83 int "Maximum number of opened directories"
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst99 RAM, or on a peripheral. The BLOB stream is opened with an access mode (read or write) before it's
106 Before the BLOB is read or written, the stream is opened by calling its
108 stream is always opened in write mode, and when used with a BLOB Transfer Client, it's always opened
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst22 Semihosting enables files on the host computer to be opened, read, and modified
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst31 In the opened window, choose ``Development Studio (default)``:
67 In the opened window:
/Zephyr-latest/soc/nordic/
DKconfig130 from being opened.
172 from being opened.
/Zephyr-latest/doc/contribute/
Dmodifying_contributions.rst26 * a developer pushes to a branch or pull request opened by another
Dbin_blobs.rst224 both CI ran when a new GitHub Pull Request is opened as well as any other
/Zephyr-latest/doc/develop/sca/
Dpolyspace.rst49 For an efficient review, the folder should be opened in the
/Zephyr-latest/doc/develop/languages/rust/
Dindex.rst97 The path printed at the end can be opened in a browser. This top level docs will be for your
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst104 #. A Pull Request must be opened that changes the corresponding entry in the
136 #. An :ref:`RFC issue <rfcs>` must be opened on GitHub with the following
167 opened on GitHub. It is left to the person proposing the change to decide
/Zephyr-latest/doc/develop/tools/
Dstm32cubeide.rst38 folder that is opened should have the ``CMakeLists.txt`` and ``prj.conf`` files.
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst60 Before registering an endpoint, the instance must be opened using the
/Zephyr-latest/doc/services/sensing/
Dindex.rst154 Clients using a :c:type:`sensing_sensor_handle_t` type handler to handle a opened sensor
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst104 - **SB21**, **SB45** and **R87** should be opened
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst444 project file can be opened and modified, and new implementation files
/Zephyr-latest/doc/project/
Dproject_roles.rst194 team to ensure that static analysis defects opened during a release
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst133 * File system: Added API to flush cache of an opened file.
Dmigration-guide-4.1.rst78 reading or writing is allowed on the pipe. The pipe can be re-opened by calling
Drelease-notes-3.4.rst1281 throughput when transferring data, the file is no longer opened and closed
1350 opened POSIX up to unique bugs and race conditions. Going forward, POSIX
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst142 garbage collect the sector after the newly opened one then erase it.
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst192 the best indication that host application has opened the tty device, Zephyr will

12