Searched refs:fd_list (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_twait.c164 struct pollfd fd_list[MIN_FDS]; local
165 struct pollfd *fds = fd_list;
201 memset(fd_list, 0, sizeof(fd_list));
262 if (fds != fd_list)
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dio_internal.h128 TAILQ_ENTRY(dispatch_fd_entry_s) fd_list; member in struct:dispatch_fd_entry_s
H A Dio.c668 TAILQ_FOREACH(fdi, &_dispatch_io_fds[hash], fd_list) {
1243 TAILQ_FOREACH(fd_entry, &_dispatch_io_fds[hash], fd_list) {
1288 TAILQ_INSERT_TAIL(&_dispatch_io_fds[hash], fd_entry, fd_list);
1377 TAILQ_REMOVE(&_dispatch_io_fds[hash], fd_entry, fd_list);
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_io.c228 vsock_t *fd_list; variable
3895 while (fd_list != NULL)
3896 close_and_delete_fd_from_list(fd_list->fd);
3916 LINK_SLIST(fd_list, lsock, link);
3943 UNLINK_EXPR_SLIST(lsock, fd_list, fd ==

Completed in 87 milliseconds