/netbsd-src/sys/dev/raidframe/ |
H A D | rf_acctrace.c | 88 acc->recon_start_to_fetch_us += rec->specific.recon.recon_start_to_fetch_us; in rf_LogTraceRec() 89 acc->recon_fetch_to_return_us += rec->specific.recon.recon_fetch_to_return_us; in rf_LogTraceRec() 90 acc->recon_return_to_submit_us += rec->specific.recon.recon_return_to_submit_us; in rf_LogTraceRec() 104 acc->suspend_ovhd_us += rec->specific.user.suspend_ovhd_us; in rf_LogTraceRec() 105 acc->map_us += rec->specific.user.map_us; in rf_LogTraceRec() 106 acc->lock_us += rec->specific.user.lock_us; in rf_LogTraceRec() 107 acc->dag_create_us += rec->specific.user.dag_create_us; in rf_LogTraceRec() 108 acc->dag_retry_us += rec->specific.user.dag_retry_us; in rf_LogTraceRec() 109 acc->exec_us += rec->specific.user.exec_us; in rf_LogTraceRec() 110 acc->cleanup_us += rec->specific.user.cleanup_us; in rf_LogTraceRec() [all …]
|
H A D | rf_states.c | 182 tracerec->specific.user.exec_us = RF_ETIMER_VAL_US(timer); in rf_ContinueDagAccess() 325 tracerec->specific.user.suspend_ovhd_us += RF_ETIMER_VAL_US(timer); in rf_State_Quiesce() 354 tracerec->specific.user.map_us = RF_ETIMER_VAL_US(timer); in rf_State_Map() 435 tracerec->specific.user.lock_us += RF_ETIMER_VAL_US(timer); in rf_State_Lock() 496 tracerec->specific.user.dag_create_us = RF_ETIMER_VAL_US(timer); in rf_State_CreateDAG() 682 tracerec->specific.user.dag_retry_us = RF_ETIMER_VAL_US(timer); in rf_State_Cleanup() 685 tracerec->specific.user.dag_retry_us = 0; in rf_State_Cleanup() 698 tracerec->specific.user.cleanup_us = RF_ETIMER_VAL_US(timer); in rf_State_Cleanup() 719 tracerec->specific.user.lock_us += RF_ETIMER_VAL_US(timer); in rf_State_Cleanup() 727 tracerec->specific.user.cleanup_us += RF_ETIMER_VAL_US(timer); in rf_State_Cleanup()
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-legg-ldap-admin-xx.txt | 47 definitions that apply for a specific aspect of administration, e.g., 142 specific administrative function. When viewed in this context, an 143 administrative area is termed a specific administrative area. 145 Examples of specific administrative areas are subschema specific 146 administrative areas, access control specific areas and collective 147 attribute specific areas. 150 defining a single specific administrative area for each specific 152 correspondence between each such specific administrative area and the 155 Alternatively, for each specific aspect of administration, the 157 non-overlapping specific administrative areas. [all …]
|
/netbsd-src/usr.sbin/makefs/ |
H A D | README | 43 File system specific parameters can be given as well, with a command 70 - parse the options, including calling fs-specific routines to 71 validate fs-specific options 77 the fs-specific tree walker should add this if required by the fs. 81 - Call an fs-specific routine to build the image based on the 84 Each fs-specific module should have the following external interfaces: 86 prepare_options optional file system specific defaults that need to be 87 setup before parsing fs-specific options. 89 parse_options parse the string for fs-specific options, feeding 92 cleanup_options optional file system specific data that need to be [all …]
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | targetvars | 2 $description = "Test target-specific variable settings."; 5 Create a makefile containing various flavors of target-specific variable 48 # Test target-specific vars with pattern/suffix rules 53 # Target-specific vars with multiple LHS pattern rules 117 # For PR/1378: Target-specific vars don't inherit correctly 136 # For PR/1380: Using += assignment in target-specific variables sometimes fails 166 # PR/1709: Test semicolons in target-specific variable values 182 # PR/2020: More hassles with += target-specific vars. I _really_ think 206 # Test double-colon rules with target-specific variable values 236 # Test double-colon rules with target-specific variable values and [all …]
|
H A D | patspecific_vars | 2 $description = "Test pattern-specific variable settings."; 5 Create a makefile containing various flavors of pattern-specific variable 64 # TEST #5 -- test pattern-specific exported variables 74 # TEST #6 -- test expansion of pattern-specific simple variables 116 # TEST #7 -- test expansion of pattern-specific recursive variables
|
/netbsd-src/lib/libc/softfloat/ |
H A D | softfloat-source.txt | 101 is slightly scattered between target-specific and target-independent 118 processors - Target-specific header files that are not specific to 130 are not within these target-specific subdirectories are intended to be 133 The naming convention used for the target-specific directories is 148 Alongside the supplied target-specific directories is a `templates' 149 directory containing a set of ``generic'' target-specific source files. A 162 the `*' symbol is used in place of the name of a specific target, such as 169 The target-specific `processors' header file defines integer types 198 The target-specific `softfloat.h' header file defines the SoftFloat 205 target-specific declarations in `softfloat.h' must match what `softfloat.c' [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/ |
H A D | druntime.m4 | 71 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 72 AC_ARG_ENABLE([version-specific-runtime-libs], 73 AC_HELP_STRING([--enable-version-specific-runtime-libs], 74 [Specify that runtime libraries should be installed in a compiler-specific directory]), 78 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);; 85 # Version-specific runtime libs processing.
|
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/ |
H A D | configure.ac | 20 # from this software without specific prior written permission. 58 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 59 AC_ARG_ENABLE([version-specific-runtime-libs], 60 AC_HELP_STRING([--enable-version-specific-runtime-libs], 62 ler-specific directory]), 66 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs 79 # and header files if --enable-version-specific-runtime-libs option 110 # target-specific files. The generic implementation is incomplete, but
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/ |
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 122 files that are not within these target-specific subdirectories are intended 125 The naming convention used for the target-specific directories is 140 Alongside the supplied target-specific directories there is a `templates' 141 directory containing a set of ``generic'' target-specific source files. 164 target-specific subdirectory within which the SoftFloat header file and 178 specific and some target-independent. The target-independent modules are as 229 later in this document explains how to create a target-specific `systfloat' 236 No target-specific modules are needed for `testsoftfloat'. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
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. 53 # cpu_opt_bits_random path name of random.h containing CPU-specific 56 # cpu_opt_ext_random path name of random.h containing CPU-specific 73 # tmake_file A list of machine-description-specific 143 # Set specific CPU overrides for cpu_defines_dir. Most can just use generic. 155 # Set specific CPU overrides for atomic_word_dir and atomic_flags. 172 # Set specific CPU overrides for atomicity_dir. 188 # Set directory with CPU-specific optimization 192 # For each header with CPU-specific optimizations check whether it [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/m4/ |
H A D | druntime.m4 | 71 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 72 AC_ARG_ENABLE([version-specific-runtime-libs], 73 AC_HELP_STRING([--enable-version-specific-runtime-libs], 74 [Specify that runtime libraries should be installed in a compiler-specific directory]), 78 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);; 85 # Version-specific runtime libs processing.
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ |
H A D | configure.ac | 12 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 13 AC_ARG_ENABLE(version-specific-runtime-libs, 14 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in … 18 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);; 64 # Add CET specific flags if CET is enabled 124 # Presume the ISO C functions are available; add target-specific 173 # and header files if --enable-version-specific-runtime-libs option
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ |
H A D | configure.ac | 12 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 13 AC_ARG_ENABLE(version-specific-runtime-libs, 14 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in … 18 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);; 64 # Add CET specific flags if CET is enabled 124 # Presume the ISO C functions are available; add target-specific 173 # and header files if --enable-version-specific-runtime-libs option
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | t-sol2 | 19 # Solaris-specific format checking and pragmas. 24 # Solaris-specific C++ mangling. 29 # Solaris-specific D support. 39 # Solaris-specific attributes
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | t-sol2 | 19 # Solaris-specific format checking and pragmas. 24 # Solaris-specific C++ mangling. 29 # Solaris-specific D support. 39 # Solaris-specific attributes
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | config.build | 1 # GCC build-specific configuration file. 20 # This is the GCC build-specific configuration file 21 # where a configuration type is mapped to different system-specific 24 # running autoconf when modifying build-specific information. 51 # System-specific settings.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | config.build | 1 # GCC build-specific configuration file. 20 # This is the GCC build-specific configuration file 21 # where a configuration type is mapped to different system-specific 24 # running autoconf when modifying build-specific information. 51 # System-specific settings.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
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. 53 # cpu_opt_bits_random path name of random.h containing CPU-specific 56 # cpu_opt_ext_random path name of random.h containing CPU-specific 139 # Set specific CPU overrides for cpu_defines_dir. Most can just use generic. 151 # Set specific CPU overrides for atomic_word_dir and atomic_flags. 168 # Set specific CPU overrides for atomicity_dir. 184 # Set directory with CPU-specific optimization 188 # For each header with CPU-specific optimizations check whether it 204 # If atomic ops and/or numeric limits are OS-specific rather than [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | intrinsic.c | 186 do_ts29113_check (gfc_intrinsic_sym *specific, gfc_actual_arglist *arg) in do_ts29113_check() argument 198 && specific->id != GFC_ISYM_C_LOC in do_ts29113_check() 199 && specific->id != GFC_ISYM_PRESENT) in do_ts29113_check() 207 && specific->id != GFC_ISYM_LBOUND in do_ts29113_check() 208 && specific->id != GFC_ISYM_PRESENT in do_ts29113_check() 209 && specific->id != GFC_ISYM_RANK in do_ts29113_check() 210 && specific->id != GFC_ISYM_SHAPE in do_ts29113_check() 211 && specific->id != GFC_ISYM_SIZE in do_ts29113_check() 212 && specific->id != GFC_ISYM_SIZEOF in do_ts29113_check() 213 && specific->id != GFC_ISYM_UBOUND in do_ts29113_check() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | intrinsic.cc | 244 do_ts29113_check (gfc_intrinsic_sym *specific, gfc_actual_arglist *arg) in do_ts29113_check() argument 257 && specific->id != GFC_ISYM_C_LOC in do_ts29113_check() 258 && specific->id != GFC_ISYM_PRESENT) in do_ts29113_check() 266 && specific->id != GFC_ISYM_LBOUND in do_ts29113_check() 267 && specific->id != GFC_ISYM_PRESENT in do_ts29113_check() 268 && specific->id != GFC_ISYM_RANK in do_ts29113_check() 269 && specific->id != GFC_ISYM_SHAPE in do_ts29113_check() 270 && specific->id != GFC_ISYM_SIZE in do_ts29113_check() 271 && specific->id != GFC_ISYM_SIZEOF in do_ts29113_check() 272 && specific->id != GFC_ISYM_UBOUND in do_ts29113_check() [all …]
|
/netbsd-src/sys/arch/hpcarm/conf/ |
H A D | files.sa11x0 | 3 # SA-11x0 model specific configuration info 6 # SA-11x0 specific files. 18 # iPaq specific configuration info 49 # JORNADA specific configuration info
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 5 // Add separate macros for the architecture specific tags and the markers 84 DYNAMIC_TAG_MARKER(LOOS, 0x60000000) // Start of environment specific tags. 85 DYNAMIC_TAG_MARKER(HIOS, 0x6FFFFFFF) // End of environment specific tags. 86 DYNAMIC_TAG_MARKER(LOPROC, 0x70000000) // Start of processor specific tags. 87 DYNAMIC_TAG_MARKER(HIPROC, 0x7FFFFFFF) // End of processor specific tags. 120 // AArch64 specific dynamic table entries 125 // Hexagon specific dynamic table entries 130 // Mips specific dynamic table entry tags. 208 // PPC specific dynamic table entries. 212 // PPC64 specific dynamic table entries.
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/ |
H A D | encoders.inc | 14 #define ENCODER_STRUCTURE_type_specific_keypair "type-specific" 15 #define ENCODER_STRUCTURE_type_specific_params "type-specific" 16 #define ENCODER_STRUCTURE_type_specific "type-specific" 17 #define ENCODER_STRUCTURE_type_specific_no_pub "type-specific" 70 * Entries for key type specific output formats. The structure name on these 78 * OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "DER", "type-specific", 86 * OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "PEM", "type-specific", 223 * Entries for key type specific output formats. These are exactly the 224 * same as the type specific above, except that they use the key type 225 * name as structure name instead of "type-specific", in the call on
|