Lines Matching refs:ospollfd
63 struct ospollfd { struct
74 struct ospollfd *fds; argument
84 struct ospollfd { struct
95 struct ospollfd **fds; argument
106 struct ospollfd { struct
115 struct ospollfd *osfds; argument
158 struct ospollfd *osfd, *tmp; in ospoll_clean_deleted()
281 struct ospollfd *new_fds; in ospoll_add()
303 struct ospollfd *osfd; in ospoll_add()
306 osfd = calloc(1, sizeof (struct ospollfd)); in ospoll_add()
311 struct ospollfd **new_fds; in ospoll_add()
338 struct ospollfd *osfd; in ospoll_add()
344 osfd = calloc(1, sizeof (struct ospollfd)); in ospoll_add()
349 struct ospollfd **new_fds; in ospoll_add()
387 struct ospollfd *new_osfds; in ospoll_add()
426 struct ospollfd *osfd = &ospoll->fds[pos]; in ospoll_remove()
434 struct ospollfd *osfd = ospoll->fds[pos]; in ospoll_remove()
444 struct ospollfd *osfd = ospoll->fds[pos]; in ospoll_remove()
467 epoll_mod(struct ospoll *ospoll, struct ospollfd *osfd) in epoll_mod()
480 epoll_mod(struct ospoll *ospoll, struct ospollfd *osfd) in epoll_mod()
515 struct ospollfd *osfd = ospoll->fds[pos]; in ospoll_listen()
539 struct ospollfd *osfd = &ospoll->fds[pos]; in ospoll_mute()
555 struct ospollfd *osfd = ospoll->fds[pos]; in ospoll_mute()
581 struct ospollfd *osfd = &ospoll->fds[pos]; in ospoll_wait()
616 struct ospollfd *osfd = ev->portev_user; in ospoll_wait()
645 struct ospollfd *osfd = ev->data.ptr; in ospoll_wait()