| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_spec.c | 117 if (curthread->specific == NULL) in _thread_cleanupspecific() 128 if (curthread->specific[key].seqno == in _thread_cleanupspecific() 130 data = curthread->specific[key].data; in _thread_cleanupspecific() 134 curthread->specific[key].data = NULL; in _thread_cleanupspecific() 145 curthread->specific[key].data = NULL; in _thread_cleanupspecific() 161 __thr_free(curthread->specific); in _thread_cleanupspecific() 162 curthread->specific = NULL; in _thread_cleanupspecific() 183 if (pthread->specific == NULL) { in _thr_setspecific() 188 pthread->specific = tmp; in _thr_setspecific() 195 pthread->specific[key].data = value; in _thr_setspecific() [all …]
|
| /freebsd-12.1/lib/libc/softfloat/ |
| H A D | softfloat-source.txt | 102 is slightly scattered between target-specific and target-independent 119 processors - Target-specific header files that are not specific to 131 are not within these target-specific subdirectories are intended to be 134 The naming convention used for the target-specific directories is 149 Alongside the supplied target-specific directories is a `templates' 170 The target-specific `processors' header file defines integer types 199 The target-specific `softfloat.h' header file defines the SoftFloat 232 This target-specific C source fragment defines: 305 5. In the target-specific subdirectory, edit the files `milieu.h' and 308 6. In the target-specific subdirectory, execute `make'. [all …]
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | testfloat-source.txt | 103 is slightly scattered between target-specific and target-independent 115 processors - Target-specific header files that are not specific to 125 The naming convention used for the target-specific directories is 236 No target-specific modules are needed for `testsoftfloat'. 238 The `testfloat' program uses two target-specific modules: 264 The target-specific `processors' header file defines integer types 321 implements such ``non-C'' operations, target-specific subroutines for 328 specific subroutines are supplied for them: 394 directory. The remaining steps occur within the target-specific 418 7. In the target-specific subdirectory, execute `make'. [all …]
|
| /freebsd-12.1/libexec/rc/rc.d/ |
| H A D | dhclient | 42 specific=$(get_if_var $ifn dhclient_flags_IF) 43 if [ -z "$flags" -a -n "$specific" ]; then 44 rc_flags=$specific
|
| /freebsd-12.1/contrib/gcclibs/libssp/ |
| H A D | configure.ac | 13 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 14 AC_ARG_ENABLE(version-specific-runtime-libs, 15 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in … 19 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);; 96 # Presume the ISO C functions are available; add target-specific 142 # and header files if --enable-version-specific-runtime-libs option
|
| /freebsd-12.1/tools/tools/ |
| H A D | README | 12 ath Tools specific to the Atheros 802.11 support 19 drm Tools specific to the DRM/KMS device drivers. 39 iwi Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG 49 mwl Tools specific to the Marvell 88W8363 support 53 npe Tools specific to the Intel IXP4XXX NPE device 59 sysdoc Build a manual page with available sysctls for a specific
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | README.txt | 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
| /freebsd-12.1/contrib/ofed/include/ |
| H A D | udma_barrier.h | 112 #error No architecture specific memory barrier defines found! 150 #error No architecture specific memory barrier defines found! 220 #error No architecture specific memory barrier defines found!
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | config.build | 1 # GCC build-specific configuration file. 22 # This is the GCC build-specific configuration file 23 # where a configuration type is mapped to different system-specific 26 # running autoconf when modifying build-specific information. 52 # System-specific settings.
|
| H A D | config.host | 1 # GCC host-specific configuration file. 22 # This is the GCC host-specific configuration file 23 # where a configuration type is mapped to different system-specific 26 # running autoconf when modifying host-specific information. 40 # host_xmake_file List of host-specific makefile-fragments. 110 # Machine-specific settings.
|
| /freebsd-12.1/sys/geom/part/ |
| H A D | g_part_if.m | 84 # add() - scheme specific processing for the add verb. 91 # bootcode() - scheme specific processing for the bootcode verb. 97 # create() - scheme specific processing for the create verb. 103 # destroy() - scheme specific processing for the destroy verb. 141 # modify() - scheme specific processing for the modify verb. 148 # resize() - scheme specific processing for the resize verb. 190 # recover() - scheme specific processing for the recover verb.
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_SESSION_get_ex_data.pod | 7 - get and set application specific data on a session 19 specific data B<data> in an SSL_SESSION structure B<ss>. The index B<idx> should 22 SSL_SESSION_get_ex_data() retrieves application specific data previously stored
|
| H A D | SSL_CTX_new.pod | 96 Applications should use these methods, and avoid the version-specific 136 These are the version-specific methods for DTLSv1.2. 141 These are the version-specific methods for DTLSv1. 152 All other methods only support one specific protocol version. 153 Use the I<version-flexible> methods instead of the version specific methods. 213 All version-specific methods were deprecated in OpenSSL 1.1.0.
|
| /freebsd-12.1/share/doc/pjdfstest/ |
| H A D | README | 3 (kyua work directory), with a specific filesystem path, and with prove(1). 19 Method 2. Executing with a specific filesystem path (in this case /mnt) 38 3. Invoke a specific test manually
|
| /freebsd-12.1/contrib/ldns/m4/ |
| H A D | ax_config_feature.m4 | 44 # enable or disable a specific feature. 138 dnl Feature specific 143 dnl Feature specific 148 dnl Feature specific 153 dnl Feature specific
|
| /freebsd-12.1/sys/arm/conf/ |
| H A D | NOTES.armv7 | 1 # armv7-specific changes for doing a LINT build. 31 # Add misc devices which are specific to various arm platforms... 50 # Build SOC-specific modules...
|
| H A D | NOTES.armv5 | 1 # armv5-specific changes for doing a LINT build. 35 # Add devices which are specific to various arm platforms...
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 5 // Add separate macros for the architecture specific tags and the markers 74 DYNAMIC_TAG_MARKER(LOOS, 0x60000000) // Start of environment specific tags. 75 DYNAMIC_TAG_MARKER(HIOS, 0x6FFFFFFF) // End of environment specific tags. 76 DYNAMIC_TAG_MARKER(LOPROC, 0x70000000) // Start of processor specific tags. 77 DYNAMIC_TAG_MARKER(HIPROC, 0x7FFFFFFF) // End of processor specific tags. 110 // Hexagon specific dynamic table entries 115 // Mips specific dynamic table entry tags. 193 // PPC64 specific dynamic table entries.
|
| /freebsd-12.1/contrib/ntp/sntp/harden/ |
| H A D | README | 6 If no "more specific" file has been found and cvo.sh says the OS is 9 If no "mode specific" file has been found and the "uname" command returns
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | t-sol2 | 1 # Solaris-specific format checking and pragmas 8 # Solaris-specific attributes
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | configure.tgt | 1 # This is the binutils target specific file. This is invoked by the 3 # file lets us skip running autoconf when modifying target specific
|
| /freebsd-12.1/contrib/bsnmp/ |
| H A D | TODO | 11 port name. Plus a transport-specific table indexed by port name only. 14 to the transport-specific table.
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 12 is called by the relocation model specific lowering function, using 32 independent and machine specific SDNodes (for example: 36 The choice of specific instructions that are to be used is delegated 38 specific instructions. For example, in getAddrLocal, the pseudo-code
|
| /freebsd-12.1/contrib/amd/ |
| H A D | NEWS | 1 *** Notes specific to am-utils version 6.2 6 *** Notes specific to am-utils version 6.2-rc1 27 *** Notes specific to am-utils version 6.2a3 41 *** Notes specific to am-utils version 6.2a2 90 *** Notes specific to am-utils version 6.2a1 203 *** Notes specific to am-utils version 6.1.1 244 *** Notes specific to am-utils version 6.1 479 *** Notes specific to am-utils version 6.1b4 502 *** Notes specific to am-utils version 6.1b3 586 *** Notes specific to am-utils version 6.1b2 [all …]
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | configure.host | 19 # cpu_include_dir CPU-specific directory, defaults to cpu/generic 23 # os_include_dir OS-specific directory, defaults to os/generic. 119 # Set specific CPU overrides for cpu_defines_dir. Most can just use generic. 128 # Set specific CPU overrides for atomic_word_dir. Most can just use generic. 149 # Set specific CPU overrides for atomicity_dir. 165 # If atomic ops and/or numeric limits are OS-specific rather than
|