HomeSort by: relevance | last modified time | path
    Searched defs:shared (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/sys/external/isc/libsodium/dist/test/default/
core1.c 5 static unsigned char shared[32] = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, variable
23 crypto_core_hsalsa20(firstkey, zero, shared, c);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
RPCError.cpp 13 #include "llvm/ExecutionEngine/Orc/Shared/RPCUtils.h"
20 char llvm::orc::shared::RPCFatalError::ID = 0;
21 char llvm::orc::shared::ConnectionClosed::ID = 0;
22 char llvm::orc::shared::ResponseAbandoned::ID = 0;
23 char llvm::orc::shared::CouldNotNegotiate::ID = 0;
27 namespace shared { namespace in namespace:llvm::orc
56 } // end namespace shared
  /src/usr.sbin/puffs/rump_nqmfs/
rump_nqmfs.c 74 int ch, fd, rdonly, shared; local
80 shared = mntflags = altflags = 0;
92 shared = 1;
118 MAP_FILE | (shared ? MAP_SHARED : MAP_PRIVATE), fd, 0);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
FDRawByteChannel.h 16 #include "llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h"
26 namespace shared { namespace in namespace:llvm::orc
75 } // namespace shared
RawByteChannel.h 13 #include "llvm/ExecutionEngine/Orc/Shared/Serialization.h"
23 namespace shared { namespace in namespace:llvm::orc
179 } // end namespace shared
Serialization.h 14 #include "llvm/ExecutionEngine/Orc/Shared/OrcError.h"
25 namespace shared { namespace in namespace:llvm::orc
765 } // namespace shared
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_wait.c 47 struct dma_fence **shared; local
52 &excl, &count, &shared);
57 timeout = i915_gem_object_wait_fence(shared[i],
62 dma_fence_put(shared[i]);
66 dma_fence_put(shared[i]);
67 kfree(shared);
70 * If both shared fences and an exclusive fence exist,
71 * then by construction the shared fences must be later
73 * all the shared fences, we know that the exclusive fence
74 * must all be signaled. If all the shared fences ar
155 struct dma_fence **shared; local
    [all...]
  /src/sys/arch/hppa/hppa/
intr.c 140 * shared interrupts for cascaded registers, e.g. dino and gsc
374 int shared; local
378 shared = ci->ci_ishared;
379 while (shared) {
383 sbit = ffs(shared) - 1;
388 shared &= ~(1 << sbit);
392 "%s: ci->ipending %08x ci->ci_cpl %08x shared %08x\n",
393 __func__, ci->ci_ipending, ci->ci_cpl, shared);
  /src/crypto/external/apache2/openssl/dist/
Configure 30 my $usage="Usage: Configure [no-<feature> ...] [enable-<feature> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]thread-pool] [[no-]default-thread-pool] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
97 # [no-]shared [don't] try to create shared libraries when supported.
99 # If disabled, it also disables shared and dynamic-engine.
103 # zlib-dynamic Like "zlib", but the zlib library is expected to be a shared
126 # namely no-pic, no-shared and no-threads. It is
524 "shared",
629 "bulk" => [ "shared", "dso",
672 # Without shared libraries, dynamic engines aren't possible.
676 # which cannot be guaranteed if shared libraries aren't present
3115 sub shared { subroutine
    [all...]
  /src/crypto/external/bsd/openssl/dist/
Configure 30 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
84 # [no-]shared [don't] try to create shared libraries when supported.
86 # If disabled, it also disables shared and dynamic-engine.
90 # zlib-dynamic Like "zlib", but the zlib library is expected to be a shared
112 # namely no-pic, no-shared and no-threads. It is
480 "shared",
565 "bulk" => [ "shared", "dso",
602 # Without shared libraries, dynamic engines aren't possible.
606 # which cannot be guaranteed if shared libraries aren't present
2956 sub shared { subroutine
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
dma-resv.h 54 struct dma_fence __rcu *shared[]; member in struct:dma_resv_list
  /src/sys/rump/librump/rumpkern/
locks.c 295 bool shared = !rw_write_held(rw); local
297 if (shared)
299 UNLOCKED(rw, shared);
  /src/tests/lib/libpthread/
t_cond.c 54 int *shared = (int *) arg; local
61 printf("Shared value: %d. Changing to 0.\n", *shared);
62 *shared = 0;
113 int *shared = (int *) arg; local
120 printf("Shared value: %d. Changing to 0.\n", *shared);
121 *shared = 0;
174 int *shared = (int *) arg; local
181 printf("Shared value: %d. Changing to 0.\n", *shared)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 19 #include "llvm/ExecutionEngine/Orc/Shared/RPCUtils.h"
20 #include "llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h"
76 namespace shared { namespace in namespace:llvm::orc
135 } // end namespace shared
170 : public shared::RPCFunction<RegisterEHFrames,
178 : public shared::RPCFunction<DeregisterEHFrames,
192 : public shared::RPCFunction<CallIntVoid, int32_t(JITTargetAddress Addr)> {
200 : public shared::RPCFunction<CallIntInt,
209 : public shared::RPCFunction<CallMain,
219 : public shared::RPCFunction<CallVoidVoid, void(JITTargetAddress FnAddr)>
    [all...]
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 76 int shared; member in struct:options
  /src/external/bsd/wpa/dist/src/crypto/
dh_groups.c 1231 * dh_derive_shared - Derive shared Diffie-Hellman key
1235 * Returns: Diffie-Hellman shared key
1241 struct wpabuf *shared; local
1248 shared = wpabuf_alloc(shared_len);
1249 if (shared == NULL)
1257 wpabuf_mhead(shared), &shared_len) < 0) {
1258 wpabuf_clear_free(shared);
1262 wpabuf_put(shared, shared_len);
1263 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared);
    [all...]
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_client_write.c 339 u8 *csecret, *csecret_start, *dh_yc, *shared; local
419 shared = os_malloc(shared_len);
420 if (shared == NULL) {
429 /* shared = Ys^csecret mod p */
433 shared, &shared_len)) {
437 os_free(shared);
440 wpa_hexdump_key(MSG_DEBUG, "TLSv1: Shared secret from DH key exchange",
441 shared, shared_len);
445 if (tls_derive_keys(conn, shared, shared_len)) {
449 os_free(shared);
    [all...]
tlsv1_server_read.c 706 u8 *shared; local
765 shared = os_malloc(shared_len);
766 if (shared == NULL) {
774 /* shared = Yc^secret mod p */
777 shared, &shared_len)) {
778 os_free(shared);
783 wpa_hexdump_key(MSG_DEBUG, "TLSv1: Shared secret from DH key exchange",
784 shared, shared_len);
790 res = tlsv1_server_derive_keys(conn, shared, shared_len);
793 os_memset(shared, 0, shared_len)
    [all...]
  /src/sys/arch/xen/xen/
xpci_xenbus.c 151 /* initialise shared structures and tell backend that we are ready */
167 struct xen_pci_sharedinfo *shared; local
172 /* setup device: alloc event channel and shared info structure */
173 sc->sc_shared = shared = (void *)uvm_km_alloc(kernel_map, PAGE_SIZE, 0,
175 if (shared == NULL)
176 panic("xpci_xenbus_resume: can't alloc shared info");
178 (void)pmap_extract_ma(pmap_kernel(), (vaddr_t)shared, &ma);
182 DPRINTF(("shared %p ma 0x%jx ref %#x\n", shared, (uintmax_t)ma,
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_sw_fence.c 640 struct dma_fence **shared; local
643 ret = dma_resv_get_fences_rcu(resv, &excl, &count, &shared);
648 if (shared[i]->ops == exclude)
652 shared[i],
664 dma_fence_put(shared[i]);
665 kfree(shared);
  /src/sys/external/bsd/drm2/linux/
linux_dma_resv.c 51 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_NOSLEEP);
64 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_SLEEP);
75 kmem_free(list, offsetof(typeof(*list), shared[n]));
128 dma_fence_put(robj->fence->shared[i]);
129 robj->fence->shared[i] = NULL; /* paranoia */
300 * Return a pointer to the shared fence list of the reservation
316 * Reserve space in robj to add num_fences shared fences. To be
462 * and length of the shared fence list of robj and return true, or
468 * shared list at the moment. Does not take any fence references.
533 * have previously loaded the shared fence list and shoul
770 struct dma_fence **shared = NULL; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h 17 #include "llvm/ExecutionEngine/Orc/Shared/RPCUtils.h"
18 #include "llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h"
19 #include "llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h"
95 namespace shared { namespace in namespace:llvm::orc
274 } // end namespace shared
283 : public shared::RPCFunction<GetTargetTriple, std::string()> {
288 class GetPageSize : public shared::RPCFunction<GetPageSize, uint64_t()> {
294 : public shared::RPCFunction<ReserveMem, Expected<ReserveMemResult>(
301 : public shared::RPCFunction<FinalizeMem,
308 : public shared::RPCFunction<ReleaseMem
    [all...]
  /src/external/bsd/wpa/dist/src/eap_peer/
ikev2.c 35 struct wpabuf *shared; local
53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private,
55 if (shared == NULL)
63 wpabuf_free(shared);
78 pad_len = data->dh->prime_len - wpabuf_len(shared);
81 wpabuf_free(shared);
88 addr[1] = wpabuf_head(shared);
89 len[1] = wpabuf_len(shared);
92 wpabuf_free(shared);
98 wpabuf_free(shared);
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
ikev2.c 39 struct wpabuf *shared; local
57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private,
59 if (shared == NULL)
67 wpabuf_free(shared);
83 pad_len = data->dh->prime_len - wpabuf_len(shared);
86 wpabuf_free(shared);
92 addr[1] = wpabuf_head(shared);
93 len[1] = wpabuf_len(shared);
96 wpabuf_free(shared);
102 wpabuf_free(shared);
    [all...]
  /src/sys/dev/pci/
if_wpivar.h 138 /* shared area */
140 struct wpi_shared *shared; member in struct:wpi_softc

Completed in 61 milliseconds

1 2 3