| /dflybsd-src/sys/dev/drm/ |
| H A D | linux_reservation.c | 91 fobj = krealloc(obj->staged, offsetof(typeof(*fobj), shared[max]), in reservation_object_reserve_shared() 117 old_fence = rcu_dereference_protected(fobj->shared[i], in reservation_object_add_shared_inplace() 122 RCU_INIT_POINTER(fobj->shared[i], fence); in reservation_object_add_shared_inplace() 135 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_inplace() 154 RCU_INIT_POINTER(fobj->shared[0], fence); in reservation_object_add_shared_replace() 170 check = rcu_dereference_protected(old->shared[i], in reservation_object_add_shared_replace() 175 RCU_INIT_POINTER(fobj->shared[i], fence); in reservation_object_add_shared_replace() 177 RCU_INIT_POINTER(fobj->shared[i], check); in reservation_object_add_shared_replace() 180 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_replace() 257 dma_fence_put(rcu_dereference_protected(old->shared[i], in reservation_object_add_excl_fence() [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
| H A D | dh_groups.c | 1241 struct wpabuf *shared; in dh_derive_shared() local 1248 shared = wpabuf_alloc(shared_len); in dh_derive_shared() 1249 if (shared == NULL) in dh_derive_shared() 1257 wpabuf_mhead(shared), &shared_len) < 0) { in dh_derive_shared() 1258 wpabuf_clear_free(shared); in dh_derive_shared() 1262 wpabuf_put(shared, shared_len); in dh_derive_shared() 1263 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared); in dh_derive_shared() 1265 return shared; in dh_derive_shared()
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | bsdi | 11 >32 byte 0x6a (uses shared libs) 13 # same as in SunOS 4.x, except for static shared libraries 16 >>20 belong <4096 shared library 21 >36 belong 0xb4100001 (uses shared libs) 27 >36 belong 0xb4100001 (uses shared libs) 33 >36 belong 0xb4100001 (uses shared libs)
|
| H A D | smile | 15 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default … 16 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default… 30 >3 byte&0x02 0x02 shared String values enabled, 31 >3 byte&0x02 0x00 shared String values disabled, 32 >3 byte&0x01 0x01 shared field names enabled 33 >3 byte&0x01 0x00 shared field names disabled
|
| H A D | aout | 13 # NetBSD 386 from various VAX binaries? The BSD/OS shared library flag 14 # works only for binaries using shared libraries. Grabbing the entry 20 >32 byte 0x6a (uses BSD/OS shared libs) 24 >32 byte 0x6a (uses BSD/OS shared libs) 28 >32 byte 0x6a (uses BSD/OS shared libs)
|
| H A D | freebsd | 11 # schemes for distinguishing between executable images, shared libraries, 19 # if the entry point is < 4096, then it's a shared library if 54 # if the entry point is < 4096, it's a shared library; 68 # ("shared" libraries that aren't demand-paged and whose pages probably 69 # won't actually be shared, executables with entry points <4096). 79 >>3 byte&0xC0 &0x80 shared library 89 >>3 byte&0xC0 &0x80 shared library 99 >>3 byte&0xC0 &0x80 shared library 109 >>3 byte&0xC0 &0x80 shared library
|
| /dflybsd-src/contrib/gdb-7/bfd/ |
| H A D | elf-ifunc.c | 57 if (info->shared) in _bfd_elf_create_ifunc_sections() 173 if (!info->shared in _bfd_elf_allocate_ifunc_dyn_relocs() 197 if (info->shared in _bfd_elf_allocate_ifunc_dyn_relocs() 271 if (!info->shared in _bfd_elf_allocate_ifunc_dyn_relocs() 303 || (info->shared in _bfd_elf_allocate_ifunc_dyn_relocs() 306 || (!info->shared in _bfd_elf_allocate_ifunc_dyn_relocs() 308 || (info->executable && info->shared) in _bfd_elf_allocate_ifunc_dyn_relocs() 318 if (info->shared) in _bfd_elf_allocate_ifunc_dyn_relocs()
|
| H A D | elf32-i386.c | 999 if (!info->shared) in elf_i386_create_dynamic_sections() 1003 || (!info->shared && !htab->srelbss)) in elf_i386_create_dynamic_sections() 1722 if ((info->shared in elf_i386_check_relocs() 1730 && !info->shared in elf_i386_check_relocs() 1965 if (info->shared in elf_i386_gc_sweep_hook() 2105 if (info->shared) in elf_i386_adjust_dynamic_symbol() 2212 if (info->shared in elf_i386_allocate_dynrelocs() 2229 if (! info->shared in elf_i386_allocate_dynrelocs() 2248 && !info->shared) in elf_i386_allocate_dynrelocs() 2337 && (info->shared in elf_i386_allocate_dynrelocs() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/objcp/ |
| H A D | Make-lang.in | 56 objcp/objc-runtime-shared-support.o \ 92 objcp/objc-runtime-shared-support.o : objc/objc-runtime-shared-support.c \ 93 gt-objc-objc-runtime-shared-support.h \ 98 objc/objc-runtime-shared-support.h \ 110 objc/objc-runtime-shared-support.h \ 123 objc/objc-runtime-shared-support.h \ 136 objc/objc-runtime-shared-support.h \ 155 objc/objc-runtime-shared-support.h \ 165 objc/objc-runtime-shared-support.h \
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | macroexp.c | 58 int shared; member 89 b->shared = 0; in init_buffer() 101 buf->shared = 1; in init_shared_buffer() 111 gdb_assert (! b->shared); in free_buffer() 122 gdb_assert (! b->shared); in free_buffer_return_text() 142 gdb_assert (! b->shared); in resize_buffer() 500 gdb_assert (src->shared); in get_token() 1319 gdb_assert (src_first->shared); in maybe_expand() 1320 gdb_assert (src_rest->shared); in maybe_expand() 1321 gdb_assert (! dest->shared); in maybe_expand() [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/src/tls/ |
| H A D | tlsv1_client_write.c | 351 u8 *csecret, *csecret_start, *dh_yc, *shared; in tlsv1_key_x_dh() local 431 shared = os_malloc(shared_len); in tlsv1_key_x_dh() 432 if (shared == NULL) { in tlsv1_key_x_dh() 445 shared, &shared_len)) { in tlsv1_key_x_dh() 449 os_free(shared); in tlsv1_key_x_dh() 453 shared, shared_len); in tlsv1_key_x_dh() 457 if (tls_derive_keys(conn, shared, shared_len)) { in tlsv1_key_x_dh() 461 os_free(shared); in tlsv1_key_x_dh() 464 os_memset(shared, 0, shared_len); in tlsv1_key_x_dh() 465 os_free(shared); in tlsv1_key_x_dh()
|
| H A D | tlsv1_server_read.c | 706 u8 *shared; in tls_process_client_key_exchange_dh() local 765 shared = os_malloc(shared_len); in tls_process_client_key_exchange_dh() 766 if (shared == NULL) { in tls_process_client_key_exchange_dh() 777 shared, &shared_len)) { in tls_process_client_key_exchange_dh() 778 os_free(shared); in tls_process_client_key_exchange_dh() 784 shared, shared_len); in tls_process_client_key_exchange_dh() 790 res = tlsv1_server_derive_keys(conn, shared, shared_len); in tls_process_client_key_exchange_dh() 793 os_memset(shared, 0, shared_len); in tls_process_client_key_exchange_dh() 794 os_free(shared); in tls_process_client_key_exchange_dh()
|
| /dflybsd-src/sys/dev/drm/i915/ |
| H A D | i915_sw_fence.c | 470 struct dma_fence **shared; in i915_sw_fence_await_reservation() local 474 &excl, &count, &shared); in i915_sw_fence_await_reservation() 479 if (shared[i]->ops == exclude) in i915_sw_fence_await_reservation() 483 shared[i], in i915_sw_fence_await_reservation() 495 dma_fence_put(shared[i]); in i915_sw_fence_await_reservation() 496 kfree(shared); in i915_sw_fence_await_reservation()
|
| /dflybsd-src/sys/dev/drm/radeon/ |
| H A D | radeon_sync.c | 92 bool shared) in radeon_sync_resv() argument 109 if (shared || !flist || r) in radeon_sync_resv() 113 f = rcu_dereference_protected(flist->shared[i], in radeon_sync_resv()
|
| /dflybsd-src/sys/net/wg/selftest/ |
| H A D | cookie.c | 222 uint8_t shared[COOKIE_INPUT_SIZE]; in cookie_mac_test() local 227 karc4random_buf(shared, COOKIE_INPUT_SIZE); in cookie_mac_test() 231 maker = cookie_maker_alloc(shared); in cookie_mac_test() 234 cookie_checker_update(checker, shared); in cookie_mac_test()
|
| /dflybsd-src/sys/dev/drm/ttm/ |
| H A D | ttm_execbuf_util.c | 128 if (!entry->shared) in ttm_eu_reserve_buffers() 150 if (!ret && entry->shared) in ttm_eu_reserve_buffers() 201 if (entry->shared) in ttm_eu_fence_buffer_objects()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
| H A D | Makefile.am | 105 $(LIBTOOL) --tag CXX --tag disable-shared \ 119 $(LIBTOOL) --tag CXX --tag disable-shared \
|
| /dflybsd-src/contrib/wpa_supplicant/src/eap_peer/ |
| H A D | ikev2.c | 35 struct wpabuf *shared; in ikev2_derive_keys() local 53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private, in ikev2_derive_keys() 55 if (shared == NULL) in ikev2_derive_keys() 63 wpabuf_free(shared); in ikev2_derive_keys() 78 pad_len = data->dh->prime_len - wpabuf_len(shared); in ikev2_derive_keys() 81 wpabuf_free(shared); in ikev2_derive_keys() 88 addr[1] = wpabuf_head(shared); in ikev2_derive_keys() 89 len[1] = wpabuf_len(shared); in ikev2_derive_keys() 92 wpabuf_free(shared); in ikev2_derive_keys() 98 wpabuf_free(shared); in ikev2_derive_keys()
|
| /dflybsd-src/contrib/wpa_supplicant/src/eap_server/ |
| H A D | ikev2.c | 39 struct wpabuf *shared; in ikev2_derive_keys() local 57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private, in ikev2_derive_keys() 59 if (shared == NULL) in ikev2_derive_keys() 67 wpabuf_free(shared); in ikev2_derive_keys() 83 pad_len = data->dh->prime_len - wpabuf_len(shared); in ikev2_derive_keys() 86 wpabuf_free(shared); in ikev2_derive_keys() 92 addr[1] = wpabuf_head(shared); in ikev2_derive_keys() 93 len[1] = wpabuf_len(shared); in ikev2_derive_keys() 96 wpabuf_free(shared); in ikev2_derive_keys() 102 wpabuf_free(shared); in ikev2_derive_keys()
|
| /dflybsd-src/contrib/lvm2/dist/ |
| H A D | INSTALL | 11 To separate the LVM1 support into a shared library loaded by lvm.conf use: 12 ./configure --with-lvm1=shared
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| H A D | Makefile.am | 154 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared $(LIBTOOLFLAGS) --mode=compile \ 186 $(LIBTOOL) --tag CXX --tag disable-shared \ 200 $(LIBTOOL) --tag CXX --tag disable-shared \
|
| /dflybsd-src/contrib/binutils-2.27/binutils/ |
| H A D | README | 77 You can also specify the --enable-shared option when you run 78 configure. This will build the BFD and opcodes libraries as shared 79 libraries. You can use arguments with the --enable-shared option to 80 indicate that only certain libraries should be built shared; for 81 example, --enable-shared=bfd. The only potential shared libraries in 84 The binutils will be linked against the shared libraries. The build 89 shared library. 91 On hosts that support shared system libraries the binutils will be
|
| /dflybsd-src/tools/tools/hammer-backup/ |
| H A D | README | 21 filename,rsv01,rsv02,backup type,shared uuid,last TID,md5 hash 26 shared uuid: PFS shared UUID for mirror ops 109 shared-uuid=ce020232-9a71-11e3-8278-f56d04d293e0
|
| /dflybsd-src/sys/dev/drm/include/linux/ |
| H A D | reservation.h | 62 struct dma_fence __rcu *shared[]; member 123 dma_fence_put(rcu_dereference_protected(fobj->shared[i], 1)); in reservation_object_fini()
|
| /dflybsd-src/contrib/gcc-4.7/libgcc/config/ |
| H A D | t-slibgcc | 20 # Build a shared libgcc library. 35 SHLIB_LINK = $(CC) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
|