Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 11 of 11) sorted by relevance

/components/libc/posix/io/poll/
A Dpoll.c258 static int poll_do(struct pollfd *fds, nfds_t nfds, struct rt_poll_table *pt, int msec) in poll_do()
347 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
/components/dfs/dfs_v1/include/
A Ddfs.h75 struct dfs_file **fds; member
/components/dfs/dfs_v2/include/
A Ddfs.h109 struct dfs_file **fds; member
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c2215 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan()
2306 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_inc_sockets_used()
2321 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_dec_sockets_used()
2336 #define lwip_poll_inc_sockets_used(fds, nfds) argument
2337 #define lwip_poll_dec_sockets_used(fds, nfds) argument
2341 lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout) in lwip_poll()
/components/net/sal/socket/
A Dnet_sockets.c771 int socketpair(int domain, int type, int protocol, int *fds) in socketpair()
/components/dfs/dfs_v1/src/
A Ddfs.c187 struct dfs_file **fds = NULL; in fd_slot_expand() local
/components/dfs/dfs_v2/src/
A Ddfs.c61 struct dfs_file **fds = NULL; in _fdt_slot_expand() local
/components/net/sal/src/
A Dsal_socket.c1084 int sal_socketpair(int domain, int type, int protocol, int *fds) in sal_socketpair()
/components/lwp/
A Dlwp_pid.c1643 struct dfs_file **fds; in _resr_cleanup() local
A Dlwp_syscall.c895 sysret_t sys_poll(struct pollfd *fds, nfds_t nfds, int timeout) in sys_poll()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h670 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) argument

Completed in 71 milliseconds