| /src/sys/kern/ |
| H A D | kern_ubsan.c | 281 void __ubsan_handle_add_overflow(struct COverflowData *pData, unsigned long ulLHS, unsigned long ul… 282 void __ubsan_handle_add_overflow_abort(struct COverflowData *pData, unsigned long ulLHS, unsigned l… 283 void __ubsan_handle_alignment_assumption(struct CAlignmentAssumptionData *pData, unsigned long ulPo… 284 void __ubsan_handle_alignment_assumption_abort(struct CAlignmentAssumptionData *pData, unsigned lon… 285 void __ubsan_handle_builtin_unreachable(struct CUnreachableData *pData); 286 void __ubsan_handle_cfi_bad_type(struct CCFICheckFailData *pData, unsigned long ulVtable, bool bVal… 287 void __ubsan_handle_cfi_check_fail(struct CCFICheckFailData *pData, unsigned long ulValue, unsigned… 288 void __ubsan_handle_cfi_check_fail_abort(struct CCFICheckFailData *pData, unsigned long ulValue, un… 289 void __ubsan_handle_divrem_overflow(struct COverflowData *pData, unsigned long ulLHS, unsigned long… 290 void __ubsan_handle_divrem_overflow_abort(struct COverflowData *pData, unsigned long ulLHS, unsigne… [all …]
|
| /src/crypto/krb5/src/ccapi/common/win/ |
| H A D | tls.c | 65 struct tspdata* pData; // The stored memory pointer in GetTspData() local 67 pData = (struct tspdata*)TlsGetValue(dwTlsIndex); in GetTspData() 68 if (pData == NULL) { in GetTspData() 69 pData = malloc(sizeof(*pData)); in GetTspData() 70 if (pData == NULL) in GetTspData() 72 memset(pData, 0, sizeof(*pData)); in GetTspData() 73 TlsSetValue(dwTlsIndex, pData); in GetTspData() 75 (*pdw) = pData; in GetTspData()
|
| /src/sys/netpfil/ipfw/ |
| H A D | dn_sched_prio.c | 59 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) argument 60 #define __set_bit(ix, pData) (*pData) |= (1<<(ix)) argument 61 #define __clear_bit(ix, pData) (*pData) &= ~(1<<(ix)) argument 65 #define __clear_bit(ix, pData) (*pData) &= ~(1<<(ix)) argument
|
| H A D | dn_sched_qfq.c | 115 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) argument 116 #define __set_bit(ix, pData) (*pData) |= (1<<(ix)) argument 117 #define __clear_bit(ix, pData) (*pData) &= ~(1<<(ix)) argument 122 #define __clear_bit(ix, pData) (*pData) &= ~(1<<(ix)) argument
|
| /src/sys/dev/qat/qat_api/common/crypto/sym/key/ |
| H A D | lac_sym_key.c | 730 LAC_CHECK_NULL_PARAM(pGeneratedMaskBuffer->pData); in LacSymKey_MgfCommon() 731 LAC_CHECK_NULL_PARAM(pKeyGenMgfOpData->seedBuffer.pData); in LacSymKey_MgfCommon() 810 contentDescInfo.pData = pCookie->contentDesc; in LacSymKey_MgfCommon() 821 pKeyGenMgfOpData->seedBuffer.pData)); in LacSymKey_MgfCommon() 830 pGeneratedMaskBuffer->pData)); in LacSymKey_MgfCommon() 1151 status = qatUtilsHashMD5Full(secret->pData, in computeHashKey() 1152 hash->pData, in computeHashKey() 1156 status = qatUtilsHashSHA1Full(secret->pData, in computeHashKey() 1157 hash->pData, in computeHashKey() 1161 status = qatUtilsHashSHA256Full(secret->pData, in computeHashKey() [all …]
|
| /src/sys/dev/qat/qat_api/common/utils/ |
| H A D | lac_buffer_desc.c | 127 (LAC_ARCH_UINT)(pCurrClientFlatBuffer->pData)); in LacBuffDesc_CommonBufferListDescWrite() 132 (*pService), pCurrClientFlatBuffer->pData)); in LacBuffDesc_CommonBufferListDescWrite() 248 (LAC_ARCH_UINT)(pCurrClientFlatBuffer->pData)); in LacBuffDesc_BufferListDescWriteAndGetSize() 253 (*pService), pCurrClientFlatBuffer->pData)); in LacBuffDesc_BufferListDescWriteAndGetSize() 278 LAC_CHECK_NULL_PARAM(pUserFlatBuffer->pData); in LacBuffDesc_FlatBufferVerify() 287 if (!LAC_ADDRESS_ALIGNED(pUserFlatBuffer->pData, in LacBuffDesc_FlatBufferVerify() 312 LAC_CHECK_NULL_PARAM(pUserFlatBuffer->pData); in LacBuffDesc_FlatBufferVerifyNull() 317 if (!LAC_ADDRESS_ALIGNED(pUserFlatBuffer->pData, in LacBuffDesc_FlatBufferVerifyNull() 449 pZero = (Cpa8U *)pBuffer->pData + offset; in LacBuffDesc_BufferListZeroFromOffset()
|
| /src/sys/dev/qat/qat_api/common/compression/ |
| H A D | dc_header_footer.c | 41 LAC_CHECK_NULL_PARAM(pDestBuff->pData); in cpaDcGenerateHeader() 59 Cpa8U *pDest = pDestBuff->pData; in cpaDcGenerateHeader() 96 Cpa8U *pDest = pDestBuff->pData; in cpaDcGenerateHeader() 167 LAC_CHECK_NULL_PARAM(pDestBuff->pData); in cpaDcGenerateFooter() 184 Cpa8U *pDest = pDestBuff->pData; in cpaDcGenerateFooter() 214 Cpa8U *pDest = pDestBuff->pData; in cpaDcGenerateFooter()
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | qat_compress.c | 90 buffer_inter->pBuffers->pData); in qat_dc_clean() 177 pData, 2 * QAT_MAX_BUF_SIZE); in qat_dc_init() 341 flat_buf_src->pData = kmap(page) + page_off; in qat_compress_impl() 360 flat_buf_dst->pData = kmap(page) + page_off; in qat_compress_impl() 380 flat_buf_dst->pData = kmap(page) + page_off; in qat_compress_impl() 400 buf_list_dst->pBuffers->pData += hdr_sz; in qat_compress_impl() 436 buf_list_src->pBuffers->pData += ZLIB_HEAD_SZ; in qat_compress_impl()
|
| H A D | qat_crypt.c | 380 flat_src_buf->pData = kmap(in_pages[in_page_num]) + in_page_off; in qat_crypt() 397 flat_dst_buf->pData = kmap(out_pages[out_page_num]) + in qat_crypt() 529 flat_src_buf->pData = kmap(in_pages[page_num]) + page_off; in qat_checksum()
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.h | 11026 unsigned char *pData, /* The serialized database content */ 12246 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup*, int nData, void *pData); 12888 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */ 12903 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */ 12919 int (*xInputA)(void *pIn, void *pData, int *pnData), 12921 int (*xInputB)(void *pIn, void *pData, int *pnData), 12923 int (*xOutput)(void *pOut, const void *pData, int nData), 12927 int (*xInput)(void *pIn, void *pData, int *pnData), 12929 int (*xOutput)(void *pOut, const void *pData, int nData), 12934 int (*xInput)(void *pIn, void *pData, int *pnData), [all …]
|
| H A D | shell.c | 8343 sqlite3_value *pData, /* Data to write */ in writeFile() argument 8350 const char *zTo = (const char*)sqlite3_value_text(pData); in writeFile() 8378 z = (const char*)sqlite3_value_blob(pData); in writeFile() 8380 sqlite3_int64 n = fwrite(z, 1, sqlite3_value_bytes(pData), out); in writeFile() 8381 nWrite = sqlite3_value_bytes(pData); in writeFile() 11613 const u8 *pData, in zipfileAppendEntry() argument 11624 rc = zipfileAppendData(pTab, pData, nData); in zipfileAppendEntry() 11791 const u8 *pData = 0; /* Pointer to buffer containing content */ in zipfileUpdate() local 11851 pData = aIn; in zipfileUpdate() 11863 pData = pFree; in zipfileUpdate() [all …]
|
| H A D | sqlite3.c | 11345 unsigned char *pData, /* The serialized database content */ 12565 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup*, int nData, void *pData); 13207 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */ 13222 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */ 13238 int (*xInputA)(void *pIn, void *pData, int *pnData), 13240 int (*xInputB)(void *pIn, void *pData, int *pnData), 13242 int (*xOutput)(void *pOut, const void *pData, int nData), 13246 int (*xInput)(void *pIn, void *pData, int *pnData), 13248 int (*xOutput)(void *pOut, const void *pData, int nData), 13253 int (*xInput)(void *pIn, void *pData, int *pnData), [all …]
|
| /src/contrib/opencsd/decoder/source/pkt_printers/ |
| H A D | raw_frame_printer.cpp | 85 void RawFramePrinter::createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, … in createDataString() argument 97 oss << std::hex << std::setw(2) << std::setfill('0') << (uint32_t)pData[i] << " "; in createDataString()
|
| /src/sys/dev/qat/qat_api/common/crypto/sym/ |
| H A D | lac_sym_alg_chain.c | 99 Cpa8U *pCurrData = pBufferList->pBuffers[i].pData; in LacSymAlgChain_PtrFromOffsetGet() 455 (Cpa8U *)pSessionDesc->contentDescInfo.pData; in LacAlgChain_SessionAADUpdate() 509 pCipherKeyField = (Cpa8U *)pCdInfo->pData + cipherConfigOffset + in LacAlgChain_SessionCipherKeyUpdate() 577 pHwBlockBaseInDRAM = (Cpa8U *)pSessionDesc->contentDescInfo.pData; in LacAlgChain_SessionAuthKeyUpdate() 1197 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacAlgChain_SessionInit() 1207 (Cpa8U *)pCdInfoOptimised->pData; in LacAlgChain_SessionInit() 1629 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacAlgChain_Perform() 1671 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacAlgChain_Perform() 2193 hashStateBufferInfo.pData = in LacAlgChain_Perform() 2255 hashStateBufferInfo.pData = in LacAlgChain_Perform() [all …]
|
| H A D | lac_sym_api.c | 618 pSessionDesc->contentDescInfo.pData = (Cpa8U *)pSessionDesc; in LacSym_InitSession() 622 pSessionDesc->contentDescOptimisedInfo.pData = in LacSym_InitSession()
|
| H A D | lac_sym_dp.c | 627 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacDp_WriteRingMsgFull() 667 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacDp_WriteRingMsgFull()
|
| /src/contrib/opencsd/decoder/include/pkt_printers/ |
| H A D | raw_frame_printer.h | 58 …void createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, std::string &dat…
|
| /src/sys/dev/qat/qat_api/common/include/ |
| H A D | sal_qat_cmn_msg.h | 55 void *pData; member
|
| H A D | lac_common.h | 275 LAC_CHECK_NULL_PARAM((pFlatBuffer)->pData); \
|
| /src/sys/dev/qat/qat_api/common/crypto/sym/include/ |
| H A D | lac_sym_qat_hash.h | 71 Cpa8U *pData; member
|
| /src/sys/dev/qat/qat_api/include/ |
| H A D | cpa.h | 135 Cpa8U *pData; member
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 833 const char *pData = nullptr; in emitSection() local 844 pData = data.data(); in emitSection() 880 memcpy(Addr, pData, DataSize); in emitSection() 895 << Name << " obj addr: " << format("%p", pData) in emitSection() 913 SectionEntry(Name, Addr, DataSize, Allocate, (uintptr_t)pData)); in emitSection()
|
| /src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2714 unsigned char *pData; in DbObjCmd() 2751 pData = sqlite3_malloc64( len ); in DbObjCmd() 2752 if( pData==0 && len>0 ){ in DbObjCmd() 2757 if( len>0 ) memcpy(pData, pBA, len); in DbObjCmd() 2763 xrc = sqlite3_deserialize(pDb->db, zSchema, pData, len, len, flags); in DbObjCmd() 3297 unsigned char *pData; in DbObjCmd() 3303 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY); in DbObjCmd() 3304 if( pData ){ in DbObjCmd() 3307 pData = sqlite3_serialize(pDb->db, zSchema, &sz, 0); in DbObjCmd() 3310 Tcl_SetObjResult(interp, Tcl_NewByteArrayObj(pData,sz)); in DbObjCmd() [all …]
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | softp11.c | 1496 CK_BYTE_PTR pData, in C_Sign() argument 1524 if (pData == NULL_PTR) { in C_Sign() 1546 data.data = pData; in C_Sign() 1629 CK_BYTE_PTR pData, in C_Verify() argument 1659 sig.data = pData; in C_Verify()
|
| /src/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
| H A D | lac_sym_qat_hash.c | 818 (Cpa8U *)(pHashStateBuf->pData) + in LacSymQat_HashStatePrefixAadBufferPopulate() 836 (Cpa8U *)pHashStateBuf->pData + in LacSymQat_HashStatePrefixAadBufferPopulate()
|