Home
last modified time | relevance | path

Searched refs:O (Results 1 – 19 of 19) sorted by relevance

/components/libc/posix/io/
A DREADME.md5 | aio | Asynchronous I/O |
6 | mman | Memory-Mapped I/O |
7 | poll | Nonblocking I/O |
8 | stdio | Standard Input/Output I/O |
9 | termios | Terminal I/O |
/components/libc/posix/
A DKconfig4 bool "Enable POSIX file system and I/O"
16 bool "Enable standard I/O devices, e.g. STDOUT_FILENO"
21 bool "Enable I/O Multiplexing poll() <poll.h>"
26 bool "Enable I/O Multiplexing select() <sys/select.h>"
32 bool "Enable I/O event eventfd <sys/eventfd.h>"
39 bool "Enable I/O Multiplexing epoll <sys/epoll.h>"
57 bool "Enable I/O timerfd <sys/timerfd.h>"
62 bool "Enable BSD Socket I/O <sys/socket.h> <netdb.h>"
68 bool "Enable Terminal I/O <termios.h>"
73 bool "Enable Asynchronous I/O <aio.h>"
[all …]
/components/dfs/dfs_v2/filesystems/elmfat/
A D00readme.txt11 diskio.h Common include file for FatFs and disk I/O module.
12 diskio.c An example of glue function to attach existing disk I/O module to FatFs.
14 ffsystem.c An example of optional O/S related functions.
17 Low level disk I/O module is not included in this archive because the FatFs
19 storage device. You need to provide a low level disk I/O module written to
A D00history.txt214 Fixed a hard error in the disk I/O layer can collapse the directory entry.
/components/dfs/dfs_v1/filesystems/elmfat/
A D00readme.txt11 diskio.h Common include file for FatFs and disk I/O module.
12 diskio.c An example of glue function to attach existing disk I/O module to FatFs.
14 ffsystem.c An example of optional O/S related functions.
17 Low level disk I/O module is not included in this archive because the FatFs
19 storage device. You need to provide a low level disk I/O module written to
A D00history.txt214 Fixed a hard error in the disk I/O layer can collapse the directory entry.
/components/finsh/
A Dmsh_file.c960 int U = 1, G = 2, O = 4, ALL = 7; in cmd_chmod() local
980 user[num] |= O; in cmd_chmod()
1057 if (user[i] & O) in cmd_chmod()
1059 attr.st_mode |= mode[i] << off[user[i] & O]; in cmd_chmod()
1074 if (user[i] & O) in cmd_chmod()
1076 attr.st_mode &= ~(mode[i] << off[user[i] & O]); in cmd_chmod()
1093 if (user[i] & O) in cmd_chmod()
1095 attr.st_mode &= ~(7 << off[user[i] & O]); in cmd_chmod()
1096 attr.st_mode |= mode[i] << off[user[i] & O]; in cmd_chmod()
/components/lwp/terminal/
A DKconfig2 bool "Terminal I/O Subsystem"
/components/drivers/nvme/
A DKconfig9 int "Number of I/O Command queue"
/components/net/lwip/lwip-2.1.2/src/netif/
A DFILES17 protocol. It requires a sio (serial I/O) module to work.
/components/net/lwip/lwip-2.0.3/src/netif/
A DFILES18 protocol. It requires a sio (serial I/O) module to work.
/components/vbus/
A DKconfig11 through VBus with POSIX file I/O.
/components/net/lwip/lwip-1.4.1/src/netif/
A DFILES23 protocol. It requires a sio (serial I/O) module to work.
/components/lwp/
A DSConscript45 # Terminal I/O Subsystem
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP81 We are not parsing config file, all the filesystem I/O stuff were disabled
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP81 We are not parsing config file, all the filesystem I/O stuff were disabled
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt110 printf("status_cb: Invalid I/O device for PPP\n");
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt110 printf("status_cb: Invalid I/O device for PPP\n");
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG163 * netconn/sockets: vectorize netconn_write for TCP, treating a vectored I/O write

Completed in 19 milliseconds