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

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h51 UInt32 msgBufferSize; // size of above member in struct:IrDALogInfo
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h49 UInt32 msgBufferSize; // size of above member in struct:IrDALogInfo
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp188 //ELG(info->msgBuffer, info->msgBufferSize, 'irda', "info msg buf");
194 if (biglen >= info->hdrSize + info->eventLogSize + info->msgBufferSize) {
207 ct = md->writeBytes(info->hdrSize+info->eventLogSize, info->msgBuffer, info->msgBufferSize);
208 if (ct != info->msgBufferSize) ELG(-1, rc, 'irda', "write of msgs failed");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DXTrace.h40 UInt32 msgBufferSize; // number of bytes in above member in struct:__anon79
/macosx-10.9.5/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp459 printf("msgs at 0x%lx, size %ld\n", (UInt32)info.msgBuffer, info.msgBufferSize);
469 ok = DoRead(info.msgBuffer, local, info.msgBufferSize);
519 printf("Msgs at 0x%lx, size %ld\n", (UInt32)info.msgBuffer, info.msgBufferSize);

Completed in 70 milliseconds