| /netbsd/src/sys/external/bsd/drm2/linux/ |
| D | linux_dma_resv.c | 51 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_NOSLEEP); in objlist_tryalloc() 64 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_SLEEP); in objlist_alloc() 75 kmem_free(list, offsetof(typeof(*list), shared[n])); in objlist_free() 128 dma_fence_put(robj->fence->shared[i]); in dma_resv_fini() 129 robj->fence->shared[i] = NULL; /* paranoia */ in dma_resv_fini() 608 dma_fence_put(old_list->shared[old_shared_count]); in dma_resv_add_excl_fence() 610 old_list->shared[old_shared_count] = NULL; in dma_resv_add_excl_fence() 656 if (list->shared[i]->context == fence->context) { in dma_resv_add_shared_fence() 657 replace = list->shared[i]; in dma_resv_add_shared_fence() 658 atomic_store_relaxed(&list->shared[i], fence); in dma_resv_add_shared_fence() [all …]
|
| /netbsd/src/sys/external/bsd/drm/conf/ |
| D | files.drm | 9 … CPPFLAGS+="-I$S/external/bsd/drm/dist/bsd-core -I$S/external/bsd/drm/dist/shared-core" 34 file external/bsd/drm/dist/shared-core/i915_dma.c i915drm 35 file external/bsd/drm/dist/shared-core/i915_irq.c i915drm 36 file external/bsd/drm/dist/shared-core/i915_mem.c i915drm 37 file external/bsd/drm/dist/shared-core/i915_suspend.c i915drm 42 file external/bsd/drm/dist/shared-core/mach64_dma.c mach64drm 43 file external/bsd/drm/dist/shared-core/mach64_irq.c mach64drm 44 file external/bsd/drm/dist/shared-core/mach64_state.c mach64drm 49 file external/bsd/drm/dist/shared-core/mga_dma.c mgadrm 50 file external/bsd/drm/dist/shared-core/mga_irq.c mgadrm [all …]
|
| /netbsd/src/usr.bin/make/unit-tests/ |
| D | dotwait.mk | 5 TESTS= simple recursive shared cycle 52 shared: shared.1.99 .WAIT shared.2.99 53 shared.1.99: shared.0 _ECHOUSE 54 shared.2.99: shared.2.1 shared.0 _ECHOUSE
|
| /netbsd/src/sys/kern/ |
| D | sys_futex.c | 417 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared) in futex_key_init() argument 421 if (__predict_false(shared)) { in futex_key_init() 438 futex_key_fini(union futex_key *fk, bool shared) in futex_key_fini() argument 440 if (__predict_false(shared)) in futex_key_fini() 456 futex_create(union futex_key *fk, bool shared) in futex_create() argument 462 futex_key_fini(fk, shared); in futex_create() 467 f->fx_shared = shared; in futex_create() 598 futex_lookup_by_key(union futex_key *fk, bool shared, struct futex **fp) in futex_lookup_by_key() argument 604 if (__predict_false(shared)) { in futex_lookup_by_key() 670 futex_lookup(int *uaddr, bool shared, struct futex **fp) in futex_lookup() argument [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | corefile-buildid.exp | 158 sepdebug symlink shared} { 181 if {$shared} { 223 parse_args [list {sepdebug} {shared}] 228 if {$shared} { 240 if {$shared} { 290 [join $suffix -] $sepdebug false $shared 294 [join $suffix -] $sepdebug true $shared 313 do_corefile_buildid_tests -shared 314 do_corefile_buildid_tests -shared -sepdebug
|
| /netbsd/src/external/bsd/wpa/dist/src/crypto/ |
| 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()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| 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)
|
| 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
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | NOTES-UNIX.md | 7 OpenSSL uses the compiler to link programs and shared libraries 11 link programs, shared libraries and dynamically loadable shared 22 Every Unix system has its own set of default locations for shared 26 a bit of help from a defined runtime shared library search path. 29 scripts do NOT generally set the runtime shared library search path for 34 Runtime shared library search paths are specified with different 40 Possible options to set the runtime shared library search path include 54 Please do not use verbatim directories in your runtime shared library 58 used with the runtime shared library search path options, as shown in 71 4. Using system shared object caches and default directories. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | t-bfin-elf | 22 MULTILIB_OPTIONS+=mid-shared-library/msep-data/mfdpic mleaf-id-shared-library 23 MULTILIB_DIRNAMES=bf532-none mid-shared-library msep-data mfdpic mleaf-id-shared-library 46 MULTILIB_EXCEPTIONS=mleaf-id-shared-library* 47 MULTILIB_EXCEPTIONS+=mcpu=bf532-none/mleaf-id-shared-library* 48 MULTILIB_EXCEPTIONS+=*mfdpic/mleaf-id-shared-library* 49 MULTILIB_EXCEPTIONS+=*msep-data/mleaf-id-shared-library*
|
| D | t-bfin-uclinux | 22 MULTILIB_OPTIONS+=mid-shared-library/msep-data mleaf-id-shared-library 23 MULTILIB_DIRNAMES=bf532-none mid-shared-library msep-data mleaf-id-shared-library 46 MULTILIB_EXCEPTIONS=mleaf-id-shared-library* 47 MULTILIB_EXCEPTIONS+=mcpu=bf532-none/mleaf-id-shared-library* 48 MULTILIB_EXCEPTIONS+=*msep-data/mleaf-id-shared-library*
|
| /netbsd/src/external/bsd/ntp/dist/sntp/m4/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/lgpl3/mpc/dist/m4/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/cf/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/bsd/openldap/dist/build/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/bsd/flex/dist/m4/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/m4/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/bsd/libevent/dist/m4/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/m4/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/ |
| D | ltoptions.m4 | 77 dnl `shared' nor `disable-shared' was passed, we enable building of shared 79 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 159 # implement the --enable-shared flag, and supports the `shared' and 160 # `disable-shared' LT_INIT options. 164 AC_ARG_ENABLE([shared], optenable 165 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 166 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 187 [Whether or not to build shared libraries]) 190 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 191 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/ |
| D | ltoptions.m4 | 78 dnl `shared' nor `disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 160 # implement the --enable-shared flag, and supports the `shared' and 161 # `disable-shared' LT_INIT options. 165 AC_ARG_ENABLE([shared], optenable 166 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 167 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 188 [Whether or not to build shared libraries]) 191 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ltoptions.m4 | 78 dnl `shared' nor `disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 160 # implement the --enable-shared flag, and supports the `shared' and 161 # `disable-shared' LT_INIT options. 165 AC_ARG_ENABLE([shared], optenable 166 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 167 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 188 [Whether or not to build shared libraries]) 191 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | ltoptions.m4 | 78 dnl `shared' nor `disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 160 # implement the --enable-shared flag, and supports the `shared' and 161 # `disable-shared' LT_INIT options. 165 AC_ARG_ENABLE([shared], optenable 166 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 167 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 188 [Whether or not to build shared libraries]) 191 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/external/mit/expat/dist/m4/ |
| D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) 162 # implement the --enable-shared flag, and supports the 'shared' and 163 # 'disable-shared' LT_INIT options. 167 AC_ARG_ENABLE([shared], optenable 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 190 [Whether or not to build shared libraries]) 193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) 194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) [all …]
|
| /netbsd/src/usr.sbin/puffs/rump_nqmfs/ |
| D | rump_nqmfs.c | 74 int ch, fd, rdonly, shared; in main() local 80 shared = mntflags = altflags = 0; in main() 92 shared = 1; in main() 118 MAP_FILE | (shared ? MAP_SHARED : MAP_PRIVATE), fd, 0); in main()
|