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

/xsrc/external/mit/xorg-server/dist/os/
H A Dospoll.h70 void (*callback)(int fd, int xevents, void *data),
90 ospoll_listen(struct ospoll *ospoll, int fd, int xevents);
100 ospoll_mute(struct ospoll *ospoll, int fd, int xevents);
H A Dospoll.c65 int xevents; member in struct:ospollfd
68 void (*callback)(int fd, int xevents, void *data);
86 int xevents; member in struct:ospollfd
88 void (*callback)(int fd, int xevents, void *data);
274 void (*callback)(int fd, int xevents, void *data),
295 ospoll->fds[pos].xevents = 0;
324 osfd->xevents = 0;
370 osfd->xevents = 0;
470 if (osfd->xevents & X_NOTIFY_READ)
472 if (osfd->xevents
272 ospoll_add(struct ospoll * ospoll,int fd,enum ospoll_trigger trigger,void (* callback)(int fd,int xevents,void * data),void * data) argument
496 ospoll_listen(struct ospoll * ospoll,int fd,int xevents) argument
533 ospoll_mute(struct ospoll * ospoll,int fd,int xevents) argument
589 int xevents = 0; local in function:ospoll_wait
618 int xevents = 0; local in function:ospoll_wait
647 int xevents = 0; local in function:ospoll_wait
674 int xevents = 0; local in function:ospoll_wait
[all...]
H A Dinputthread.c174 InputReady(int fd, int xevents, void *data) argument
180 dev->readInputProc(fd, xevents, dev->readInputArgs);
H A Dconnection.c598 ClientReady(int fd, int xevents, void *data) argument
602 if (xevents & X_NOTIFY_ERROR) {
606 if (xevents & X_NOTIFY_READ)
608 if (xevents & X_NOTIFY_WRITE) {
808 HandleNotifyFd(int fd, int xevents, void *data) argument
811 n->notify(fd, xevents, n->data);
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A DMakefile.am9 xevents.c
H A DMakefile.in123 libXWinclipboard_la-xevents.lo
159 ./$(DEPDIR)/libXWinclipboard_la-xevents.Plo \
606 xevents.c
736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libXWinclipboard_la-xevents.Plo@am__quote@ # am--include-marker
788 libXWinclipboard_la-xevents.lo: xevents.c
789 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libXWinclipboard_la_CFLAGS) $(CFLAGS) -MT libXWinclipboard_la-xevents.lo -MD -MP -MF $(DEPDIR)/libXWinclipboard_la-xevents.Tpo -c -o libXWinclipboard_la-xevents.lo `test -f 'xevents
[all...]
/xsrc/external/mit/xterm/dist/
H A Dsvg.c98 xevents(xw);
172 xevents(xw);
250 xevents(xw);
253 xevents(xw);
276 xevents(xw);
278 xevents(xw);
285 xevents(xw);
H A Dhtml.c86 xevents(xw);
110 xevents(xw);
180 xevents(xw);
272 xevents(xw);
275 xevents(xw);
285 xevents(xw);
H A Dscrollbar.c237 xevents(xw);
H A Dmisc.c303 xevents(xw);
574 xevents(XtermWidget xw) function in typeref:typename:void
1787 xevents(xw);
1802 xevents(xw);
6500 xevents(term);
H A DTekproc.c850 xevents(tw->vt);
H A Dxterm.h1365 extern void xevents (XtermWidget /* xw */);
H A Dcharproc.c6456 xevents(xw);
6673 xevents(xw);
9610 xevents(xw);
9618 xevents(xw);
14078 xevents(xw);
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_main_loop.c346 static void watch_fd_notified(int fd, int xevents, void *data) argument
350 if ((watch->event_mask & SPICE_WATCH_EVENT_READ) && (xevents & X_NOTIFY_READ)) {
354 if ((watch->event_mask & SPICE_WATCH_EVENT_WRITE) && (xevents & X_NOTIFY_WRITE)) {

Completed in 41 milliseconds