| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | tegra30-cpu-opp.dtsi | 10 opp-supported-hw = <0x1F 0x31FE>; 16 opp-supported-hw = <0x1F 0x0C01>; 22 opp-supported-hw = <0x1F 0x0200>; 28 opp-supported-hw = <0x1F 0x31FE>; 34 opp-supported-hw = <0x1F 0x0C01>; 40 opp-supported-hw = <0x1F 0x0200>; 46 opp-supported-hw = <0x1F 0x31FE>; 52 opp-supported-hw = <0x1F 0x0C01>; 58 opp-supported-hw = <0x1F 0x0200>; 64 opp-supported-hw = <0x1F 0x0C00>; [all …]
|
| HD | tegra20-cpu-opp.dtsi | 10 opp-supported-hw = <0x0F 0x0003>; 16 opp-supported-hw = <0x0F 0x0004>; 22 opp-supported-hw = <0x0F 0x0003>; 28 opp-supported-hw = <0x0F 0x0004>; 34 opp-supported-hw = <0x0C 0x0003>; 40 opp-supported-hw = <0x03 0x0006>; 46 opp-supported-hw = <0x04 0x0004>; 52 opp-supported-hw = <0x08 0x0004>; 58 opp-supported-hw = <0x03 0x0001>; 64 opp-supported-hw = <0x08 0x0003>; [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/opp/ |
| HD | qcom-nvmem-cpufreq.txt | 46 - opp-supported-hw: A single 32 bit bitmap value, representing compatible HW. 151 opp-supported-hw = <0x77>; 157 opp-supported-hw = <0x70>; 163 opp-supported-hw = <0x7>; 169 opp-supported-hw = <0x70>; 175 opp-supported-hw = <0x7>; 181 opp-supported-hw = <0x70>; 187 opp-supported-hw = <0x7>; 193 opp-supported-hw = <0x70>; 199 opp-supported-hw = <0x7>; [all …]
|
| /freebsd-13-stable/sys/mips/cavium/ |
| HD | octeon_rtc.c | 71 cvmx_rtc_options_t supported; in octeon_rtc_probe() local 76 supported = cvmx_rtc_supported(); in octeon_rtc_probe() 77 if (supported == 0) in octeon_rtc_probe() 87 cvmx_rtc_options_t supported; in octeon_rtc_attach() local 89 supported = cvmx_rtc_supported(); in octeon_rtc_attach() 90 if ((supported & CVMX_RTC_READ) == 0) in octeon_rtc_attach() 100 cvmx_rtc_options_t supported; in octeon_rtc_settime() local 103 supported = cvmx_rtc_supported(); in octeon_rtc_settime() 104 if ((supported & CVMX_RTC_WRITE) == 0) in octeon_rtc_settime()
|
| /freebsd-13-stable/contrib/pjdfstest/tests/chmod/ |
| HD | 08.t | 28 supported lchmod && expect EPERM lchmod ${n0} 0600 33 supported lchmod && expect 0 lchmod ${n0} 0400 34 supported lchmod && expect 0400 stat ${n0} mode 41 supported lchmod && expect 0 lchmod ${n0} 0400 42 supported lchmod && expect 0400 stat ${n0} mode 52 supported lchmod && expect 0 lchmod ${n0} 0500 53 supported lchmod && expect 0500 stat ${n0} mode 63 supported lchmod && expect EPERM lchmod ${n0} 0600 73 supported lchmod && expect EPERM lchmod ${n0} 0600 84 supported lchmod && expect 0 lchmod ${n0} 0400 [all …]
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-rtc.h | 81 static int supported = -1; in cvmx_rtc_supported() local 83 if (supported < 0) { in cvmx_rtc_supported() 87 supported = CVMX_RTC_READ | CVMX_RTC_WRITE | CVMX_RTC_TIME_EPOCH; in cvmx_rtc_supported() 93 supported = CVMX_RTC_READ | CVMX_RTC_WRITE | CVMX_RTC_TIME_CAL; in cvmx_rtc_supported() 97 supported = 0; in cvmx_rtc_supported() 104 supported); in cvmx_rtc_supported() 108 return (cvmx_rtc_options_t) supported; in cvmx_rtc_supported()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/cpufreq/ |
| HD | ti-cpufreq.txt | 7 provide the OPP framework with supported hardware information. This is 29 - opp-supported-hw: Two bitfields indicating: 30 1. Which revision of the SoC the OPP is supported by 73 opp-supported-hw = <0x06 0x0010>; 80 opp-supported-hw = <0x01 0x00FF>; 87 opp-supported-hw = <0x06 0x0020>; 94 opp-supported-hw = <0x01 0xFFFF>; 100 opp-supported-hw = <0x06 0x0040>; 106 opp-supported-hw = <0x01 0xFFFF>; 112 opp-supported-hw = <0x06 0x0080>; [all …]
|
| HD | imx-cpufreq-dt.txt | 6 the opp-supported-hw values for each OPP to check if the OPP is allowed. 12 - opp-supported-hw: Two bitmaps indicating: 28 opp-supported-hw = <0xf>, <0x3>; 35 opp-supported-hw = <0xe>, <0x7>;
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/dma/ |
| HD | snps-dma.txt | 7 - dma-channels: Number of channels supported by hardware 8 - dma-requests: Number of DMA request lines supported, up to 16 9 - dma-masters: Number of AHB masters supported by the controller 15 - block_size: Maximum block size supported by the controller 16 - data-width: Maximum data width supported by hardware per AHB master 21 - data_width: Maximum data width supported by hardware per AHB master 26 - multi-block: Multi block transfers supported by hardware. Array property with 27 one cell per channel. 0: not supported, 1 (default): supported.
|
| D | snps,dw-axi-dmac.txt | 8 - dma-channels: Number of channels supported by hardware. 9 - snps,dma-masters: Number of AXI masters supported by the hardware. 10 - snps,data-width: Maximum AXI data width supported by hardware. 15 - snps,block-size: Maximum block size supported by the controller channel. 21 supported by DMAC is used. [1:256]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68k.td | 23 "Is M68000 ISA supported">; 27 "Is M68010 ISA supported", 32 "Is M68020 ISA supported", 37 "Is M68030 ISA supported", 42 "Is M68881 (FPU) ISA supported">; 46 "Is M68882 (FPU) ISA supported", 51 "Is M68040 ISA supported", 56 "Is M68060 ISA supported", 69 // M68k processors supported.
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_set1_curves.pod | 9 - EC supported curve functions 35 For all of the functions below that set the supported groups there must be at 38 SSL_CTX_set1_groups() sets the supported groups for B<ctx> to B<glistlen> 41 supported groups extension. For a TLS server the groups are used to 44 SSL_CTX_set1_groups_list() sets the supported groups for B<ctx> to 49 supported groups for the SSL structure B<ssl>. 51 SSL_get1_groups() returns the set of supported groups sent by a client 52 in the supported groups extension. It returns the total number of 53 supported groups. The B<groups> parameter can be B<NULL> to simply 56 order. It can return zero if the client did not send a supported groups [all …]
|
| HD | SSL_CTX_set1_sigalgs.pod | 8 SSL_set1_client_sigalgs_list - set supported signature algorithms 26 SSL_CTX_set1_sigalgs() and SSL_set1_sigalgs() set the supported signature 31 SSL_CTX_set1_sigalgs_list() and SSL_set1_sigalgs_list() set the supported 54 The signature algorithms set by a client are used directly in the supported 57 The supported signature algorithms set by a server are not sent to the 74 NID_sha512 digest NIDs are supported and the public key algorithm NIDs 92 Set supported signature algorithms to SHA256 with ECDSA and SHA256 with RSA 99 Set supported signature algorithms to SHA256 with ECDSA and SHA256 with RSA
|
| HD | SSL_CTX_set_min_proto_version.pod | 9 and maximum supported protocol version 27 The functions get or set the minimum and maximum supported protocol versions 36 supported by the library, respectively. 39 automatically use the lowest or highest version supported by the library. 41 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
|
| HD | SSL_CONF_cmd.pod | 26 Currently supported B<cmd> names for command lines (i.e. when the 36 This sets the supported signature algorithms for TLSv1.2 and TLSv1.3. 38 value is used directly for the supported signature algorithms extension. For 44 is one of B<RSA>, B<DSA> or B<ECDSA> and B<hash> is a supported algorithm 51 If this option is not set then all signature algorithms supported by the 60 This sets the supported signature algorithms associated with client 73 This sets the supported groups. For clients, the groups are 74 sent using the supported groups extension. For servers, it is used 120 structure is set. This option is only supported if certificate operations 126 context. This option is only supported if certificate operations [all …]
|
| /freebsd-13-stable/crypto/heimdal/lib/asn1/ |
| HD | setchgpw2.asn1 | 123 -- Get list of encryption types supported by KDC for new types 124 Req-get-supported-etypes ::= NULL 126 Rep-get-supported-etypes ::= SEQUENCE OF ENCTYPE 128 Err-get-supported-etypes ::= NULL 138 get-supported-etypes[5] Req-get-supported-etypes, 148 get-supported-etypes[5] Rep-get-supported-etypes, 158 get-supported-etypes[5] Err-get-supported-etypes,
|
| /freebsd-13-stable/crypto/heimdal/lib/krb5/ |
| HD | heim_err.et | 14 error_code SALTTYPE_NOSUPP, "Salt type is not supported by enctype" 16 error_code OPNOTSUPP, "Operation not supported" 36 error_code ADDRFAMILY, "address family for nodename not supported" 40 error_code FAMILY, "ai_family not supported" 44 error_code SERVICE, "servname not supported for ai_socktype" 45 error_code SOCKTYPE, "ai_socktype not supported"
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | MachO.def | 17 // LC_SYMSEG is obsolete and no longer supported. 21 // LC_LOADFVMLIB is obsolete and no longer supported. 23 // LC_IDFVMLIB is obsolete and no longer supported. 25 // LC_IDENT is obsolete and no longer supported. 27 // LC_FVMFILE is obsolete and no longer supported. 29 // LC_PREPAGE is obsolete and no longer supported. 36 // LC_PREBOUND_DYLIB is obsolete and no longer supported. 43 // LC_TWOLEVEL_HINTS is obsolete and no longer supported. 45 // LC_PREBIND_CKSUM is obsolete and no longer supported. 47 // LC_LOAD_WEAK_DYLIB is obsolete and no longer supported.
|
| /freebsd-13-stable/lib/libc/nls/ |
| HD | C.msg | 44 19 Operation not supported by device 92 43 Protocol not supported 94 44 Socket type not supported 96 45 Operation not supported 98 46 Protocol family not supported 100 47 Address family not supported by protocol family 272 1 Address family for hostname not supported 280 5 ai_family not supported 288 9 servname not supported for ai_socktype 290 10 ai_socktype not supported
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/phy/ |
| HD | apm-xgene-phy.txt | 20 supported link speed on the host. Range from 0 to 26 supported link speed on the host. Default is 0. 29 (up to 3) supported link speed on the host. Range is 32 each (up to 3) supported link speed on the host. 36 3-tuple setting for each (up to 3) supported link 40 3-tuple setting for each (up to 3) supported link 47 supported link speed on the host.
|
| /freebsd-13-stable/contrib/libpcap/doc/ |
| HD | README.dag | 42 Timeouts are supported. pcap_dispatch() will return after to_ms milliseconds 52 pcap_setnonblock is supported. When nonblock is set, pcap_dispatch() will 56 pcap_findalldevs() is supported, e.g. dag0, dag1... 61 dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported. 63 pcap_setfilter() is supported, BPF programs run in userspace. 65 pcap_setdirection() is not supported. Only received traffic is captured. 69 pcap_breakloop() is supported. 71 pcap_datalink() and pcap_list_datalinks() are supported. The DAG card does 75 pcap_stats() is supported. ps_drop is the number of packets dropped due to 80 pcap_get_selectable_fd() is not supported, as DAG cards do not support [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zcommon/ |
| HD | zfeature_common.c | 171 boolean_t supported = B_FALSE; in zfs_mod_supported_impl() local 179 supported = !!(stat64(path, &statbuf) == 0); in zfs_mod_supported_impl() 183 return (supported); in zfs_mod_supported_impl() 189 boolean_t supported; in zfs_mod_supported() local 195 supported = (zfs_mod_supported_impl(scope, name, ZFS_SYSFS_DIR) || in zfs_mod_supported() 204 if (supported == B_FALSE) { in zfs_mod_supported() 209 supported = B_TRUE; in zfs_mod_supported() 213 return (supported); in zfs_mod_supported()
|
| /freebsd-13-stable/sys/dev/bhnd/cores/chipc/pwrctl/ |
| HD | bhnd_pwrctl_hostb_if.m | 80 * If supported by the chipset, return the clock source for the given clock. 97 * If supported by the chipset, gate the clock source for @p clock. 104 * @retval ENODEV If bus-level clock source management is not supported. 105 * @retval ENXIO If bus-level management of @p clock is not supported. 114 * If supported by the chipset, ungate the clock source for @p clock. 121 * @retval ENODEV If bus-level clock source management is not supported. 122 * @retval ENXIO If bus-level management of @p clock is not supported.
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DiagnosticDriverKinds.td | 96 // TODO: Remove when COV6 is fully supported by ROCm. 107 "GPU arch %0 is supported by CUDA versions between %1 and %2 (inclusive), " 112 "CUDA version%0 is newer than the latest%select{| partially}1 supported version %2">, 115 "CUDA version %0 is only partially supported">, 120 "mixed CUDA and HIP compilation is not supported">; 130 "ignoring '%0' option for offload arch '%1' as it is not currently supported " 134 "ignoring '%0' option as it is not currently supported for target '%1'">, 137 "the argument '%0' is not supported for option '%1'. Mapping to '%1%2'">, 140 "the warning option '-%0' is not supported">, 143 "ignoring '%0' option as it is not currently supported for processor '%1'">, [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lld/docs/ |
| HD | ReleaseNotes.rst | 29 * Experimental CREL relocations with explicit addends are now supported using the 33 implicit addends are not supported. 45 ``R_AARCH64_AUTH_RELATIVE`` relocations are now supported. 77 * ``-z gcs`` and ``-z gcs-report`` are now supported for AArch64 Guarded Control Stack extension. 79 * Thumb2 PLT is now supported for Cortex-M processors. 81 * ``DW_EH_sdata4`` of addresses larger than 0x80000000 is now supported for MIPS32. 88 * ``OUTPUT_FORMAT(binary)`` is now supported. 90 * ``NOCROSSREFS`` and ``NOCRFOSSREFS_TO`` commands now supported to prohibit
|