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

/xsrc/external/mit/xorg-server/dist/os/
H A Dospoll.c158 struct ospollfd *osfd, *tmp; local in function:ospoll_clean_deleted
160 xorg_list_for_each_entry_safe(osfd, tmp, &ospoll->deleted, deleted) {
161 xorg_list_del(&osfd->deleted);
162 free(osfd);
303 struct ospollfd *osfd; local in function:ospoll_add
306 osfd = calloc(1, sizeof (struct ospollfd));
307 if (!osfd)
316 free (osfd);
323 osfd->fd = fd;
324 osfd
338 struct ospollfd *osfd; local in function:ospoll_add
426 struct ospollfd *osfd = &ospoll->fds[pos]; local in function:ospoll_remove
434 struct ospollfd *osfd = ospoll->fds[pos]; local in function:ospoll_remove
444 struct ospollfd *osfd = ospoll->fds[pos]; local in function:ospoll_remove
467 epoll_mod(struct ospoll * ospoll,struct ospollfd * osfd) argument
480 epoll_mod(struct ospoll * ospoll,struct ospollfd * osfd) argument
515 struct ospollfd *osfd = ospoll->fds[pos]; local in function:ospoll_listen
539 struct ospollfd *osfd = &ospoll->fds[pos]; local in function:ospoll_mute
555 struct ospollfd *osfd = ospoll->fds[pos]; local in function:ospoll_mute
581 struct ospollfd *osfd = &ospoll->fds[pos]; local in function:ospoll_wait
616 struct ospollfd *osfd = ev->portev_user; local in function:ospoll_wait
645 struct ospollfd *osfd = ev->data.ptr; local in function:ospoll_wait
[all...]

Completed in 20 milliseconds