Searched refs:evg (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSystem.cpp739 if (evg != 0) \
740 if (evg->logCursorUpdates) { \
747 if (evg != 0) \
748 if (evg->logCursorUpdates) { \
1446 p.x = evg->screenCursorFixed.x / 256; // Copy from shmem.
1447 p.y = evg->screenCursorFixed.y / 256;
1452 esp->instance->moveCursor(&p, evg->frame);
1456 esp->instance->showCursor(&p, evg->frame);
1718 evg->lastFrame = maxWaitCursorFrame;
1831 setCursorPosition((IOGPoint *)&evg
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h119 volatile EvGlobals *evg; // Pointer to EvGlobals (shmem) member in class:IOHIDSystem
H A Dev_private.h84 /* Bits in evg->eventFlags owned by keyboard devices */
98 (eventsOpen && (((EvGlobals*)evg)->LLEHead != ((EvGlobals*)evg)->LLETail))
/macosx-10.9.5/IOKitUser-907.100.13/
H A DTests.c50 EvGlobals * evg; variable
304 printf(", hidshmem mapped @ %x\n", kr, evg );
395 evg = (EvGlobals *)
398 assert( sizeof( EvGlobals) == evg->structSize );
414 printf(", hidshmem mapped @ %x\n", evg );
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DWSTests.c52 EvGlobals * evg; variable
381 printf(", hidshmem mapped @ %x\n", kr, evg );
488 evg = (EvGlobals *)
491 assert( sizeof( EvGlobals) == evg->structSize );
507 printf(", hidshmem mapped @ %x\n", kr, evg );

Completed in 245 milliseconds