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

1234

/freebsd-10.2-release/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-10.2-release/contrib/pjdfstest/tests/chmod/
H A D10.t9 if supported lchmod; then
17 if supported lchmod; then
H A D08.t27 supported lchmod && expect EPERM lchmod ${n0} 0600
32 supported lchmod && expect 0 lchmod ${n0} 0400
33 supported lchmod && expect 0400 stat ${n0} mode
40 supported lchmod && expect 0 lchmod ${n0} 0400
41 supported lchmod && expect 0400 stat ${n0} mode
51 supported lchmod && expect 0 lchmod ${n0} 0500
52 supported lchmod && expect 0500 stat ${n0} mode
62 supported lchmod && expect EPERM lchmod ${n0} 0600
72 supported lchmod && expect EPERM lchmod ${n0} 0600
83 supported lchmo
[all...]
H A D04.t9 if supported lchmod; then
22 if supported lchmod; then
H A D06.t9 if supported lchmod; then
24 if supported lchmod; then
H A D05.t9 if supported lchmod; then
32 if supported lchmod; then
H A D00.t9 if supported lchmod; then
44 if supported lchmod; then
72 if supported lchmod; then
103 if supported lchmod; then
H A D11.t9 if supported lchmod; then
39 if supported lchmod; then
93 if supported lchmod; then
/freebsd-10.2-release/tools/regression/pjdfstest/tests/chmod/
H A D10.t9 if supported lchmod; then
17 if supported lchmod; then
H A D08.t27 supported lchmod && expect EPERM lchmod ${n0} 0600
32 supported lchmod && expect 0 lchmod ${n0} 0400
33 supported lchmod && expect 0400 stat ${n0} mode
40 supported lchmod && expect 0 lchmod ${n0} 0400
41 supported lchmod && expect 0400 stat ${n0} mode
51 supported lchmod && expect 0 lchmod ${n0} 0500
52 supported lchmod && expect 0500 stat ${n0} mode
62 supported lchmod && expect EPERM lchmod ${n0} 0600
72 supported lchmod && expect EPERM lchmod ${n0} 0600
83 supported lchmo
[all...]
H A D04.t9 if supported lchmod; then
22 if supported lchmod; then
H A D06.t9 if supported lchmod; then
24 if supported lchmod; then
H A D05.t9 if supported lchmod; then
32 if supported lchmod; then
H A D00.t9 if supported lchmod; then
44 if supported lchmod; then
72 if supported lchmod; then
103 if supported lchmod; then
H A D11.t9 if supported lchmod; then
39 if supported lchmod; then
93 if supported lchmod; then
/freebsd-10.2-release/sys/mips/cavium/
H A Docteon_rtc.c74 cvmx_rtc_options_t supported; local
79 supported = cvmx_rtc_supported();
80 if (supported == 0)
90 cvmx_rtc_options_t supported; local
92 supported = cvmx_rtc_supported();
93 if ((supported & CVMX_RTC_READ) == 0)
103 cvmx_rtc_options_t supported; local
106 supported = cvmx_rtc_supported();
107 if ((supported & CVMX_RTC_WRITE) == 0)
/freebsd-10.2-release/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-10.2-release/contrib/apr/atomic/unix/
H A Dia32.c105 #error APR_SIZEOF_VOIDP value not supported
122 #error APR_SIZEOF_VOIDP value not supported
H A Dppc.c173 #error APR_SIZEOF_VOIDP value not supported
202 #error APR_SIZEOF_VOIDP value not supported
H A Ds390.c127 #error APR_SIZEOF_VOIDP value not supported
150 #error APR_SIZEOF_VOIDP value not supported
/freebsd-10.2-release/contrib/libreadline/support/
H A Dshobj-conf32 SHOBJ_STATUS=supported
33 SHLIB_STATUS=supported
146 SHOBJ_STATUS=supported
147 SHLIB_STATUS=supported
164 SHLIB_STATUS=supported
313 # SHOBJ_STATUS=supported
314 # SHLIB_STATUS=supported
345 # SHOBJ_STATUS=supported
346 # SHLIB_STATUS=supported
376 # SHOBJ_STATUS=supported
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Support/Windows/
H A DMemory.inc31 // Note: PAGE_WRITE is not supported by VirtualProtect
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dsparc.h69 /* Mask of sparc_opcode_arch_val's supported.
73 short supported; member in struct:sparc_opcode_arch
81 /* Return the bitmask of supported architectures for ARCH. */
82 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported)
85 IE: ARCH1 as a supported bit set that ARCH2 doesn't, and vice versa. */

Completed in 184 milliseconds

1234