Lines Matching refs:BufferParms
840 hpTraceBufferParms_t BufferParms; in tiCOMMgntIOCTL() local
843 BufferParms.TraceCompiled = 0; in tiCOMMgntIOCTL()
844 BufferParms.TraceWrap = 0; in tiCOMMgntIOCTL()
845 BufferParms.CurrentTraceIndexWrapCount = 0; in tiCOMMgntIOCTL()
846 BufferParms.BufferSize = 0; in tiCOMMgntIOCTL()
847 BufferParms.CurrentIndex = 0; in tiCOMMgntIOCTL()
848 BufferParms.pTrace = NULL; in tiCOMMgntIOCTL()
849 BufferParms.pTraceIndexWrapCount = NULL; in tiCOMMgntIOCTL()
850 BufferParms.pTraceMask = NULL; in tiCOMMgntIOCTL()
851 BufferParms.pCurrentTraceIndex = NULL; in tiCOMMgntIOCTL()
853 smTraceGetInfo(agRoot,&BufferParms); in tiCOMMgntIOCTL()
854 TI_DBG5(("tdReturnIOCTL_Info: pTrace %p\n",BufferParms.pTrace)); in tiCOMMgntIOCTL()
855 …5(("tdReturnIOCTL_Info: pCurrentTraceIndex %p %X\n",BufferParms.pCurrentTraceIndex,*BufferParms… in tiCOMMgntIOCTL()
856 …(("tdReturnIOCTL_Info: pTraceIndexWrapCount %p %X\n",BufferParms.pTraceIndexWrapCount,*BufferParm… in tiCOMMgntIOCTL()
857 …_DBG5(("tdReturnIOCTL_Info: pTraceMask %p %X\n",BufferParms.pTraceMask,*BufferParms.pTr… in tiCOMMgntIOCTL()
861 if( llist->TraceMask != *BufferParms.pTraceMask) in tiCOMMgntIOCTL()
869 *BufferParms.pCurrentTraceIndex = 0; in tiCOMMgntIOCTL()
872 *BufferParms.pCurrentTraceIndex = 0; in tiCOMMgntIOCTL()
873 *BufferParms.pTraceIndexWrapCount =0; in tiCOMMgntIOCTL()
874 llist->TraceMask = *BufferParms.pTraceMask; in tiCOMMgntIOCTL()
885 hpTraceBufferParms_t BufferParms; in tiCOMMgntIOCTL() local
890 BufferParms.TraceCompiled = 0; in tiCOMMgntIOCTL()
891 BufferParms.TraceWrap = 0; in tiCOMMgntIOCTL()
892 BufferParms.CurrentTraceIndexWrapCount = 0; in tiCOMMgntIOCTL()
893 BufferParms.BufferSize = 0; in tiCOMMgntIOCTL()
894 BufferParms.CurrentIndex = 0; in tiCOMMgntIOCTL()
895 BufferParms.pTrace = NULL; in tiCOMMgntIOCTL()
896 BufferParms.pTraceMask = NULL; in tiCOMMgntIOCTL()
898 smTraceGetInfo(agRoot,&BufferParms); in tiCOMMgntIOCTL()
900 llist->TraceCompiled = BufferParms.TraceCompiled; in tiCOMMgntIOCTL()
901 llist->BufferSize = BufferParms.BufferSize; in tiCOMMgntIOCTL()
902 llist->CurrentIndex = BufferParms.CurrentIndex ; in tiCOMMgntIOCTL()
903 llist->CurrentTraceIndexWrapCount = BufferParms.CurrentTraceIndexWrapCount; in tiCOMMgntIOCTL()
904 llist->TraceWrap = BufferParms.TraceWrap; in tiCOMMgntIOCTL()
905 if(BufferParms.pTraceMask != NULL) in tiCOMMgntIOCTL()
907 llist->TraceMask = *BufferParms.pTraceMask; in tiCOMMgntIOCTL()
919 hpTraceBufferParms_t BufferParms; in tiCOMMgntIOCTL() local
922 BufferParms.TraceCompiled = 0; in tiCOMMgntIOCTL()
923 BufferParms.TraceWrap = 0; in tiCOMMgntIOCTL()
924 BufferParms.CurrentTraceIndexWrapCount = 0; in tiCOMMgntIOCTL()
925 BufferParms.BufferSize = 0; in tiCOMMgntIOCTL()
926 BufferParms.CurrentIndex = 0; in tiCOMMgntIOCTL()
927 BufferParms.pTrace = NULL; in tiCOMMgntIOCTL()
928 smTraceGetInfo(agRoot,&BufferParms); in tiCOMMgntIOCTL()
941 if(llist->BufferOffsetBegin + FetchBufferSIZE > BufferParms.BufferSize ) in tiCOMMgntIOCTL()
947 llist->Data[c] = *(BufferParms.pTrace+( c + llist->BufferOffsetBegin)); in tiCOMMgntIOCTL()