Lines Matching refs:fd_info
99 struct fd_info { struct
113 struct fd_info *ed_fds; /* allocated fdi table */ argument
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info)); in evport_init()
198 struct fd_info *fdi; in check_evportop()
237 struct fd_info *tmp; in grow()
244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize); in grow()
249 (newsize - oldsize)*sizeof(struct fd_info)); in grow()
263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate()
319 struct fd_info *fdi = NULL; in evport_dispatch()
352 struct fd_info *fdi; in evport_dispatch()
403 struct fd_info *fdi; in evport_add()
445 struct fd_info *fdi; in evport_del()