Home
last modified time | relevance | path

Searched full:pstore (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c1175 X509_STORE **pstore; in ssl_cert_set_cert_store() local
1181 pstore = &c->chain_store; in ssl_cert_set_cert_store()
1183 pstore = &c->verify_store; in ssl_cert_set_cert_store()
1184 X509_STORE_free(*pstore); in ssl_cert_set_cert_store()
1185 *pstore = store; in ssl_cert_set_cert_store()
1190 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() argument
1192 *pstore = (chain ? c->chain_store : c->verify_store); in ssl_cert_get_cert_store()
H A Dssl_local.h2600 __owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt6 is named "ramoops" after the backend, rather than "pstore" which is the
H A Dramoops.yaml12 is named "ramoops" after the backend, rather than "pstore" which is the
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c4142 struct pfsync_state_1301 *pstore, *p; in pfioctl() local
4154 pstore = mallocarray(slice_count, in pfioctl()
4162 p = pstore; in pfioctl()
4177 free(pstore, M_PF); in pfioctl()
4179 pstore = mallocarray(slice_count, in pfioctl()
4200 error = copyout(pstore, out, in pfioctl()
4203 free(pstore, M_PF); in pfioctl()
4210 free(pstore, M_PF); in pfioctl()
4218 struct pf_state_export *pstore, *p; in pfioctl() local
4235 pstore = mallocarray(slice_count, in pfioctl()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-hikey.dts36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4081 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 DSROA.cpp4586 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 Dficl.h869 FICL_WORD *pStore; member
H A Dwords.c4147 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 Dsctp_input.c3955 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 Dsqlite3.c53900 MemStore *pStore; /* The storage */ member
54024 MemStore *p = ((MemFile*)pFile)->pStore;
54071 MemStore *p = ((MemFile*)pFile)->pStore;
54113 MemStore *p = ((MemFile*)pFile)->pStore;
54145 MemStore *p = ((MemFile*)pFile)->pStore;
54171 MemStore *p = ((MemFile*)pFile)->pStore;
54183 MemStore *p = pThis->pStore;
54241 MemStore *p = pThis->pStore;
54278 MemStore *p = ((MemFile*)pFile)->pStore;
54329 MemStore *p = ((MemFile*)pFile)->pStore;
[all …]
/freebsd/share/misc/
H A Dpci_vendors25532 1056 Virtio 1.0 pstore device