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

/xsrc/external/mit/xfs/dist/difs/
H A Ddifsutils.c222 /* block & wakeup handlers */
231 static BlockHandlerPtr handlers; variable in typeref:typename:BlockHandlerPtr
250 (*handlers[i].BlockHandler) (handlers[i].blockData);
253 if (handlers[i].deleted) {
255 handlers[j] = handlers[j + 1];
274 (*handlers[i].WakeupHandler) (handlers[i].blockData,
278 if (handlers[
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c369 static BlockHandlerPtr handlers; variable in typeref:typename:BlockHandlerPtr
387 if (!handlers[i].deleted)
388 (*handlers[i].BlockHandler) (handlers[i].blockData, pTimeout);
398 if (handlers[i].deleted) {
400 handlers[j] = handlers[j + 1];
426 if (!handlers[i].deleted)
427 (*handlers[i].WakeupHandler) (handlers[
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixutils.c366 static BlockHandlerPtr handlers; variable in typeref:typename:BlockHandlerPtr
388 (*handlers[i].BlockHandler) (handlers[i].blockData,
393 if (handlers[i].deleted)
396 handlers[j] = handlers[j+1];
418 (*handlers[i].WakeupHandler) (handlers[i].blockData,
427 if (handlers[i].deleted)
430 handlers[
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmieq.c77 mieqHandler handlers[128]; /* custom event handler */ member in struct:_EventQueue
110 miEventQueue.handlers[i] = NULL;
141 * handlers and regular code, make sure the signal is suspended when
245 if (handler && miEventQueue.handlers[event])
247 "event %d\n", miEventQueue.handlers[event], handler, event);
249 miEventQueue.handlers[event] = handler;
380 handler = miEventQueue.handlers[event->any.type];
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiproperty.c547 new_handler->next = dev->properties.handlers;
548 dev->properties.handlers = new_handler;
558 curr = dev->properties.handlers;
568 dev->properties.handlers = curr->next;
614 * including removing all device handlers.
632 /* Now free all handlers */
633 curr_handler = device->properties.handlers;
640 device->properties.handlers = NULL;
660 /* Ask handlers if we may delete the property */
661 if (device->properties.handlers) {
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmieq.c85 mieqHandler handlers[128]; /* custom event handler */ member in struct:_EventQueue
296 if (handler && miEventQueue.handlers[event] != handler)
298 "event %d\n", miEventQueue.handlers[event], handler, event);
300 miEventQueue.handlers[event] = handler;
462 handler = miEventQueue.handlers[event->any.type];
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiproperty.c562 new_handler->next = dev->properties.handlers;
563 dev->properties.handlers = new_handler;
573 curr = dev->properties.handlers;
584 dev->properties.handlers = curr->next;
630 * including removing all device handlers.
648 /* Now free all handlers */
649 curr_handler = device->properties.handlers;
657 device->properties.handlers = NULL;
677 /* Ask handlers if we may delete the property */
678 if (device->properties.handlers)
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c912 g_assert(dev.properties.handlers->id == 3);
914 g_assert(dev.properties.handlers->id == 2);
916 g_assert(dev.properties.handlers->id == 1);
918 g_assert(dev.properties.handlers == NULL);
927 g_assert(dev.properties.handlers->next->next->next == NULL);
929 g_assert(dev.properties.handlers->next->next == NULL);
931 g_assert(dev.properties.handlers->next == NULL);
933 g_assert(dev.properties.handlers == NULL);
943 g_assert(dev.properties.handlers == NULL);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxorg-config.h.in136 /* Use SIGIO handlers for input device events by default */
H A Dinputstr.h553 XIPropertyHandlerPtr handlers; /* NULL-terminated */ member in struct:_DeviceIntRec::__anon966b2d4b0608
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c1070 assert(dev.properties.handlers->id == 3);
1072 assert(dev.properties.handlers->id == 2);
1074 assert(dev.properties.handlers->id == 1);
1076 assert(dev.properties.handlers == NULL);
1085 assert(dev.properties.handlers->next->next->next == NULL);
1087 assert(dev.properties.handlers->next->next == NULL);
1089 assert(dev.properties.handlers->next == NULL);
1091 assert(dev.properties.handlers == NULL);
1101 assert(dev.properties.handlers == NULL);
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc80 function from various places (usually event handlers for menu selections
209 and all the f.function handlers takes. It's also used in some backend
210 functions the handlers call. Commonly these are cases where several
226 the set of args we pass around function execution and handlers.
/xsrc/external/mit/xorg-server/dist/include/
H A Dinputstr.h619 XIPropertyHandlerPtr handlers; /* NULL-terminated */ member in struct:_DeviceIntRec::__anon6930895e0408
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.1.rst103 - gallium/u_queue: fix a crash with atexit handlers
H A D13.0.6.rst133 - gallium/u_queue: fix a crash with atexit handlers
H A D21.0.0.rst2443 - zink: add handlers for some bitfield ops in ntv
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac463 [Enable SIGIO input handlers by default (default: $USE_SIGIO_BY_DEFAULT)]),
877 [Use SIGIO handlers for input device events by default])
H A Dconfigure1906 Enable SIGIO input handlers by default (default: $USE_SIGIO_BY_DEFAULT)
28652 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
28653 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
[all...]
/xsrc/external/mit/xmh/dist/
H A Dconfigure12194 also munge signal handlers in the parent. To detect this,

Completed in 65 milliseconds