Home
last modified time | relevance | path

Searched full:available (Results 1 – 25 of 5986) sorted by relevance

12345678910>>...240

/freebsd/sys/modules/zfs/
H A Dzfs_config.h66 /* backtrace() is available */
69 /* bdevname() is available */
78 /* bdev_*_io_acct() available */
81 /* bdev_*_io_acct() available */
87 /* bdev_max_discard_sectors() is available */
90 /* bdev_max_secure_erase_sectors() is available */
93 /* bdev_nr_bytes() is available */
105 /* bdev_whole() is available */
114 /* bio_*_io_acct() available */
126 /* bio_set_op_attrs is available */
[all...]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h101 * Check if SSE instruction set is available
110 * Check if SSE2 instruction set is available
119 * Check if SSE3 instruction set is available
128 * Check if SSSE3 instruction set is available
137 * Check if SSE4.1 instruction set is available
146 * Check if SSE4.2 instruction set is available
155 * Check if AVX instruction set is available
168 * Check if AVX2 instruction set is available
181 * Check if SHA_NI instruction set is available
210 /* Check if AVX512F instruction set is available */
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-blk-queue.m417 AC_MSG_CHECKING([whether struct blk_plug is available])
28 dnl # 6.11: bdi no longer available through request_queue, so get it from
66 AC_MSG_CHECKING([whether backing_dev_info is available through queue gendisk])
70 [backing_dev_info is available through queue gendisk])
117 dnl # 5.19: bdev_max_discard_sectors() available
118 dnl # 2.6.32: blk_queue_discard() available
142 AC_MSG_CHECKING([whether bdev_max_discard_sectors() is available])
146 [bdev_max_discard_sectors() is available])
150 AC_MSG_CHECKING([whether blk_queue_discard() is available])
154 [blk_queue_discard() is available])
[all …]
H A Dkernel-vfs-iov_iter.m42 dnl # Check for available iov_iter functionality.
44 AC_MSG_CHECKING([whether fault_in_iov_iter_readable() is available])
48 [fault_in_iov_iter_readable() is available])
58 AC_MSG_CHECKING([whether iov_iter_type() is available])
62 [iov_iter_type() is available])
71 AC_MSG_CHECKING([whether iter_is_ubuf() is available])
74 AC_DEFINE(HAVE_ITER_IS_UBUF, 1, [iter_is_ubuf() is available])
85 AC_MSG_CHECKING([whether iter_iov() is available])
89 [iter_iov() is available])
H A Dkernel-vfs-file_range.m437 AC_MSG_CHECKING([whether generic_copy_file_range() is available])
42 [generic_copy_file_range() is available])
62 AC_MSG_CHECKING([whether splice_copy_file_range() is available])
66 [splice_copy_file_range() is available])
92 AC_MSG_CHECKING([whether fops->clone_file_range() is available])
96 [fops->clone_file_range() is available])
122 AC_MSG_CHECKING([whether fops->dedupe_file_range() is available])
126 [fops->dedupe_file_range() is available])
153 AC_MSG_CHECKING([whether fops->remap_file_range() is available])
157 [fops->remap_file_range() is available])
H A Dkernel-generic_io_acct.m470 AC_MSG_CHECKING([whether 6.3+ bdev_*_io_acct() are available])
73 AC_DEFINE(HAVE_BDEV_IO_ACCT_63, 1, [bdev_*_io_acct() available])
83 AC_MSG_CHECKING([whether pre-6.3 bdev_*_io_acct() are available])
86 AC_DEFINE(HAVE_BDEV_IO_ACCT_OLD, 1, [bdev_*_io_acct() available])
95 AC_MSG_CHECKING([whether generic disk_*_io_acct() are available])
98 AC_DEFINE(HAVE_DISK_IO_ACCT, 1, [disk_*_io_acct() available])
107 AC_MSG_CHECKING([whether generic bio_*_io_acct() are available])
110 AC_DEFINE(HAVE_BIO_IO_ACCT, 1, [bio_*_io_acct() available])
126 [generic_*_io_acct() 4 arg available])
H A Dkernel-blkdev.m4464 AC_MSG_CHECKING([whether bdev_physical_block_size() is available])
486 AC_MSG_CHECKING([whether bdev_logical_block_size() is available])
508 AC_MSG_CHECKING([whether bdev_whole() is available])
511 AC_DEFINE(HAVE_BDEV_WHOLE, 1, [bdev_whole() is available])
532 AC_MSG_CHECKING([whether bdev_nr_bytes() is available])
535 AC_DEFINE(HAVE_BDEV_NR_BYTES, 1, [bdev_nr_bytes() is available])
560 AC_DEFINE(HAVE_BDEVNAME, 1, [bdevname() is available])
569 dnl # functions when available.
574 dnl # async discard: [not available]
575 dnl # async erase: [not available]
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h258 * Check if SSE instruction set is available
267 * Check if SSE2 instruction set is available
276 * Check if SSE3 instruction set is available
285 * Check if SSSE3 instruction set is available
294 * Check if SSE4.1 instruction set is available
303 * Check if SSE4.2 instruction set is available
312 * Check if AVX instruction set is available
321 * Check if AVX2 instruction set is available
330 * Check if BMI1 instruction set is available
339 * Check if BMI2 instruction set is available
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_ciphers.pod12 - 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 …]
H A DOpenSSL_version.pod126 C<compiler: ...> if available, or C<compiler: information not available>
131 The date of the build process in the form C<built on: ...> if available
132 or C<built on: date not available> otherwise.
133 The date would not be available in a reproducible build, for example.
138 if available, or C<platform: information not available> otherwise.
143 if available, or C<OPENSSLDIR: N/A> otherwise.
148 if available, or C<ENGINESDIR: N/A> otherwise. This option is deprecated in
154 if available, or C<MODULESDIR: N/A> otherwise.
163 or C<CPUINFO: N/A> if not available.
167 For an unknown I<t>, the text C<not available> is returned.
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetSelect.h21 // 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/secure/lib/libcrypto/man/man3/
H A DSSL_get_ciphers.322 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
147 \&\- get list of available SSL_CIPHERs
165 \&\fBSSL_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBssl\fR,
166 sorted by preference. If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0
169 \&\fBSSL_CTX_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBctx\fR.
182 If \fBssl\fR is \s-1NULL\s0 or no ciphers are available, \s-1NULL\s0 is returned.
184 \&\fBSSL_get_client_ciphers()\fR returns the stack of available SSL_CIPHERs matching the
186 available, or \fBssl\fR is not operating in server mode, \s-1NULL\s0 is returned.
198 available, or there are less ciphers than \fBpriority\fR available, \s-1NULL\s0
202 \&\s-1SSL_CIPHER\s0 names that are available in both the client and the server. \fBbuf\fR is
[all …]
H A DOpenSSL_version.322 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
247 \&\f(CW\*(C`compiler: ...\*(C'\fR if available, or \f(CW\*(C`compiler: information not available\*…
251 The date of the build process in the form \f(CW\*(C`built on: ...\*(C'\fR if available
252 or \f(CW\*(C`built on: date not available\*(C'\fR otherwise.
253 The date would not be available in a reproducible build, for example.
257 if available, or \f(CW\*(C`platform: information not available\*(C'\fR otherwise.
261 if available, or \f(CW\*(C`OPENSSLDIR: N/A\*(C'\fR otherwise.
265 if available, or \f(CW\*(C`ENGINESDIR: N/A\*(C'\fR otherwise. This option is deprecated in
270 if available, or \f(CW\*(C`MODULESDIR: N/A\*(C'\fR otherwise.
278 or \f(CW\*(C`CPUINFO: N/A\*(C'\fR if not available.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.h26 // 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/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h464 * Check if SSE instruction set is available
473 * Check if SSE2 instruction set is available
482 * Check if SSE3 instruction set is available
491 * Check if SSSE3 instruction set is available
500 * Check if SSE4.1 instruction set is available
509 * Check if SSE4.2 instruction set is available
518 * Check if AVX instruction set is available
527 * Check if AVX2 instruction set is available
536 * Check if BMI1 instruction set is available
549 * Check if BMI2 instruction set is available
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_004_pos.ksh44 # 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`
H A Dreservation_001_pos.ksh39 # 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)
H A Dreservation_005_pos.ksh44 # 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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp11 // 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/sbin/dhclient/
H A Ddhcp-options.549 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/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_004_pos.ksh44 # 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`
90 # re-calculate space available.
91 space_avail=`get_prop available $TESTPOOL`
98 space_avail=`get_prop available $TESTPOOL`
103 # not by the space available in the pool but rather by the size
119 new_space_avail=`get_prop available $TESTPOOL`
H A Dreservation_001_pos.ksh39 # 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.
65 " available property of pool"
67 space_avail=`get_prop available $TESTPOOL`
95 space_avail=`get_prop available $TESTPOOL`
101 # available in the pool but rather by the size of
117 new_space_avail=`get_prop available $obj`
/freebsd/lib/clang/include/llvm/Config/
H A Dllvm-config.h33 /* 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/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h47 /* 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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp15 // 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 …]

12345678910>>...240