/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert.c | 984 X509_STORE **pstore; in ssl_cert_set_cert_store() local 986 pstore = &c->chain_store; in ssl_cert_set_cert_store() 988 pstore = &c->verify_store; in ssl_cert_set_cert_store() 989 X509_STORE_free(*pstore); in ssl_cert_set_cert_store() 990 *pstore = store; in ssl_cert_set_cert_store() 996 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() argument 998 *pstore = (chain ? c->chain_store : c->verify_store); in ssl_cert_get_cert_store()
|
H A D | ssl_local.h | 2433 __owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | ramoops.txt | 6 is named "ramoops" after the backend, rather than "pstore" which is the
|
H A D | ramoops.yaml | 12 is named "ramoops" after the backend, rather than "pstore" which is the
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 3940 struct pfsync_state_1301 *pstore, *p; in pfioctl() local 3952 pstore = mallocarray(slice_count, in pfioctl() 3960 p = pstore; in pfioctl() 3975 free(pstore, M_TEMP); in pfioctl() 3977 pstore = mallocarray(slice_count, in pfioctl() 3998 error = copyout(pstore, out, in pfioctl() 4006 free(pstore, M_TEMP); in pfioctl() 4014 struct pf_state_export *pstore, *p; in pfioctl() local 4031 pstore = mallocarray(slice_count, in pfioctl() 4039 p = pstore; in pfioctl() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi6220-hikey.dts | 36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4081 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local 4083 if (!PStore || !QStore) in mergeConditionalStoreToAddress() 4087 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress() 4088 PStore->getValueOperand()->getType() != in mergeConditionalStoreToAddress() 4098 // operations between PStore and the end of its parent block. in mergeConditionalStoreToAddress() 4113 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress() 4115 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 4154 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress() 4182 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress() 4183 PStore->getParent()); in mergeConditionalStoreToAddress() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4586 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4593 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4598 PStore->setAAMetadata( in presplitLoadsAndStores() 4600 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores() 4691 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4698 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4704 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 4708 << "): " << *PStore << "\n"); in presplitLoadsAndStores()
|
/freebsd/stand/ficl/ |
H A D | ficl.h | 869 FICL_WORD *pStore; member
|
H A D | words.c | 4147 assert(pVM->pSys->pStore); in toValue() 4162 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pStore)); in toValue() 4866 pSys->pStore = in ficlCompileCore()
|
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 3955 struct sctp_paramhdr pstore; in sctp_handle_stream_reset() local 4006 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore); in sctp_handle_stream_reset()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 52952 MemStore *pStore; /* The storage */ 53076 MemStore *p = ((MemFile*)pFile)->pStore; 53123 MemStore *p = ((MemFile*)pFile)->pStore; 53165 MemStore *p = ((MemFile*)pFile)->pStore; 53197 MemStore *p = ((MemFile*)pFile)->pStore; 53223 MemStore *p = ((MemFile*)pFile)->pStore; 53235 MemStore *p = pThis->pStore; 53293 MemStore *p = pThis->pStore; 53330 MemStore *p = ((MemFile*)pFile)->pStore; 53381 MemStore *p = ((MemFile*)pFile)->pStore; [all …]
|