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

/macosx-10.10.1/ncurses-44/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.10.1/libdispatch-442.1.4/src/
H A Dio_internal.h128 TAILQ_ENTRY(dispatch_fd_entry_s) fd_list; member in struct:dispatch_fd_entry_s
H A Dio.c669 TAILQ_FOREACH(fdi, &_dispatch_io_fds[hash], fd_list) {
1244 TAILQ_FOREACH(fd_entry, &_dispatch_io_fds[hash], fd_list) {
1289 TAILQ_INSERT_TAIL(&_dispatch_io_fds[hash], fd_entry, fd_list);
1378 TAILQ_REMOVE(&_dispatch_io_fds[hash], fd_entry, fd_list);
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_io.c230 vsock_t *fd_list; variable
3931 while (fd_list != NULL)
3932 close_and_delete_fd_from_list(fd_list->fd);
3952 LINK_SLIST(fd_list, lsock, link);
3979 UNLINK_EXPR_SLIST(lsock, fd_list, fd ==

Completed in 151 milliseconds