Lines Matching refs:fd_info
98 struct fd_info { struct
111 struct fd_info *ed_fds; /* allocated fdi table */ argument
155 evpd->ed_fds = mm_calloc(DEFAULT_NFDS, sizeof(struct fd_info)); in evport_init()
213 struct fd_info *tmp; in grow()
220 tmp = mm_realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize); in grow()
225 (newsize - oldsize)*sizeof(struct fd_info)); in grow()
239 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate()
295 struct fd_info *fdi = NULL; in evport_dispatch()
329 struct fd_info *fdi; in evport_dispatch()
378 struct fd_info *fdi; in evport_add()
412 struct fd_info *fdi; in evport_del()