Searched refs:supported (Results 1 - 25 of 111) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-rtc.h75 * Return options supported by the RTC device
77 * @return Supported options, or 0 if RTC is not supported
81 static int supported = -1; local
83 if (supported < 0) {
87 supported = CVMX_RTC_READ | CVMX_RTC_WRITE | CVMX_RTC_TIME_EPOCH;
93 supported = CVMX_RTC_READ | CVMX_RTC_WRITE | CVMX_RTC_TIME_CAL;
97 supported = 0;
104 supported);
108 return (cvmx_rtc_options_t) supported;
116 * @return Time in seconds or 0 if RTC is not supported
[all...]
/freebsd-13-stable/contrib/pjdfstest/tests/chmod/
H A D10.t10 if supported lchmod; then
18 if supported lchmod; then
H A D08.t28 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 lchmo
[all...]
H A D02.t10 if supported lchmod; then
25 if supported lchmod; then
H A D03.t10 if supported lchmod; then
27 if supported lchmod; then
H A D04.t10 if supported lchmod; then
23 if supported lchmod; then
H A D06.t10 if supported lchmod; then
25 if supported lchmod; then
H A D05.t10 if supported lchmod; then
33 if supported lchmod; then
H A D00.t10 if supported lchmod; then
45 if supported lchmod; then
73 if supported lchmod; then
104 if supported lchmod; then
H A D11.t10 if supported lchmod; then
40 if supported lchmod; then
100 if supported lchmod; then
H A D07.t10 if supported lchmod; then
49 if supported lchmod; then
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_rtc.c75 cvmx_rtc_options_t supported; local
80 supported = cvmx_rtc_supported();
81 if (supported == 0)
91 cvmx_rtc_options_t supported; local
93 supported = cvmx_rtc_supported();
94 if ((supported & CVMX_RTC_READ) == 0)
104 cvmx_rtc_options_t supported; local
107 supported = cvmx_rtc_supported();
108 if ((supported & CVMX_RTC_WRITE) == 0)
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dunsup_fam.exp2 ai_family not supported
H A Dsock_raw_v4.exp8 servname not supported for ai_socktype
10 servname not supported for ai_socktype
H A Dsock_raw_v4v6.exp10 servname not supported for ai_socktype
12 servname not supported for ai_socktype
/freebsd-13-stable/contrib/pjdfstest/tests/utimensat/
H A D08.t31 if supported "stat_st_birthtime"; then
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h86 #error Target architecture is not supported.
H A Dxray_powerpc64.cpp23 #error powerpc64 big endian is not supported for now.
/freebsd-13-stable/contrib/apr/atomic/unix/
H A Dia32.c109 #error APR_SIZEOF_VOIDP value not supported
126 #error APR_SIZEOF_VOIDP value not supported
H A Dppc.c177 #error APR_SIZEOF_VOIDP value not supported
206 #error APR_SIZEOF_VOIDP value not supported
H A Ds390.c131 #error APR_SIZEOF_VOIDP value not supported
154 #error APR_SIZEOF_VOIDP value not supported
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c171 boolean_t supported = B_FALSE; local
179 supported = !!(stat64(path, &statbuf) == 0);
183 return (supported);
189 boolean_t supported; local
193 * if the required functionality is supported.
195 supported = (zfs_mod_supported_impl(scope, name, ZFS_SYSFS_DIR) ||
200 * supported feature/property checking. Report the feature/property
201 * as supported if the kernel module is loaded but the requested
204 if (supported == B_FALSE) {
209 supported
[all...]
/freebsd-13-stable/sys/dev/bnxt/
H A Dif_bnxt.c1265 * Go through the list of supported media which got prepared
2002 uint16_t supported; local
2005 supported = link_info->support_speeds;
2007 /* Auto is always supported */
2020 BNXT_IFMEDIA_ADD(supported, SPEEDS_100GB, IFM_100G_CR4);
2021 BNXT_IFMEDIA_ADD(supported, SPEEDS_50GB, IFM_50G_CR2);
2022 BNXT_IFMEDIA_ADD(supported, SPEEDS_40GB, IFM_40G_CR4);
2023 BNXT_IFMEDIA_ADD(supported, SPEEDS_25GB, IFM_25G_CR);
2024 BNXT_IFMEDIA_ADD(supported, SPEEDS_10GB, IFM_10G_CR1);
2025 BNXT_IFMEDIA_ADD(supported, SPEEDS_1G
2402 uint16_t supported; local
[all...]
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dopa_port_info.h325 __be16 supported; member in struct:opa_port_info::__anon15568
330 __be16 supported; member in struct:opa_port_info::__anon15569
335 __be16 supported; member in struct:opa_port_info::__anon15570
345 __be16 supported; member in struct:opa_port_info::__anon15571
/freebsd-13-stable/contrib/pjdfstest/tests/
H A Dmisc.sh172 supported() function
217 if supported ${1}; then

Completed in 90 milliseconds

12345