Home
last modified time | relevance | path

Searched refs:dataBuf (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaioctlcmd.c2470 forensicData->BufferType.dataBuf.directData, in siFatalErrorBuffer()
2471 forensicData->BufferType.dataBuf.directOffset, in siFatalErrorBuffer()
2472 forensicData->BufferType.dataBuf.directLen, in siFatalErrorBuffer()
2473 forensicData->BufferType.dataBuf.readLen )); in siFatalErrorBuffer()
2496 if(forensicData->BufferType.dataBuf.directOffset == 0) in siFatalErrorBuffer()
2531 if(forensicData->BufferType.dataBuf.directData) in siFatalErrorBuffer()
2533 …Root,saRoot->FatalBarLoc ,forensicData->BufferType.dataBuf.directData,forensicData->BufferType.dat… in siFatalErrorBuffer()
2535 saRoot->FatalBarLoc += forensicData->BufferType.dataBuf.directLen; in siFatalErrorBuffer()
2536 forensicData->BufferType.dataBuf.directOffset += forensicData->BufferType.dataBuf.directLen; in siFatalErrorBuffer()
2537 saRoot->ForensicLastOffset += forensicData->BufferType.dataBuf.directLen; in siFatalErrorBuffer()
[all …]
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdmisc.c543 forensicData.dataBuf.directLen = (8 * 1024); in tiCOMReset()
544 forensicData.dataBuf.directOffset = 0; /* current offset */ in tiCOMReset()
545 forensicData.dataBuf.readLen = 0; /* Data read */ in tiCOMReset()
547 forensicData.dataBuf.directData = DirectData; in tiCOMReset()
551 forensicData.dataBuf.readLen, in tiCOMReset()
552 forensicData.dataBuf.directLen, in tiCOMReset()
553 forensicData.dataBuf.directOffset)); in tiCOMReset()
555 if( forensicData.dataBuf.readLen == forensicData.dataBuf.directLen && !status && once) in tiCOMReset()
557 DirectData += forensicData.dataBuf.readLen; in tiCOMReset()
560 …Data type %d read 0x%x bytes\n", forensicData.DataType, forensicData.dataBuf.directOffset )); in tiCOMReset()
[all …]
HDtdioctl.c1959 … pForensicDataPayload->dataBuffer.directOffset = pForensicData->BufferType.dataBuf.directOffset; in ostiGetForensicDataIOCTLRsp()
1960 … pForensicDataPayload->dataBuffer.readLen = pForensicData->BufferType.dataBuf.readLen; in ostiGetForensicDataIOCTLRsp()
3070 ForensicData.BufferType.dataBuf.directLen = pForensicDataPayload->dataBuffer.directLen; in tdsaForensicDataGetIoctl()
3071 … ForensicData.BufferType.dataBuf.directOffset = pForensicDataPayload->dataBuffer.directOffset; in tdsaForensicDataGetIoctl()
3072 ForensicData.BufferType.dataBuf.readLen = pForensicDataPayload->dataBuffer.readLen; in tdsaForensicDataGetIoctl()
3073 …ForensicData.BufferType.dataBuf.directData = (void*)pForensicDataPayload->dataBuffer.directData; … in tdsaForensicDataGetIoctl()
3078 ForensicData.BufferType.dataBuf.readLen = pForensicDataPayload->gsmBuffer.readLen; in tdsaForensicDataGetIoctl()
/NextBSD/contrib/expat/lib/
HDxmlparse.c628 #define dataBuf (parser->m_dataBuf) macro
774 dataBuf = (XML_Char *)MALLOC(INIT_DATA_BUF_SIZE * sizeof(XML_Char)); in parserCreate()
775 if (dataBuf == NULL) { in parserCreate()
783 dataBufEnd = dataBuf + INIT_DATA_BUF_SIZE; in parserCreate()
790 FREE(dataBuf); in parserCreate()
1186 FREE(dataBuf); in XML_ParserFree()
2610 characterDataHandler(handlerArg, dataBuf, 0); in doContent()
2630 ICHAR *dataPtr = (ICHAR *)dataBuf; in doContent()
2632 characterDataHandler(handlerArg, dataBuf, in doContent()
2633 (int)(dataPtr - (ICHAR *)dataBuf)); in doContent()
[all …]
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsa.h1926 }dataBuf; member