Searched refs:store (Results 76 - 100 of 379) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h50 void store(T *Value) { return (void)exchange(Value); } function in class:llvm::LazyAtomicPointer
115 // Try to mark as busy, then generate and store a new value.
120 Storage.store(Raw);
148 store(nullptr);
152 store(RHS);
156 store(RHS.load());
/freebsd-current/contrib/kyua/drivers/
H A Drun_tests.cpp43 #include "store/write_backend.hpp"
44 #include "store/write_transaction.hpp"
84 /// Puts a test program in the store and returns its identifier.
89 /// TODO(jmmv): It's possible that the store module should offer this
93 /// \param [in,out] tx Writable transaction on the store.
99 store::write_transaction& tx,
118 /// \param [in,out] tx Writable transaction where to store the result data.
122 store::write_transaction& tx)
163 /// store.
167 store
[all...]
H A Dscan_results_test.cpp41 #include "store/exceptions.hpp"
42 #include "store/read_transaction.hpp"
43 #include "store/write_backend.hpp"
44 #include "store/write_transaction.hpp"
112 void got_result(store::results_iterator& iter)
142 store::write_backend backend = store::write_backend::open_rw(
145 store::write_transaction tx = backend.start_write();
246 store::error,
/freebsd-current/sys/i386/i386/
H A Dlocore.S353 movl $0x4778654e,cpu_vendor # store vendor string
402 movl $0x69727943,cpu_vendor # store vendor string
411 movl %ebx,cpu_vendor # store vendor string
418 movl %eax,cpu_id # store cpu_id
419 movl %ebx,cpu_procinfo # store cpu_procinfo
420 movl %edx,cpu_feature # store cpu_feature
421 movl %ecx,cpu_feature2 # store cpu_feature2
/freebsd-current/crypto/openssh/
H A Dgss-serv.c322 if (gssapi_client.store.filename != NULL) {
325 gssapi_client.store.filename);
326 unlink(gssapi_client.store.filename);
348 if (gssapi_client.store.envvar != NULL &&
349 gssapi_client.store.envval != NULL) {
350 debug("Setting %s to %s", gssapi_client.store.envvar,
351 gssapi_client.store.envval);
352 child_set_env(envp, envsizep, gssapi_client.store.envvar,
353 gssapi_client.store.envval);
/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec.cpp38 #include "store/exceptions.hpp"
39 #include "store/layout.hpp"
40 #include "store/read_backend.hpp"
55 namespace layout = store::layout;
178 // TODO(jmmv): Shouldn't be using store::detail here...
179 sqlite::database db = store::detail::open_and_setup(
196 } catch (const store::error& e) {
H A Dcmd_report_junit.cpp39 #include "store/layout.hpp"
49 namespace layout = store::layout;
/freebsd-current/usr.bin/chpass/
H A Dutil.c77 atot(char *p, time_t *store) argument
86 *store = 0;
134 * PR227589: The pwd.db and spwd.db files store the change and expire
143 *store = tval;
/freebsd-current/contrib/kyua/store/
H A Dread_transaction.hpp29 /// \file store/read_transaction.hpp
35 #include "store/read_transaction_fwd.hpp"
47 #include "store/read_backend_fwd.hpp"
48 #include "store/read_transaction_fwd.hpp"
51 namespace store { namespace
118 } // namespace store
H A Dlayout.cpp29 #include "store/layout.hpp"
34 #include "store/exceptions.hpp"
50 namespace layout = store::layout;
66 /// \throw store::error If no previous results file can be found.
91 throw store::error(
97 LW(F("Failed to open store dir %s: %s") % store_dir % e.what());
98 throw store::error(F("No previous results file found for test suite %s")
101 throw store::error(e.what());
142 /// \throw store::error If there is no matching entry.
223 /// Gets the path to the store director
[all...]
H A Ddbtypes.hpp29 /// \file store/dbtypes.hpp
47 namespace store { namespace
68 } // namespace store
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp36 Ptr.store(Tmp, std::memory_order_release);
/freebsd-current/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh30 # Creates a new database file in the store directory.
66 test ! -d .kyua/store/ || atf_fail "Database created but it should" \
97 test -f home-dir/.kyua/store/*.db || atf_fail "Database not created in" \
107 mv .kyua/store/*.db custom.db
108 rmdir .kyua/store
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc74 // [format.arg.store], class template format-arg-store
/freebsd-current/contrib/unbound/cachedb/
H A Dcachedb.h87 void (*store)(struct module_env*, struct cachedb_env*, char*, member in struct:cachedb_backend
/freebsd-current/crypto/heimdal/kdc/
H A Dannounce.c400 update_entries(SCDynamicStoreRef store, const char *realm, int flags) argument
408 btmm = SCDynamicStoreCopyValue(store, NetworkChangedKey_BackToMyMac);
421 update_all(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
429 host = SCDynamicStoreCopyLocalHostName(store);
457 update_entries(store, *r, flags);
499 SCDynamicStoreRef store; local
505 store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("Network watcher"),
507 if (store == NULL)
517 if (SCDynamicStoreSetNotificationKeys(store, keys, NULL) == false)
523 if (!SCDynamicStoreSetDispatchQueue(store, g_queu
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp133 ASAN_REPORT_ERROR(store, true, 1)
134 ASAN_REPORT_ERROR(store, true, 2)
135 ASAN_REPORT_ERROR(store, true, 4)
136 ASAN_REPORT_ERROR(store, true, 8)
137 ASAN_REPORT_ERROR(store, true, 16)
157 ASAN_REPORT_ERROR_N(store, true)
190 ASAN_MEMORY_ACCESS_CALLBACK(store, true, 1)
191 ASAN_MEMORY_ACCESS_CALLBACK(store, true, 2)
192 ASAN_MEMORY_ACCESS_CALLBACK(store, true, 4)
193 ASAN_MEMORY_ACCESS_CALLBACK(store, tru
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c186 add_cert_for_store(X509_STORE *store, const char *name) argument
194 err("failed to open system certificate store");
201 X509_STORE_add_cert(store, x509);
367 X509_STORE *store; local
369 store = SSL_CTX_get_cert_store(ssl_ctx);
371 if (add_cert_for_store(store, "CA") < 0 ||
372 add_cert_for_store(store, "AuthRoot") < 0 ||
373 add_cert_for_store(store, "ROOT") < 0) {
377 if (X509_STORE_set_default_paths(store) != 1) {
/freebsd-current/crypto/openssl/apps/
H A Dverify.c54 {"CAstore", OPT_CASTORE, ':', "URI to a store of trusted certificates"},
60 "Do not load trusted certificates from the default certificates store"},
85 X509_STORE *store = NULL; local
209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
212 X509_STORE_set_verify_cb(store, cb);
215 X509_STORE_set1_param(store, vpm);
220 store_setup_crl_download(store);
224 if (check(store, NULL, untrusted, trusted, crls, show_chain,
229 if (check(store, argv[i], untrusted, trusted, crls, show_chain,
236 X509_STORE_free(store);
[all...]
/freebsd-current/contrib/libevent/sample/
H A Dhttps-client.c186 add_cert_for_store(X509_STORE *store, const char *name) argument
194 err("failed to open system certificate store");
201 X509_STORE_add_cert(store, x509);
367 X509_STORE *store; local
369 store = SSL_CTX_get_cert_store(ssl_ctx);
371 if (add_cert_for_store(store, "CA") < 0 ||
372 add_cert_for_store(store, "AuthRoot") < 0 ||
373 add_cert_for_store(store, "ROOT") < 0) {
377 if (X509_STORE_set_default_paths(store) != 1) {
/freebsd-current/crypto/openssl/test/
H A Dverify_extra_test.c52 * interCA (but not rootCA) and subinterCA (ss) are in the trusted store
68 X509_STORE *store = NULL; local
71 store = X509_STORE_new();
72 if (store == NULL)
75 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
90 if (!X509_STORE_CTX_init(sctx, store, x, untrusted))
103 X509_STORE_free(store);
/freebsd-current/sys/kern/
H A Dkern_uuid.c130 kern_uuidgen(struct uuid *store, size_t count) argument
163 store[n] = *(struct uuid *)&uuid;
167 return (store);
172 struct uuid *store; member in struct:uuidgen_args
179 struct uuid *store; local
193 store = malloc(count * sizeof(struct uuid), M_TEMP, M_WAITOK);
194 kern_uuidgen(store, count);
195 error = copyout(store, uap->store, count * sizeof(struct uuid));
196 free(store, M_TEM
[all...]
/freebsd-current/usr.bin/printf/
H A Dprintf.c462 char *save, *store, c; local
465 for (save = store = fmt; ((c = *fmt) != 0); ++fmt, ++store) {
467 *store = c;
472 *store = '\\';
473 *++store = '\0';
474 *len = store - save;
478 *store = *fmt;
481 *store = '\a';
484 *store
[all...]
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_channel.c191 DPAA2_BUF_INIT(&ch->store);
265 if (ch->store.vaddr != NULL) {
266 bus_dmamem_free(ch->store.dmat, ch->store.vaddr, ch->store.dmap);
268 if (ch->store.dmat != NULL) {
269 bus_dma_tag_destroy(ch->store.dmat);
271 ch->store.dmat = NULL;
272 ch->store.vaddr = NULL;
273 ch->store
[all...]
/freebsd-current/sys/netinet/
H A Dsctputil.h196 #define sctp_recover_scope_mac(addr, store) do { \
199 *store = *addr; \
201 if (!sa6_recoverscope(store)) { \
202 addr = store; \
206 addr = store; \

Completed in 174 milliseconds

1234567891011>>