Searched refs:store (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/amd64/string/
H A Dstpcpy.S154 movdqu %xmm2, (%rdx) # store beginning of string
201 movdqu %xmm2, (%rdx) # store first 16 bytes
202 movdqu %xmm0, -15(%rax) # store last 16 bytes
211 mov %rcx, (%rdx) # store to dst
230 mov %cx, (%rdx) # store first two bytes
233 .L0101: movb $0, (%rax) # store terminating NUL byte
H A Dstrlcpy.S145 movdqu %xmm0, (%rdi, %r8, 1) # store string tail
179 movdqu %xmm0, -15(%rdi, %rax, 1) # store string tail (incl. NUL)
/freebsd-current/contrib/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/sys/powerpc/fpu/
H A Dfpu_emu.c299 * Handle load/store insns:
306 int store, update; local
336 /* Not an indexed FP load/store op */
339 store = (instr.i_x.i_xo & 0x80);
346 /* calculate EA of load/store */
357 store = instr.i_d.i_opcd & 0x4;
364 /* calculate EA of load/store */
378 if (store) {
/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c84 ** Override path to mail store at run time (using -p).
162 char *HomeMailFile = NULL; /* store mail in homedir */
179 int store __P((char *, bool *));
441 fd = store(from, NULL);
617 msgfd = store(return_path, &inbody);
800 store(from, inbody) function
/freebsd-current/crypto/openssl/test/
H A Dcmp_ctx_test.c493 X509_STORE *store = X509_STORE_new(); local
495 if (store != NULL)
496 X509_VERIFY_PARAM_set_flags(X509_STORE_get0_param(store), 1);
497 return store;
H A Dprovfetchtest.c14 #include <openssl/store.h>
H A Dprovider_pkey_test.c16 #include <openssl/store.h>
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp280 TableChecked.store(true, std::memory_order_relaxed);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h143 new_node.store(s, args, h);
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dhxtool.c184 hx509_certs store = NULL; local
206 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store);
211 certs_strings(context, "store", store, lock, &opt->certificate_strings);
289 store, &type, &c, &signers);
313 hx509_certs_free(&store);
364 hx509_certs store, pool, anchors, signer = NULL; local
385 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store);
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_usrreq.c7112 union sctp_sockstore store; local
7119 memcpy(&store, &laddr->ifa->address, sizeof(store));
7120 switch (store.sa.sa_family) {
7123 store.sin.sin_port = inp->sctp_lport;
7128 store.sin6.sin6_port = inp->sctp_lport;
7134 tinp = sctp_pcb_findep(&store.sa, 0, 0, inp->def_vrf_id);
7151 memset(&store, 0, sizeof(store));
7154 store
7272 union sctp_sockstore store; local
[all...]
/freebsd-current/contrib/processor-trace/libipt/include/
H A Dintel-pt.h785 /** - due to store to monitored address. */
786 uint32_t store:1; member in struct:pt_packet_pwrx
1409 /** - due to store to monitored address. */
1410 uint32_t store:1; member in struct:pt_event::__anon5954::__anon5969
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_local.h31 * this structure is used to store the context for CMP sessions
41 void *transfer_cb_arg; /* allows to store optional argument to cb */
55 void *http_cb_arg; /* allows to store optional argument to cb */
67 X509_STORE *trusted; /* trust store maybe w CRLs and cert verify callback */
132 void *certConf_cb_arg; /* allows to store an argument individual to cb */
743 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs,
745 STACK_OF(X509) *ossl_cmp_X509_STORE_get1_certs(X509_STORE *store); variable
/freebsd-current/lib/libifconfig/
H A Dsfp.lua50 -- What width int is needed to store this type:
/freebsd-current/kerberos5/lib/libkrb5/
H A DMakefile598 store-int.c \
599 store.c \
/freebsd-current/sys/crypto/openssl/arm/
H A Dghashv8-armx.S35 vst1.64 {q12},[r0]! @ store Htable[0]
62 vst1.64 {q13,q14},[r0]! @ store Htable[1..2]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp564 // Query the store to see if the region occurs in any live bindings.
565 if (Store store = reapedStore.getStore()) {
567 reapedStore.getStoreManager().includedInBindings(store, VR);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h143 ssize_t (*store)(struct class *, struct class_attribute *, const char *, size_t); member in struct:class_attribute
155 ssize_t (*store)(struct device *, member in struct:device_attribute
/freebsd-current/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h78 CK_PR_FENCE(store, "lwsync")
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509_vfy.h240 X509_STORE *store, int with_self_signed,
243 int X509_STORE_set_depth(X509_STORE *store, int depth);
447 /* Use trusted store first */
455 /* Allow partial chains if at least one certificate is in trusted store */
735 int X509_STORE_load_store(X509_STORE *ctx, const char *store);
743 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *store,
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl175 stda %f4, [$out + $mask]0xc0 ! partial store
180 stda %f8, [$out + $mask]0xc0 ! partial store
253 stda %f4, [$out + $mask]0xc0 ! partial store
258 stda %f8, [$out + $mask]0xc0 ! partial store
/freebsd-current/crypto/openssl/include/crypto/
H A Dx509.h216 X509_STORE *store; member in struct:x509_store_ctx_st
/freebsd-current/crypto/openssl/apps/
H A Dlist.c21 #include <openssl/store.h>
1160 static void collect_store_loaders(OSSL_STORE_LOADER *store, void *stack) argument
1164 if (sk_OSSL_STORE_LOADER_push(store_stack, store) > 0)
1165 OSSL_STORE_LOADER_up_ref(store);
1503 {"store-loaders", OPT_STORE_LOADERS, '-',
1504 "List of store loaders"},
/freebsd-current/sys/contrib/ck/include/
H A Dck_pr.h115 CK_PR_FENCE_EMIT(store)
135 CK_PR_FENCE_EMIT(store)
155 CK_PR_FENCE_NOOP(store)

Completed in 245 milliseconds

1234567891011>>