/freebsd-src/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-src/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-src/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 3950 struct pfsync_state_1301 *pstore, *p; in pfioctl() 3962 pstore = mallocarray(slice_count, in pfioctl() 3970 p = pstore; in pfioctl() 3985 free(pstore, M_TEMP); in pfioctl() 3987 pstore = mallocarray(slice_count, in pfioctl() 4008 error = copyout(pstore, out, in pfioctl() 4016 free(pstore, M_TEMP); in pfioctl() 4024 struct pf_state_export *pstore, *p; in pfioctl() 4041 pstore = mallocarray(slice_count, in pfioctl() 4049 p = pstore; in pfioctl() 3704 struct pfsync_state_1301 *pstore, *p; pfioctl() local 3778 struct pf_state_export *pstore, *p; pfioctl() local 5356 struct pf_src_node *p, *pstore; pfioctl() local [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi6220-hikey.dts | 36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4081 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() 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 mergeConditionalStores() 4182 Value *PPHI = ensureValueAvailableInSuccessor(PStore in mergeConditionalStores() 4013 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); mergeConditionalStoreToAddress() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4586 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() 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() 4698 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4704 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 4708 << "): " << *PStore << "\n"); in presplitLoadsAndStores() 4544 StoreInst *PStore = IRB.CreateAlignedStore( presplitLoadsAndStores() local 4645 StoreInst *PStore = IRB.CreateAlignedStore( presplitLoadsAndStores() local
|
/freebsd-src/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-src/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-src/contrib/sqlite3/ |
H A D | sqlite3.c | [all...] |