| /freebsd/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 …]
|
| /freebsd/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()
|
| /freebsd/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 | 100 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) argument 101 #define __set_bit(ix, pData) (*pData) |= (1<<(ix)) argument 102 #define __clear_bit(ix, pData) (*pData) &= ~(1<<(ix)) argument
|
| /freebsd/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 …]
|
| /freebsd/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()
|
| /freebsd/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()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | qat_compress.c | 80 buffer_inter->pBuffers->pData); in qat_dc_clean() 167 pData, 2 * QAT_MAX_BUF_SIZE); in qat_dc_init() 331 flat_buf_src->pData = kmap(page) + page_off; in qat_compress_impl() 350 flat_buf_dst->pData = kmap(page) + page_off; in qat_compress_impl() 370 flat_buf_dst->pData = kmap(page) + page_off; in qat_compress_impl() 390 buf_list_dst->pBuffers->pData += hdr_sz; in qat_compress_impl() 426 buf_list_src->pBuffers->pData += ZLIB_HEAD_SZ; in qat_compress_impl()
|
| H A D | qat_crypt.c | 370 flat_src_buf->pData = kmap(in_pages[in_page_num]) + in_page_off; in qat_crypt() 387 flat_dst_buf->pData = kmap(out_pages[out_page_num]) + in qat_crypt() 519 flat_src_buf->pData = kmap(in_pages[page_num]) + page_off; in qat_checksum()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 11245 unsigned char *pData, /* The serialized database content */ 12536 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup*, int nData, void *pData); 13219 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */ 13234 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */ 13251 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */ 13267 int (*xInputA)(void *pIn, void *pData, int *pnData), 13269 int (*xInputB)(void *pIn, void *pData, int *pnData), 13271 int (*xOutput)(void *pOut, const void *pData, int nData), 13275 int (*xInput)(void *pIn, void *pData, int *pnData), 13277 int (*xOutput)(void *pOut, const void *pData, int nData), [all …]
|
| H A D | shell.c | 2564 static void qrfLoadAlignment(qrfColData *pData, Qrf *p){ in qrfLoadAlignment() argument 2566 for(i=0; i<pData->nCol; i++){ in qrfLoadAlignment() 2567 pData->a[i].e = p->spec.eDfltAlign; in qrfLoadAlignment() 2571 pData->a[i].e = (ax & QRF_ALIGN_HMASK) | in qrfLoadAlignment() 2572 (pData->a[i].e & QRF_ALIGN_VMASK); in qrfLoadAlignment() 2576 pData->a[i].e = QRF_ALIGN_Right | in qrfLoadAlignment() 2577 (pData->a[i].e & QRF_ALIGN_VMASK); in qrfLoadAlignment() 2594 qrfColData *pData, /* Collected query results */ in qrfValidLayout() argument 2610 nr = (pData->n + nCol - 1)/nCol; in qrfValidLayout() 2611 for(i=0; i<pData->n; i++){ in qrfValidLayout() [all …]
|
| /freebsd/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()
|
| /freebsd/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() 1628 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacAlgChain_Perform() 1670 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacAlgChain_Perform() 2200 hashStateBufferInfo.pData = in LacAlgChain_Perform() 2262 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 | 629 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacDp_WriteRingMsgFull() 669 pHwBlockBaseInDRAM = (Cpa8U *)pCdInfo->pData; in LacDp_WriteRingMsgFull()
|
| /freebsd/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…
|
| /freebsd/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); \
|
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
| H A D | lac_sym_qat_hash.h | 71 Cpa8U *pData; member
|
| /freebsd/sys/dev/qat/qat_api/include/ |
| H A D | cpa.h | 135 Cpa8U *pData; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 836 const char *pData = nullptr; in emitSection() local 847 pData = data.data(); in emitSection() 883 memcpy(Addr, pData, DataSize); in emitSection() 898 << Name << " obj addr: " << format("%p", pData) in emitSection() 916 SectionEntry(Name, Addr, DataSize, Allocate, (uintptr_t)pData)); in emitSection()
|
| /freebsd/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()
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 3147 unsigned char *pData; in DbObjCmd() 3184 pData = sqlite3_malloc64( len ); in DbObjCmd() 3185 if( pData==0 && len>0 ){ in DbObjCmd() 3190 if( len>0 ) memcpy(pData, pBA, len); in DbObjCmd() 3196 xrc = sqlite3_deserialize(pDb->db, zSchema, pData, len, len, flags); in DbObjCmd() 3745 unsigned char *pData; in DbObjCmd() 3751 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY); in DbObjCmd() 3752 if( pData ){ in DbObjCmd() 3755 pData = sqlite3_serialize(pDb->db, zSchema, &sz, 0); in DbObjCmd() 3758 Tcl_SetObjResult(interp, Tcl_NewByteArrayObj(pData,sz)); in DbObjCmd() [all …]
|
| /freebsd/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()
|
| /freebsd/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | titypes.h | 308 void *pData; member
|