Searched refs:store (Results 201 - 225 of 379) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/fs/fusefs/
H A Dnotify.cc146 static void* store(void* arg) { function
402 ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno);
437 ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno);
H A Dmockfs.hh218 /* The store structure should be followed by the data to store */
219 fuse_notify_store_out store; member in union:fuse_payloads_out
402 * Send an asynchronous notification to store data directly into an
409 * @param off Offset at which to store data
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h347 ->store(Offset);
354 ->store(Entry);
363 ->store(Entry);
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp100 m_options.store(options, std::memory_order_relaxed);
102 m_channel.log_ptr.store(this, std::memory_order_relaxed);
112 m_channel.log_ptr.store(nullptr, std::memory_order_relaxed);
/freebsd-current/sys/netinet/
H A Dsctp_input.c533 union sctp_sockstore store; local
544 memset(&store, 0, sizeof(store));
549 store.sin.sin_family = cp->heartbeat.hb_info.addr_family;
550 store.sin.sin_len = cp->heartbeat.hb_info.addr_len;
551 store.sin.sin_port = stcb->rport;
552 memcpy(&store.sin.sin_addr, cp->heartbeat.hb_info.address,
553 sizeof(store.sin.sin_addr));
562 store.sin6.sin6_family = cp->heartbeat.hb_info.addr_family;
563 store
1967 union sctp_sockstore store; local
[all...]
/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql29 -- \file store/schema_v1.sql
101 -- should be able to store, e.g. build logs). To keep things simple the
248 -- While we could store the flattened values of the properties as provided
249 -- by the test case itself, we choose to store the processed, split
/freebsd-current/contrib/kyua/
H A DMakefile.am65 include store/Makefile.am.inc
77 KYUA_STOREDIR="$(abs_top_srcdir)/store" \
78 KYUA_STORETESTDATADIR="$(abs_top_srcdir)/store" \
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dkeyset.c39 * @page page_keyset Certificate store operations
41 * Type of certificates store:
98 * Open or creates a new hx509 certificate store.
101 * @param name name of the store, format is TYPE:type-specific-string,
102 * if NULL is used the MEMORY store is used.
106 * @param lock a lock that unlocks the certificates store, use NULL to
170 * Write the certificate store to stable storage.
173 * @param certs a certificate store to store.
175 * @param lock a lock that unlocks the certificates store, us
[all...]
/freebsd-current/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c183 /* Maybe lookup from store if by subject name */
386 X509_STORE *store, unsigned long flags)
415 return ocsp_verify_signer(signer, 0, store, flags,
385 OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp77 // (5) The 'store' is the same as the predecessor.
116 if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
/freebsd-current/lib/libc/amd64/string/
H A Dmemccpy.S157 movdqu %xmm0, 1(%rdi, %r8, 1) # store string tail
171 movdqu %xmm0, -15(%rdi, %rax, 1) # store string tail (incl. NUL)
/freebsd-current/contrib/bmake/mk/
H A Dmanifest.mk60 # as above and s is set to the name we store f as
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h262 NonLoc makeLazyCompoundVal(const StoreRef &store, argument
265 BasicVals.getLazyCompoundValData(store, region));
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp71 Contents->DepDirectives.store(new std::optional<DependencyDirectivesTy>());
79 Contents->DepDirectives.store(
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h46 _LIBCPP_HIDE_FROM_ABI void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
50 _LIBCPP_HIDE_FROM_ABI void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
/freebsd-current/contrib/kyua/cli/
H A Dcommon.cpp39 #include "store/layout.hpp"
61 namespace layout = store::layout;
117 /// transitional path to force the use of the stale ~/.kyua/store.db if it
126 const fs::path old_db = home.get() / ".kyua/store.db";
H A Dmain.cpp62 #include "store/exceptions.hpp"
314 } catch (const store::old_schema_error& e) {
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore_emem.c35 #include "store-int.h"
189 sp->store = emem_store;
/freebsd-current/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h81 CK_PR_FENCE(store, CK_PR_LWSYNCOP)
/freebsd-current/sys/contrib/ck/include/gcc/
H A Dck_pr.h123 * Load and store fences are equivalent to full fences in the GCC port.
141 CK_PR_FENCE(store)
237 * Atomic store-only binary operations.
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devrpc.c1033 struct evrpc_hook_meta *store = NULL; local
1036 if ((store = req->hook_meta) == NULL)
1037 store = req->hook_meta = evrpc_hook_meta_new_();
1048 TAILQ_INSERT_TAIL(&store->meta_data, meta, next);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp133 TableChecked.store(true, std::memory_order_relaxed);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp118 Initialized.store(true, std::memory_order_release);
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c84 mlx5e_tls_tag_import(void *arg, void **store, int cnt, int domain, int flags) argument
94 store[i] = ptag;
100 mlx5e_tls_tag_release(void *arg, void **store, int cnt) argument
108 ptag = store[i];
434 /* store pointer to mbuf tag */
H A Dmlx5_en_hw_tls_rx.c387 mlx5e_tls_rx_tag_import(void *arg, void **store, int cnt, int domain, int flags) argument
397 store[i] = ptag;
406 mlx5e_tls_rx_tag_release(void *arg, void **store, int cnt) argument
412 ptag = store[i];
757 /* store pointer to mbuf tag */
837 * database is such that it cannot store more than 1GByte of
880 /* store new entry */
891 /* store next TCP SN in host endian format */

Completed in 191 milliseconds

1234567891011>>