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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2334 NXEQElement * theTail = (NXEQElement *) &evg->lleq[evg->LLETail]; local
2360 IOHID_DEBUG(kIOHIDDebugCode_PostEvent, what, theHead, theTail, sender);
2363 && (theHead != theTail)
2375 else if (theTail->next != evg->LLEHead) {
2377 theTail->event.type = what;
2379 // theTail->event.service_id = (uintptr_t)sender;
2380 theTail->event.service_id = 0;
2384 theTail->event.service_id = altSender->unsigned64BitValue();
2389 theTail->event.service_id = (uintptr_t)entry->getRegistryEntryID();
2392 theTail
[all...]

Completed in 136 milliseconds