Searched refs:O (Results 1 – 19 of 19) sorted by relevance
5 | 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 |
4 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 …]
11 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 FatFs19 storage device. You need to provide a low level disk I/O module written to
214 Fixed a hard error in the disk I/O layer can collapse the directory entry.
960 int U = 1, G = 2, O = 4, ALL = 7; in cmd_chmod() local980 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()
2 bool "Terminal I/O Subsystem"
9 int "Number of I/O Command queue"
17 protocol. It requires a sio (serial I/O) module to work.
18 protocol. It requires a sio (serial I/O) module to work.
11 through VBus with POSIX file I/O.
23 protocol. It requires a sio (serial I/O) module to work.
45 # Terminal I/O Subsystem
81 We are not parsing config file, all the filesystem I/O stuff were disabled
110 printf("status_cb: Invalid I/O device for PPP\n");
163 * netconn/sockets: vectorize netconn_write for TCP, treating a vectored I/O write
Completed in 19 milliseconds