| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| spiceqxl_smartcard.c | 44 SpiceWatch *watch; member in struct:XSpiceSmartcardCharDeviceInstance 81 smartcard_sin.qxl->core->watch_remove(smartcard_sin.watch); 84 smartcard_sin.watch = NULL; 118 smartcard_sin.watch = qxl->core->watch_add(smartcard_sin.fd, SPICE_WATCH_EVENT_READ, on_read_available, qxl);
|
| spiceqxl_main_loop.c | 212 SpiceWatch *watch = xnfalloc(sizeof(SpiceWatch)); local 214 DPRINTF(0, "adding %p, fd=%d at %d", watch, 216 watch->fd = fd; 217 watch->event_mask = event_mask; 218 watch->func = func; 219 watch->opaque = opaque; 220 watch->remove = FALSE; 221 ring_item_init(&watch->link); 222 ring_add(&watches, &watch->link); 224 return watch; 242 SpiceWatch *watch; local 283 SpiceWatch *watch; local 316 SpiceWatch *watch; local 348 SpiceWatch *watch = (SpiceWatch *)data; local 384 SpiceWatch *watch = xnfalloc(sizeof(SpiceWatch)); local [all...] |
| spiceqxl_audio.c | 62 SpiceWatch *watch; member in struct:fifo_data 303 if (f->watch) 304 qxl->core->watch_remove(f->watch); 305 f->watch = NULL; 315 if (f->watch) 316 qxl->core->watch_remove(f->watch); 317 f->watch = NULL; 362 if (f->watch || f->size == f->len || f->fd == -1) 365 f->watch = qxl->core->watch_add(f->fd, SPICE_WATCH_EVENT_READ, read_from_fifos, qxl); 424 f->watch = qxl->core->watch_add(f->fd, SPICE_WATCH_EVENT_READ, read_from_fifos, qxl) [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| XlibInt.c | 404 struct _XConnWatchInfo *watch; local 412 for (watch=dpy->conn_watchers, wd=info_list->watch_data; 413 watch; 414 watch=watch->next, wd++) { 415 (*watch->fn) (dpy, watch->client_data, fd, False, wd); 520 /* allocate new watch data */ 569 struct _XConnWatchInfo *watch; local 575 for (watch=dpy->conn_watchers; watch; watch=watch->next) [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| private.h | 224 unsigned int watch : 1; member in struct:_LispAtom
|