Lines Matching refs:ForensicData
3047 agsaForensicData_t ForensicData; in tdsaForensicDataGetIoctl() local
3061 osti_memset(&ForensicData, 0, sizeof(agsaForensicData_t)); in tdsaForensicDataGetIoctl()
3063 ForensicData.DataType = pForensicDataPayload->DataType; in tdsaForensicDataGetIoctl()
3065 switch (ForensicData.DataType) in tdsaForensicDataGetIoctl()
3069 ForensicData.BufferType.dataBuf.directLen = pForensicDataPayload->dataBuffer.directLen; in tdsaForensicDataGetIoctl()
3070 … ForensicData.BufferType.dataBuf.directOffset = pForensicDataPayload->dataBuffer.directOffset; in tdsaForensicDataGetIoctl()
3071 ForensicData.BufferType.dataBuf.readLen = pForensicDataPayload->dataBuffer.readLen; in tdsaForensicDataGetIoctl()
3072 …ForensicData.BufferType.dataBuf.directData = (void*)pForensicDataPayload->dataBuffer.directData; … in tdsaForensicDataGetIoctl()
3075 ForensicData.BufferType.gsmBuf.directLen = pForensicDataPayload->gsmBuffer.directLen; in tdsaForensicDataGetIoctl()
3076 ForensicData.BufferType.gsmBuf.directOffset = pForensicDataPayload->gsmBuffer.directOffset; in tdsaForensicDataGetIoctl()
3077 ForensicData.BufferType.dataBuf.readLen = pForensicDataPayload->gsmBuffer.readLen; in tdsaForensicDataGetIoctl()
3078 … ForensicData.BufferType.gsmBuf.directData = (void*)pForensicDataPayload->gsmBuffer.directData; in tdsaForensicDataGetIoctl()
3082 ForensicData.BufferType.queueBuf.directLen = pForensicDataPayload->queueBuffer.directLen; in tdsaForensicDataGetIoctl()
3084 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_IB_QUEUE; in tdsaForensicDataGetIoctl()
3085 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()
3086 … ForensicData.BufferType.queueBuf.directData = (void*)pForensicDataPayload->queueBuffer.directData; in tdsaForensicDataGetIoctl()
3089 ForensicData.BufferType.queueBuf.directLen = pForensicDataPayload->queueBuffer.directLen; in tdsaForensicDataGetIoctl()
3090 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_OB_QUEUE; in tdsaForensicDataGetIoctl()
3091 ForensicData.BufferType.queueBuf.queueIndex = pForensicDataPayload->queueBuffer.queueIndex; in tdsaForensicDataGetIoctl()
3092 … ForensicData.BufferType.queueBuf.directData = (void*)pForensicDataPayload->queueBuffer.directData; in tdsaForensicDataGetIoctl()
3101 if ( saGetForensicData(agRoot, agNULL, &ForensicData) != AGSA_RC_SUCCESS ) in tdsaForensicDataGetIoctl()