Searched refs:supported (Results 26 - 50 of 111) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfeature.c109 * features_for_read need to be supported.
112 * features_for_write need to be supported.
169 * Checks that the active features in the pool are supported by
178 boolean_t supported; local
189 supported = B_TRUE;
203 supported = B_FALSE;
223 return (supported);
/freebsd-13-stable/contrib/pjdfstest/tests/chown/
H A D00.t10 if supported lchmod; then
187 if [ "${type}" != "symlink" ] || supported lchmod; then
190 if supported lchmod; then
198 if supported lchmod; then
283 if [ "${type}" != "symlink" ] || supported lchmod; then
287 if supported lchmod; then
296 if supported lchmod; then
305 if supported lchmod; then
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_ioctl.h64 uint32_t supported; /* Features this interface supports */ member in struct:bxe_dev_setting
/freebsd-13-stable/stand/common/
H A Dself_reloc.c44 #error architecture not supported
/freebsd-13-stable/crypto/openssh/
H A Dgss-serv.c72 * list of supported mechanisms before privsep is set up.
150 gss_OID_set supported; local
153 gss_indicate_mechs(&min_status, &supported);
157 &supported_mechs[i]->oid, supported, &present)))
165 gss_release_oid_set(&min_status, &supported);
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c20 unsigned long flag, int indent, int supported);
174 unsigned long flag, int indent, int supported)
182 if (supported)
173 unknown_ext_print(BIO *out, const unsigned char *ext, int extlen, unsigned long flag, int indent, int supported) argument
/freebsd-13-stable/lib/libc/arm/gen/
H A D_setjmp.S36 #error FPA is not supported anymore
H A Dsetjmp.S36 #error FPA is not supported anymore
/freebsd-13-stable/lib/msun/riscv/
H A Dfenv.h78 #error single precision floating point ABI not supported
/freebsd-13-stable/contrib/bc/include/
H A Dhistory.h89 #error History is not supported on Windows.
/freebsd-13-stable/sys/dev/twe/
H A Dtwe_compat.h126 #error platform not supported
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c35 # warning This is not supported. It has not been tested, it might not
/freebsd-13-stable/sbin/pfctl/tests/
H A Dpfctl_test_list.inc11 * This work was supported by Innovate UK project 105694, "Digital Security by
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-cmp-numeric-eq.mk20 # Scientific notation is supported, as per strtod.
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp60 # warning The MIPS architecture is not supported with this ABI and environment!
66 # error Architecture not supported
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe.h364 ((_phy)->supported = 0)
367 ((_phy)->supported |= SUPPORTED_##_mode)
370 ((_phy)->supported &= ~SUPPORTED_##_mode)
373 ((_phy)->supported & SUPPORTED_##_mode)
636 uint32_t supported; member in struct:xgbe_phy
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Damdvi_hw.c100 /* Page table level used <= supported by h/w[v1=7]. */
208 /* Enable IOTLB support for IOMMU if its supported. */
215 bool supported;
217 supported = (softc->ivhd_flag & IVHD_FLAG_IOTLB) ? true : false;
220 if (!supported)
223 if (supported && !amdvi_enable_iotlb) {
225 supported = false;
228 supported = false;
230 softc->iotlb = supported;
311 * Various commands supported b
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp219 #error Activation of OMPT is not supported on this platform.
241 #error Activation of OMPT is not supported on this platform.
262 #error Activation of OMPT is not supported on this platform.
/freebsd-13-stable/sys/modules/linux64/
H A DMakefile47 .error ${MACHINE_CPUARCH} not yet supported by linux64
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_os.h53 #error FreeBSD Version not supported - use version >= 700112
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_os.h54 #error FreeBSD Version not supported - use version >= 900044
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_os.h54 #error FreeBSD Version not supported - use version >= 900044
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h104 uint32_t supported; /* Features this interface supports */ member in struct:qlnx_dev_setting
H A Dqlnx_os.h54 #error FreeBSD Version not supported - use version >= 1000000
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk48 # MACHINE specific depend files are supported, but *not* default.

Completed in 224 milliseconds

12345