| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_rc6_types.h | 27 bool supported : 1; member in struct:intel_rc6
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/hdcp/ |
| amdgpu_hdcp_msg.c | 118 bool supported; member in struct:protection_properties 125 .supported = false 188 .supported = true, 326 .supported = true,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/ |
| amdgpu_dmub_dcn20.c | 219 uint32_t supported = 0; local 221 REG_GET(CC_DC_PIPE_DIS, DC_DMCUB_ENABLE, &supported); 223 return supported;
|
| /src/external/mit/libuv/dist/test/ |
| test-udp-multicast-join6.c | 152 int supported; local 159 supported = 0; 160 for (i = 0; supported == 0 && i < count; i += 1) 161 supported = (AF_INET6 == addr[i].address.address6.sin6_family && 165 return supported;
|
| task.h | 346 int supported; local 353 supported = 0; 354 for (i = 0; supported == 0 && i < count; i += 1) 355 supported = (AF_INET6 == addr[i].address.address6.sin6_family); 358 return supported; 362 # define NO_FS_EVENTS "Filesystem watching not supported on this platform." 385 "affinity not supported on this platform."
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
| mod_freesync.h | 68 bool supported; member in struct:mod_freesync_caps 109 bool supported; member in struct:mod_vrr_params
|
| /src/tests/usr.bin/printf/ |
| printf.sh | 53 # returns success if that conversion specifier is supported, false otherwise 54 supported() function 466 supported i || { 467 atf_skip "%i conversion not supported" 714 supported f || { 715 atf_skip "%f conversion not supported" 855 supported F || { 856 atf_skip "%F conversion not supported" 876 supported e || { 877 atf_skip "%e conversion not supported" [all...] |
| /src/external/bsd/nsd/dist/simdzone/src/ |
| bench.c | 126 const uint32_t supported = detect_supported_architectures(); local 131 if ((kernels[i].instruction_set & supported) == kernels[i].instruction_set) 141 if (!kernel || (kernel->instruction_set && !(kernel->instruction_set & supported))) {
|
| zone.c | 83 const uint32_t supported = detect_supported_architectures(); local 96 if ((kernels[count].instruction_set & supported) == (kernels[count].instruction_set))
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfeature.c | 109 * 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 184 supported = B_TRUE; 198 supported = B_FALSE; 215 return (supported);
|
| /src/crypto/external/bsd/openssh/dist/ |
| gss-serv.c | 77 * list of supported mechanisms before privsep is set up. 155 gss_OID_set supported; local 158 gss_indicate_mechs(&min_status, &supported); 162 &supported_mechs[i]->oid, supported, &present))) 170 gss_release_oid_set(&min_status, &supported);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_pages.c | 28 unsigned long supported = INTEL_INFO(i915)->page_sizes; local 74 * Calculate the supported page-sizes which fit into the given 82 for_each_set_bit(i, &supported, ilog2(I915_GTT_MAX_PAGE_SIZE) + 1) {
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| cypress_dpm.h | 45 bool supported; member in struct:evergreen_ulv_param
|
| si_dpm.h | 145 bool supported; member in struct:si_ulv_param
|
| /src/usr.sbin/mmcformat/ |
| mmcformat.c | 319 int dscr_type, int verbose, int *supported) 325 *supported = 1; 345 *supported = 0; 351 *supported = 0; 371 *supported = 0; 383 *supported = 0; 389 *supported = 0; 459 if (*supported) { 462 printf("\t\t** not supported **\n"); 475 int supported; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_gmc.h | 131 bool supported; member in struct:amdgpu_xgmi
|
| amdgpu_ras.c | 179 /* only ue and ce errors are supported */ 280 * Operations are only allowed on blocks which are supported. 807 DRM_INFO("%s error injection is not supported yet\n", 1743 uint32_t *hw_supported, uint32_t *supported) 1746 *supported = 0; 1758 *supported = amdgpu_ras_enable == 0 ? 1781 &con->supported); 1812 con->hw_supported, con->supported); 1829 /* disable RAS feature per IP block if it is not supported */ 1989 uint32_t hw_supported, supported; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
| huge_pages.c | 340 unsigned int supported = INTEL_INFO(i915)->page_sizes; local 350 pr_err("unsupported page_sizes.sg=%u, supported=%u\n", 351 vma->page_sizes.sg & ~supported, supported); 356 pr_err("unsupported page_sizes.gtt=%u, supported=%u\n", 357 vma->page_sizes.gtt & ~supported, supported); 466 unsigned long supported = INTEL_INFO(i915)->page_sizes; local 479 for_each_set_bit(bit, &supported, ilog2(I915_GTT_MAX_PAGE_SIZE) + 1) { 547 unsigned long supported = INTEL_INFO(i915)->page_sizes local 1220 unsigned long supported = INTEL_INFO(i915)->page_sizes; local 1462 unsigned int supported = INTEL_INFO(i915)->page_sizes; local 1554 unsigned long supported = INTEL_INFO(dev_priv)->page_sizes; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| target.h | 96 bool exceptions; // set if catching C++ exceptions is supported 113 bool supported; // set if compiler can interface with Objective-C member in struct:TargetObjC
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-namespaces.c | 80 /* Nonzero if this namespace is supported on this system. */ 81 int supported; member in struct:linux_ns 107 NULL if TYPE namespaces are not supported on this system. */ 134 ns->supported = 1; 140 return ns->supported ? ns : NULL;
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-namespaces.c | 80 /* Nonzero if this namespace is supported on this system. */ 81 int supported; member in struct:linux_ns 107 NULL if TYPE namespaces are not supported on this system. */ 134 ns->supported = 1; 140 return ns->supported ? ns : NULL;
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| sparc.h | 79 /* Mask of sparc_opcode_arch_val's supported. 83 short supported; member in struct:sparc_opcode_arch 95 /* Return the bitmask of supported architectures for ARCH. */ 96 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported) 99 IE: ARCH1 as a supported bit set that ARCH2 doesn't, and vice versa. */
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| sparc.h | 79 /* Mask of sparc_opcode_arch_val's supported. 83 short supported; member in struct:sparc_opcode_arch 95 /* Return the bitmask of supported architectures for ARCH. */ 96 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported) 99 IE: ARCH1 as a supported bit set that ARCH2 doesn't, and vice versa. */
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 1666 is not supported in context. In that case, set UNSUPPORTED_BUILTIN to 1892 bool supported = false; 1996 parameter types. If it is supported in the current context, resolve 2027 supported = rs6000_builtin_is_supported (bifid); 2029 && supported) 2047 if (!supported) 2063 error ("%qs is not supported in this compiler configuration", name); 1891 bool supported = false; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 1663 built-in is not supported in context. In that case, set 1879 bool supported = false; 1956 parameter types. If it is supported in the current context, resolve 1987 supported = rs6000_builtin_is_supported (bifid); 1989 && supported) 2007 if (!supported) 2023 error ("%qs is not supported in this compiler configuration", name); 1878 bool supported = false; local
|