| /freebsd-13-stable/sys/contrib/openzfs/config/ |
| HD | kernel-vfs-iov_iter.m4 | 2 dnl # Check for available iov_iter functionality. 108 AC_MSG_CHECKING([whether iov_iter types are available]) 112 [iov_iter types are available]) 118 AC_MSG_CHECKING([whether iov_iter_advance() is available]) 122 [iov_iter_advance() is available]) 128 AC_MSG_CHECKING([whether iov_iter_revert() is available]) 132 [iov_iter_revert() is available]) 138 AC_MSG_CHECKING([whether iov_iter_fault_in_readable() is available]) 142 [iov_iter_fault_in_readable() is available]) 146 AC_MSG_CHECKING([whether fault_in_iov_iter_readable() is available]) [all …]
|
| HD | kernel-blk-queue.m4 | 17 AC_MSG_CHECKING([whether struct blk_plug is available]) 91 dnl # 5.19: bdev_max_discard_sectors() available 92 dnl # 2.6.32: blk_queue_discard() available 116 AC_MSG_CHECKING([whether bdev_max_discard_sectors() is available]) 120 [bdev_max_discard_sectors() is available]) 124 AC_MSG_CHECKING([whether blk_queue_discard() is available]) 128 [blk_queue_discard() is available]) 136 dnl # 5.19: bdev_max_secure_erase_sectors() available 137 dnl # 4.8: blk_queue_secure_erase() available 138 dnl # 2.6.36: blk_queue_secdiscard() available [all …]
|
| HD | kernel-genhd-flags.m4 | 30 AC_MSG_CHECKING([whether GENHD_FL_EXT_DEVT flag is available]) 34 [GENHD_FL_EXT_DEVT flag is available]) 38 [GENHD_FL_EXT_DEVT flag is not available]) 41 AC_MSG_CHECKING([whether GENHD_FL_NO_PART flag is available]) 45 [GENHD_FL_NO_PART flag is available]) 49 AC_MSG_CHECKING([whether GENHD_FL_NO_PART_SCAN flag is available]) 53 [GENHD_FL_NO_PART_SCAN flag is available])
|
| HD | kernel-generic_io_acct.m4 | 82 AC_MSG_CHECKING([whether 6.3+ bdev_*_io_acct() are available]) 85 AC_DEFINE(HAVE_BDEV_IO_ACCT_63, 1, [bdev_*_io_acct() available]) 95 AC_MSG_CHECKING([whether pre-6.3 bdev_*_io_acct() are available]) 98 AC_DEFINE(HAVE_BDEV_IO_ACCT_OLD, 1, [bdev_*_io_acct() available]) 107 AC_MSG_CHECKING([whether generic disk_*_io_acct() are available]) 110 AC_DEFINE(HAVE_DISK_IO_ACCT, 1, [disk_*_io_acct() available]) 119 AC_MSG_CHECKING([whether generic bio_*_io_acct() are available]) 122 AC_DEFINE(HAVE_BIO_IO_ACCT, 1, [bio_*_io_acct() available]) 138 [generic_*_io_acct() 4 arg available]) 154 [generic_*_io_acct() 3 arg available])
|
| /freebsd-13-stable/sys/modules/zfs/ |
| HD | zfs_config.h | 87 /* bdevname() is available */ 93 /* bdev_*_io_acct() available */ 96 /* bdev_*_io_acct() available */ 102 /* bdev_max_discard_sectors() is available */ 105 /* bdev_max_secure_erase_sectors() is available */ 117 /* bdev_whole() is available */ 135 /* bio_*_io_acct() available */ 141 /* bio_set_dev() is available */ 150 /* bio_set_op_attrs is available */ 159 /* blkdev_issue_discard() is available */ [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | simd_x86.h | 97 * Check if SSE instruction set is available 106 * Check if SSE2 instruction set is available 115 * Check if SSE3 instruction set is available 124 * Check if SSSE3 instruction set is available 133 * Check if SSE4.1 instruction set is available 142 * Check if SSE4.2 instruction set is available 151 * Check if AVX instruction set is available 164 * Check if AVX2 instruction set is available 193 /* Check if AVX512F instruction set is available */ 204 /* Check if AVX512CD instruction set is available */ [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/ |
| HD | simd.h | 232 * Check if SSE instruction set is available 241 * Check if SSE2 instruction set is available 250 * Check if SSE3 instruction set is available 259 * Check if SSSE3 instruction set is available 268 * Check if SSE4.1 instruction set is available 277 * Check if SSE4.2 instruction set is available 286 * Check if AVX instruction set is available 295 * Check if AVX2 instruction set is available 304 * Check if BMI1 instruction set is available 313 * Check if BMI2 instruction set is available [all …]
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_get_ciphers.pod | 12 - get list of available SSL_CIPHERs 30 SSL_get_ciphers() returns the stack of available SSL_CIPHERs for B<ssl>, 31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL 34 SSL_CTX_get_ciphers() returns the stack of available SSL_CIPHERs for B<ctx>. 47 If B<ssl> is NULL or no ciphers are available, NULL is returned. 49 SSL_get_client_ciphers() returns the stack of available SSL_CIPHERs matching the 51 available, or B<ssl> is not operating in server mode, NULL is returned. 63 available, or there are less ciphers than B<priority> available, NULL 67 SSL_CIPHER names that are available in both the client and the server. B<buf> is 72 a ciphersuite is available (i.e. it is configured in the cipher list) and shared [all …]
|
| HD | OPENSSL_VERSION_NUMBER.pod | 67 "compiler: ..." if available or "compiler: information not available" 72 The date of the build process in the form "built on: ..." if available 73 or "built on: date not available" otherwise. 78 if available or "platform: information not available" otherwise. 83 if available or "OPENSSLDIR: N/A" otherwise. 88 if available or "ENGINESDIR: N/A" otherwise. 92 For an unknown B<t>, the text "not available" is returned.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | TargetSelect.h | 21 // Declare all of the target-initialization functions that are available. 28 // Declare all of the target-MC-initialization functions that are available. 32 // Declare all of the available assembly printer initialization functions. 36 // Declare all of the available assembly parser initialization functions. 40 // Declare all of the available disassembler initialization functions. 45 // Declare all of the available TargetMCA initialization functions. 52 /// it wants access to all available targets that LLVM is configured to 53 /// support, to make them available via the TargetRegistry. 62 /// wants access to all available target machines that LLVM is configured to 63 /// support, to make them available via the TargetRegistry. [all …]
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | SSL_get_ciphers.3 | 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 142 …_to_cipher_list, SSL_get_cipher_list, SSL_get_shared_ciphers \&\- get list of available SSL_CIPHERs 160 \&\fBSSL_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBssl\fR, 161 sorted by preference. If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0 164 \&\fBSSL_CTX_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBctx\fR. 177 If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0 is returned. 179 \&\fBSSL_get_client_ciphers()\fR returns the stack of available SSL_CIPHERs matching the 181 available, or \fBssl\fR is not operating in server mode, \s-1NULL\s0 is returned. 193 available, or there are less ciphers than \fBpriority\fR available, \s-1NULL\s0 197 \&\s-1SSL_CIPHER\s0 names that are available in both the client and the server. \fBbuf\fR is [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| HD | LoongArchTargetParser.h | 26 // 64-bit ISA is available. 29 // Single-precision floating-point instructions are available. 32 // Double-precision floating-point instructions are available. 35 // Loongson SIMD Extension is available. 38 // Loongson Advanced SIMD Extension is available. 41 // Loongson Binary Translation Extension is available. 44 // Loongson Virtualization Extension is available. 50 // Floating-point approximate reciprocal instructions are available.
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| HD | reservation_004_pos.ksh | 44 # 2) Get the space used and available in the pool 45 # 3) Set a reservation on the filesystem less than the space available. 49 # 6) Verify that the space used and available totals for the pool have 69 space_avail=`get_prop available $TESTPOOL` 88 # re-calculate space available. 89 space_avail=`get_prop available $TESTPOOL` 96 space_avail=`get_prop available $TESTPOOL` 101 # not by the space available in the pool but rather by the size 117 new_space_avail=`get_prop available $TESTPOOL`
|
| HD | reservation_001_pos.ksh | 39 # the reservation is less than the space available in the pool. 44 # 2) Get the space available in the pool 45 # 3) Set a reservation on the filesystem less than the space available. 64 "use value smaller than space available property of pool" 66 space_avail=`get_prop available $TESTPOOL` 92 space_avail=`get_prop available $TESTPOOL` 98 # available in the pool but rather by the size of 114 new_space_avail=`get_prop available $obj`
|
| HD | reservation_007_pos.ksh | 39 # dataset at the same level in the hierarchy beyond using up available 67 space_avail=`get_prop available $TESTPOOL` 91 avail_aft_dset1=`get_prop available $TESTPOOL` 100 # available totals should revert back to the values they 105 avail_dest_dset2=`get_prop available $TESTPOOL` 113 # space available totals should revert back to the values 117 avail_dest_dset1=`get_prop available $TESTPOOL`
|
| HD | reservation_005_pos.ksh | 44 # 2) Get the space used and available in the pool 45 # 3) Set a reservation on the filesystem less than the space available. 49 # 6) Verify that the space used and available totals for the pool have 68 space_avail=`get_prop available $TESTPOOL` 85 space_avail=`get_prop available $TESTPOOL` 95 # not by the space available in the pool but rather by the size 111 new_space_avail=`get_prop available $TESTPOOL`
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZMachineScheduler.cpp | 11 // the MachineScheduler. It has a sorted Available set of SUs and a pickNode() 75 Available.clear(); // -misched-cutoff. in initialize() 162 if (Available.empty()) in pickNode() 166 if (Available.size() == 1) { in pickNode() 168 HazardRec->dumpSU(*Available.begin(), dbgs()); dbgs() << "\n";); in pickNode() 169 return *Available.begin(); in pickNode() 172 // All nodes that are possible to schedule are stored in the Available set. in pickNode() 173 LLVM_DEBUG(dbgs() << "** Available: "; Available.dump(*HazardRec);); in pickNode() 176 for (auto *SU : Available) { in pickNode() 243 if (Available.size() == 1) dbgs() << "(only one) "; in schedNode() [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| HD | simd_x86.h | 482 * Check if SSE instruction set is available 491 * Check if SSE2 instruction set is available 500 * Check if SSE3 instruction set is available 509 * Check if SSSE3 instruction set is available 518 * Check if SSE4.1 instruction set is available 527 * Check if SSE4.2 instruction set is available 536 * Check if AVX instruction set is available 545 * Check if AVX2 instruction set is available 554 * Check if BMI1 instruction set is available 567 * Check if BMI2 instruction set is available [all …]
|
| /freebsd-13-stable/sbin/dhclient/ |
| HD | dhcp-options.5 | 49 services that are available on the network. 187 option specifies a list of RFC 868 time servers available to the client. 195 option specifies a list of IEN 116 name servers available to the client. 204 available to the client. 212 option specifies a list of MIT-LCS UDP log servers available to the client. 220 option specifies a list of RFC 865 cookie servers available to the client. 228 option specifies a list of RFC 1179 line printer servers available to the 237 option specifies a list of Imagen Impress servers available to the client. 243 This option specifies a list of RFC 887 Resource Location servers available 424 available to the client. [all …]
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-l2t-defs.h | 85 … could not find an available/unlocked set (for 89 … another PP to LOCKDOWN all SETs available to PP#n, 94 … available SET(specified by UMSK'x)' as the replacement 97 …uint64_t lckerr : 1; /**< SW attempted to LOCK DOWN the last available set … 101 … NOTE: 'Available' sets takes the L2C_SPAR*[UMSK*] 105 … last available SET0 would result in a LCKERR. (This 177 … could not find an available/unlocked set (for 181 … another PP to LOCKDOWN all SETs available to PP#n, 186 … available SET(specified by UMSK'x)' as the replacement 189 …uint64_t lckerr : 1; /**< SW attempted to LOCK DOWN the last available set … [all …]
|
| /freebsd-13-stable/lib/clang/include/llvm/Config/ |
| HD | llvm-config.h | 33 /* LLVM architecture name for the native architecture, if available */ 36 /* LLVM name for the native AsmParser init function, if available */ 39 /* LLVM name for the native AsmPrinter init function, if available */ 42 /* LLVM name for the native Disassembler init function, if available */ 45 /* LLVM name for the native Target init function, if available */ 48 /* LLVM name for the native TargetInfo init function, if available */ 51 /* LLVM name for the native target MC init function, if available */ 54 /* LLVM name for the native target MCA init function, if available */ 198 /* Define if zlib compression is available */ 201 /* Define if zstd compression is available */ [all …]
|
| /freebsd-13-stable/tests/sys/cddl/zfs/tests/reservation/ |
| HD | reservation_004_pos.ksh | 47 # 2) Get the space used and available in the pool 48 # 3) Set a reservation on the filesystem less than the space available. 52 # 6) Verify that the space used and available totals for the pool have 72 space_avail=`get_prop available $TESTPOOL` 93 # re-calculate space available. 94 space_avail=`get_prop available $TESTPOOL` 101 space_avail=`get_prop available $TESTPOOL` 106 # not by the space available in the pool but rather by the size 122 new_space_avail=`get_prop available $TESTPOOL`
|
| HD | reservation_001_pos.ksh | 42 # the reservation is less than the space available in the pool. 47 # 2) Get the space available in the pool 48 # 3) Set a reservation on the filesystem less than the space available. 68 " available property of pool" 70 space_avail=`get_prop available $TESTPOOL` 98 space_avail=`get_prop available $TESTPOOL` 104 # available in the pool but rather by the size of 120 new_space_avail=`get_prop available $obj`
|
| /freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | jemalloc_internal_defs.h | 47 /* Defined if C11 atomics are available. */ 50 /* Defined if GCC __atomic atomics are available. */ 55 /* Defined if GCC __sync atomics are available. */ 61 * Defined if __builtin_clz() and __builtin_clzl() are available. 66 * Defined if os_unfair_lock_*() functions are available, as provided by Darwin. 74 * Defined if secure_getenv(3) is available. 79 * Defined if issetugid(2) is available. 83 /* Defined if pthread_atfork(3) is available. */ 86 /* Defined if pthread_setname_np(3) is available. */ 90 * Defined if clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is available. [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInsertWriteVXRM.cpp | 15 // to calculate where a VXRM value is available. The second is a backwards 19 // where a value is anticipated, but not available. 147 // Keeps track of the available VXRM value at the start of the basic bloc. 150 // Keeps track of the available VXRM value at the end of the basic block. 245 VXRMInfo Available; in computeAvailable() local 247 Available.setUnknown(); in computeAvailable() 250 Available = Available.intersect(BlockInfo[P->getNumber()].AvailableOut); in computeAvailable() 253 // If we don't have any valid available info, wait until we do. in computeAvailable() 254 if (!Available.isValid()) in computeAvailable() 257 if (Available != BBInfo.AvailableIn) { in computeAvailable() [all …]
|