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

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h40 Boolean fWrapped; // true if adding log entries wrapped past the printing ptr member in struct:IrDALogHdr
H A DIrDALog.c54 false // fWrapped
90 gIrDALog.fWrapped = true; // then we've wrapped past it
100 gIrDALog.fWrapped = true; // then we've wrapped past it
102 //if (gIrDALog.fWrappingEnabled == false && gIrDALog.fWrapped == true) // if not allowed to wrap
320 gIrDALog.fWrapped = false;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h39 Boolean fWrapped; // true if adding log entries wrapped past the printing ptr member in struct:IrDALogHdr
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp528 hdr->fTracingOn, hdr->fWrapped);
562 if (obj->fWrapped == false && // if we've not wrapped around and
571 printf("wrapped = %d\n", obj->fWrapped);
588 if (obj->fWrapped == false && // if we've not wrapped around and
597 printf("wrapped = %d\n", obj->fWrapped);
605 if (obj->fWrapped) { // if adding new entries wrapped over print index
662 obj->fWrapped = false; // reset wrapped flag
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DXTrace.h47 Boolean fWrapped; // true if adding log entries wrapped past the printing ptr member in struct:__anon79

Completed in 119 milliseconds