Home
last modified time | relevance | path

Searched full:operations (Results 1 – 25 of 115) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c31 * Normal asynchronous notification shall occur for asynchronous I/O operations
36 * For requested operations that are successfully canceled, the associated error
38 * requested operations that are not successfully canceled, the aiocbp shall not
44 * Which operations are cancelable is implementation-defined.
81 * operation, as specified by the op argument, for I/O operations associated with
88 * option: If op is O_DSYNC, all currently queued I/O operations shall be completed
92 * option: If op is O_SYNC, all currently queued I/O operations shall be completed
95 * aio_fsync() fails, then outstanding I/O operations are not guaranteed to have
112 * Delivery when all operations have achieved synchronized I/O completion. All
211 * Simultaneous asynchronous operations using the same aiocbp produce undefined
[all …]
/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs_fs.h24 /* File system operations */
28 uint32_t flags; /* flags for file system operations */
30 /* operations for file */
52 const struct dfs_filesystem_ops *ops; /* Operations for file system type */
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_qspi.h129 * - Make sure that the memory device does not perform other operations like erasing or writing.
154 * Write, read, and erase operations check memory device busy state before starting the operation.
177 * Write, read, and erase operations check memory device busy state before starting the operation.
204 * Write, read, and erase operations check memory device busy state before starting the operation.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dxdr.h69 * which of the operations (ENCODE, DECODE * or FREE) is to be performed.
76 * In many cases the same code performs all operations on a user defined type,
82 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
107 * an operations vector for the particular implementation (e.g. see xdr_mem.c),
157 * Operations defined on a XDR handle
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Dio.h7 * 8, 16 and 32 bit, big and little endian I/O operations, with barrier.
9 * Read operations have additional twi & isync to make sure the read
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dutils.h1 /* utils.h - TinyCrypt interface to platform-dependent run-time operations */
35 * @brief Interface to platform-dependent run-time operations.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Ddfs_uffs.c56 does not allow specified operations, or given path is directory */ in uffs_result_to_dfs()
283 if (oflag & O_DIRECTORY) /* operations about dir */ in dfs_uffs_open()
317 /* regular file operations */ in dfs_uffs_open()
360 /* operations about dir */ in dfs_uffs_close()
366 /* regular file operations */ in dfs_uffs_close()
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dsystem_nrf9160.c83 /* Wait for pending NVMC operations to finish */ in SystemInit()
124 * operations are not used in your code. */ in SystemInit()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_gap.rst7 …(GAP) is responsible for all connecting, advertising, scanning, and connection updating operations.
H A Dble_hs.rst17 interface to the application for all BLE operations.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/
H A Ddfs_jffs2.c243 if (oflag & O_DIRECTORY) /* operations about dir */ in dfs_jffs2_open()
273 /* regular file operations */ in dfs_jffs2_open()
319 if (file->flags & O_DIRECTORY) /* operations about dir */ in dfs_jffs2_close()
330 /* regular file operations */ in dfs_jffs2_close()
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmtdnor.h23 const struct nor_ops *ops; /* operations interface */
H A Dmtd_nor.h27 /* operations interface */
H A Dpin.h22 /* pin device and operations for RT-Thread */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dfs-ecos.c43 // Filesystem operations
69 // File operations
85 // Directory operations
101 // we should never block in any filesystem operations.
132 // File operations.
133 // This set of file operations are used for normal open files.
153 // Directory file operations.
154 // This set of operations are used for open directories. Most entries
178 // Directory operations
331 // level operations to locate the object named by the pathname.
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dcache.h19 * Cache Operations
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dcache.h19 * Cache Operations
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dcache.h27 * Cache Operations
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_opts.h62 * Makes SNMP agent run in a worker thread, so blocking operations
71 * SNMP agent does not run in a worker thread, so blocking operations
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_opts.h62 * Makes SNMP agent run in a worker thread, so blocking operations
71 * SNMP agent does not run in a worker thread, so blocking operations
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h554 /** Specifies the set of permitted operations for this characteristic. */
603 /** Specifies the set of permitted operations for this descriptor. */
864 * o No GAP operations are active (advertise, discover, or connect).
879 * o No GAP operations are active (advertise, discover, or connect).
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_sync_cb.rst20 should delay all BLE operations until the sync callback has been called.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/port/sys/
H A Dstat.h120 /* Minimum number of operations in one list I/O call. */
123 /* Minimal number of outstanding asynchronous I/O operations. */
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Dutils.c1 /* utils.c - TinyCrypt platform-dependent run-time operations */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_ecc.h35 * \brief file handle operations

12345