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

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h49 UInt32 eventLogSize; // size of the event log array member in struct:IrDALogInfo
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h47 UInt32 eventLogSize; // size of the event log array member in struct:IrDALogInfo
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp187 //ELG(info->eventLog, info->eventLogSize, 'irda', "info events");
194 if (biglen >= info->hdrSize + info->eventLogSize + info->msgBufferSize) {
204 ct = md->writeBytes(info->hdrSize, info->eventLog, info->eventLogSize);
205 if (ct != info->eventLogSize) ELG(-1, rc, 'irda', "write of events failed");
207 ct = md->writeBytes(info->hdrSize+info->eventLogSize, info->msgBuffer, info->msgBufferSize);
210 ELG(0, info->hdrSize+info->eventLogSize, 'irda', "wrote msgs at offset");
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DXTrace.h38 UInt32 eventLogSize; // number of bytes in the eventLog member in struct:__anon79
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp458 printf("log at 0x%lx, size %ld\n", (UInt32)info.eventLog, info.eventLogSize);
465 ok = DoRead(info.eventLog, local, info.eventLogSize);
467 local += info.eventLogSize;
511 char *msgs = (char *)&bigbuffer[info.hdrSize + info.eventLogSize];
518 printf("Events at 0x%lx, size %ld\n", (UInt32)info.eventLog, info.eventLogSize);

Completed in 115 milliseconds