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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp728 if (evg != 0) \
729 if (evg->logCursorUpdates) { \
736 if (evg != 0) \
737 if (evg->logCursorUpdates) { \
1452 p.x = evg->screenCursorFixed.x / 256; // Copy from shmem.
1453 p.y = evg->screenCursorFixed.y / 256;
1458 esp->instance->moveCursor(&p, evg->frame);
1462 esp->instance->showCursor(&p, evg->frame);
1724 evg->lastFrame = maxWaitCursorFrame;
1837 setCursorPosition((IOGPoint *)&evg
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/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.10/IOKitUser-1050.1.21/
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.10/IOKitUser-1050.1.21/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 284 milliseconds