Home
last modified time | relevance | path

Searched refs:capable (Results 1 – 25 of 136) sorted by relevance

123456

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_dp_hdcp.c646 bool *capable) in _intel_dp_hdcp2_get_capability() argument
651 *capable = false; in _intel_dp_hdcp2_get_capability()
668 *capable = true; in _intel_dp_hdcp2_get_capability()
678 bool *capable) in intel_dp_hdcp2_get_capability() argument
683 *capable = false; in intel_dp_hdcp2_get_capability()
690 return _intel_dp_hdcp2_get_capability(aux, capable); in intel_dp_hdcp2_get_capability()
Dintel_hdcp.c208 bool capable = false; in intel_hdcp_get_capability() local
212 return capable; in intel_hdcp_get_capability()
217 return capable; in intel_hdcp_get_capability()
220 shim->hdcp_get_capability(dig_port, &capable); in intel_hdcp_get_capability()
223 capable = true; in intel_hdcp_get_capability()
226 return capable; in intel_hdcp_get_capability()
263 bool capable = false; in intel_hdcp2_get_capability() local
269 hdcp->shim->hdcp_2_2_get_capability(connector, &capable); in intel_hdcp2_get_capability()
271 return capable; in intel_hdcp2_get_capability()
/openbsd/src/sys/dev/pci/drm/include/linux/
Dcapability.h15 capable(int cap) in capable() function
/openbsd/src/gnu/llvm/clang/cmake/caches/
DDistributionExample.cmake21 # Since LLVM_ENABLE_LTO is ON we need a LTO capable linker
/openbsd/src/lib/libfuse/
Dfuse.h71 uint32_t capable; member
/openbsd/src/sys/dev/pci/drm/i915/
Di915_getparam.c72 value = HAS_SECURE_BATCHES(i915) && capable(CAP_SYS_ADMIN); in i915_getparam_ioctl()
/openbsd/src/gnu/usr.bin/binutils-2.17/config/
Dno-executables.m49 # assume the tool-chain is already capable of linking a program: the
/openbsd/src/gnu/usr.bin/binutils/config/
Dno-executables.m49 # assume the tool-chain is already capable of linking a program: the
/openbsd/src/gnu/gcc/config/
Dno-executables.m49 # assume the tool-chain is already capable of linking a program: the
/openbsd/src/usr.sbin/unbound/
DREADME.md30 builtin alternative is equally capable and a little faster.
/openbsd/src/gnu/usr.bin/perl/dist/Dumpvalue/t/
DDumpvalue.t233 # now that it's capable of finding the package...
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli22 (** An execution engine is either a JIT compiler or an interpreter, capable of
/openbsd/src/sys/dev/pci/drm/
Ddrm_auth.c246 if (!capable(CAP_SYS_ADMIN)) in drm_master_check_perm()
Ddrm_framebuffer.c555 if (!drm_is_current_master(file_priv) && !capable(CAP_SYS_ADMIN)) { in drm_mode_getfb()
633 if (!drm_is_current_master(file_priv) && !capable(CAP_SYS_ADMIN)) { in drm_mode_getfb2_ioctl()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlunitut.pod8 modern programs need to be capable of communicating funny accented letters, and
10 easy to program Unicode capable software, but it does require discipline to do
/openbsd/src/gnu/llvm/llvm/docs/
DMemTagSanitizer.rst12 functionality is planned but not implemented. Hardware capable of
/openbsd/src/usr.sbin/crunchgen/
DREADME9 * The prototype awk script has been replaced by a more capable and
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/
Ddce_audio.c554 bool capable) in set_high_bit_rate_capable() argument
561 set_reg_field_value(value, capable, in set_high_bit_rate_capable()
/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_smi_events.c368 client->suser = capable(CAP_SYS_ADMIN); in kfd_smi_event_open()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
Dtdtags72 because ctags(1) handling is more capable.
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_context.c197 !capable(CAP_SYS_NICE)) in validate_priority()
907 else if (!capable(CAP_SYS_ADMIN) && !args->value) in set_proto_ctx_param()
2246 else if (!capable(CAP_SYS_ADMIN) && !args->value) in ctx_setparam()
2698 if (capable(CAP_SYS_ADMIN)) in i915_gem_context_reset_stats_ioctl()
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_connector.h2286 struct drm_connector *connector, bool capable);
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/
DREADME.QMTEST172 that is capable of running the generated program. It must be a
/openbsd/src/distrib/notes/macppc/
Dprep129 OpenBSD/MACHINE is capable of booting either from a dedicated disk using
/openbsd/src/gnu/llvm/llvm/docs/DependenceGraphs/
Dindex.rst63 DDG, but it is capable of representing both data dependencies and

123456