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

1234

/freebsd-10.0-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.0-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
H A D07.t9 if supported lchmod; then
48 if supported lchmod; then
/freebsd-10.0-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.0-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.0-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.0-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. */
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DMemory.inc31 // Note: PAGE_WRITE is not supported by VirtualProtect
/freebsd-10.0-release/crypto/openssh/
H A Dauth2-gss.c65 gss_OID_set supported; local
76 debug("Mechanism negotiation is not supported");
80 ssh_gssapi_supported_oids(&supported);
93 gss_test_oid_set_member(&ms, &goid, supported,
100 gss_release_oid_set(&ms, &supported);
H A Dgss-serv.c123 gss_OID_set supported; local
126 gss_indicate_mechs(&min_status, &supported);
130 &supported_mechs[i]->oid, supported, &present)))
138 gss_release_oid_set(&min_status, &supported);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfeature.c109 * features_for_read need to be supported.
112 * features_for_write need to be supported.
170 * Checks that the features active in the specified object are supported by
178 boolean_t supported; local
182 supported = B_TRUE;
196 supported = B_FALSE;
213 return (supported);
/freebsd-10.0-release/tools/regression/pjdfstest/tests/
H A Dmisc.sh148 supported() function
172 if supported ${1}; then
/freebsd-10.0-release/tools/regression/pjdfstest/tests/chown/
H A D00.t9 if supported lchmod; then
186 if [ "${type}" != "symlink" ] || supported lchmod; then
189 if supported lchmod; then
197 if supported lchmod; then
262 if [ "${type}" != "symlink" ] || supported lchmod; then
266 if supported lchmod; then
274 if supported lchmod; then
282 if supported lchmod; then
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
198 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
206 if(supported)
/freebsd-10.0-release/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-10.0-release/sys/dev/twe/
H A Dtwe_compat.h124 #error platform not supported

Completed in 236 milliseconds

1234