Lines Matching defs:ospoll
72 struct ospoll { struct
74 struct ospollfd *fds; argument
93 struct ospoll { argument
95 struct ospollfd **fds; argument
113 struct ospoll { argument
115 struct ospollfd *osfds; argument
130 ospoll_find(struct ospoll *ospoll, int fd) in ospoll_find()
156 ospoll_clean_deleted(struct ospoll *ospoll) in ospoll_clean_deleted()
205 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); in ospoll_create() local
215 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); in ospoll_create() local
226 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); in ospoll_create() local
242 ospoll_destroy(struct ospoll *ospoll) in ospoll_destroy()
272 ospoll_add(struct ospoll *ospoll, int fd, in ospoll_add()
419 ospoll_remove(struct ospoll *ospoll, int fd) 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()
496 ospoll_listen(struct ospoll *ospoll, int fd, int xevents) in ospoll_listen()
533 ospoll_mute(struct ospoll *ospoll, int fd, int xevents) in ospoll_mute()
570 ospoll_wait(struct ospoll *ospoll, int timeout) in ospoll_wait()
697 ospoll_reset_events(struct ospoll *ospoll, int fd) in ospoll_reset_events()
726 ospoll_data(struct ospoll *ospoll, int fd) in ospoll_data()