Home
last modified time | relevance | path

Searched refs:capability (Results 1 – 25 of 129) sorted by relevance

123456

/openbsd/usr.bin/tmux/
H A Dtty-features.c427 const char *const *capability; in tty_apply_features() local
441 capability = tf->capabilities; in tty_apply_features()
442 while (*capability != NULL) { in tty_apply_features()
443 log_debug("adding capability: %s", *capability); in tty_apply_features()
444 tty_term_apply(term, *capability, 1); in tty_apply_features()
445 capability++; in tty_apply_features()
/openbsd/gnu/llvm/clang/docs/
H A DThreadSafetyAnalysis.rst103 read/write the data) unless it has the *capability* to do so.
110 calling ``mu.Unlock()`` releases that capability.
113 capability can be held by only one thread at a time, while a shared capability
130 by calculating an approximation of that set, called the *capability
152 general capability model. The prior names are still in use, and will be
165 it points to* is protected by the given capability.
227 function releases the given capability. The capability must be held on entry
405 and destructor refer to the capability via different names; see the
423 capability, and returns a boolean value indicating success or failure.
506 have transitively exclude that capability.
[all …]
/openbsd/usr.bin/tic/
H A Ddump_entry.c830 *src, capability); in fmt_complex()
855 capability); in fmt_complex()
1038 char *capability; in fmt_entry() local
1043 capability = tterm->Strings[i]; in fmt_entry()
1093 capability = trimmed_sgr0; in fmt_entry()
1108 if (VALID_STRING(capability) in fmt_entry()
1112 if (!VALID_STRING(capability)) { in fmt_entry()
1168 len += (int) strlen(capability) + 1; in fmt_entry()
1188 if (VALID_STRING(capability) && in fmt_entry()
1189 capability != tterm->Strings[i]) in fmt_entry()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_topology.c515 dev->node_props.capability |= in node_show()
518 dev->node_props.capability |= in node_show()
525 dev->node_props.capability |= in node_show()
536 dev->node_props.capability); in node_show()
1907 dev->node_props.capability |= in kfd_topology_set_capabilities()
1914 dev->node_props.capability |= in kfd_topology_set_capabilities()
1983 dev->node_props.capability |= in kfd_topology_add_device()
2049 dev->node_props.capability &= ~HSA_CAP_ATS_PRESENT; in kfd_topology_add_device()
2063 dev->node_props.capability |= in kfd_topology_add_device()
2066 dev->node_props.capability |= in kfd_topology_add_device()
[all …]
H A Dkfd_topology.h52 uint32_t capability; member
H A Dkfd_debug.c1069 device_info.capability = topo_dev->node_props.capability; in kfd_dbg_trap_device_snapshot()
/openbsd/lib/libcurses/tinfo/
H A Dcomp_scan.c540 bool capability = FALSE; in _nc_get_token() local
566 capability = TRUE; in _nc_get_token()
576 capability = TRUE; in _nc_get_token()
581 if (capability) { in _nc_get_token()
/openbsd/lib/libcurses/
H A DCaps37 # This is the master termcap/terminfo capability table.
46 # extension-capability tables, and a section of aliases declarations.
52 # Column 2: terminfo capability name
53 # Column 3: capability type (boolean, numeric, or string)
54 # Column 4: termcap capability name
57 # Column 7: Lead with `Y' if capability should be emitted in termcap
59 # Column 8: capability description
116 # to eat the capability silently and discard it when doing translations
167 #%accesses the capability.
188 #%capability. You may find some codes in the description field:
[all …]
H A DCaps-ncurses237 # nonstandard capabilities. Its signature is the KM capability, used to name
341 # LP and NF), but where a standard capability is available, those alternatives
388 userdef WS str nn resize display. This capability has the desired width and height as arguments. Su…
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_safety.h24 #define SANITIZER_MUTEX SANITIZER_THREAD_ANNOTATION(capability("mutex"))
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Ddesig-init-1.m1 /* Test Objective-C capability for handling GNU/C99 designated
/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dexabgp.as0.test2.in62 capability {
H A Dcapa.sh134 test_bgpd "Last error sent: error in OPEN message, unsupported capability" "no"
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py115 for capability in self._STRING_CAPABILITIES:
116 (attrib, cap_name) = capability.split('=')
/openbsd/usr.sbin/ldpd/
H A Dinit.c223 send_capability(struct nbr *nbr, uint16_t capability, int enable) in send_capability() argument
239 switch (capability) { in send_capability()
/openbsd/sys/dev/pci/drm/
H A Ddrm_ioctl.c254 switch (req->capability) {
273 switch (req->capability) {
335 switch (req->capability) {
/openbsd/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm.h782 __u64 capability; member
850 __u64 capability; member
/openbsd/gnu/llvm/llvm/docs/Proposals/
H A DVectorPredication.rst32 - TTI has capability flags for VP (``supportsVP()``?,
/openbsd/sys/sys/
H A Dvideoio.h4758 u_int32_t capability; member
4811 u_int32_t capability; /* Supported modes */ member
4824 u_int32_t capability; /* Supported modes */ member
5522 u_int32_t capability; member
5535 u_int32_t capability; member
5590 u_int32_t capability; member
5635 u_int32_t capability; member
5650 u_int32_t capability; member
/openbsd/usr.bin/vi/
H A DFAQ110 A: The Sun console can't handle the 'al' capability of the termcap
111 entry (the il1 capability of terminfo entries). If you delete that
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-msp430.texi231 @cindex MSP 430 profiling capability
232 @cindex profiling capability for MSP 430
/openbsd/gnu/usr.sbin/mkhybrid/src/diag/
H A DREADME70 tables, but this capability is commented out right now. Feel free
/openbsd/usr.bin/vi/docs/
H A Dfeatures10 capability on the vi colon command line.
/openbsd/gnu/usr.bin/binutils/
H A Dltmain.sh2238 echo "*** I have the capability to make that library automatically link in when"
2818 echo "*** I have the capability to make that library automatically link in when"
2848 echo "*** I have the capability to make that library automatically link in when"
2908 echo "*** I have the capability to make that library automatically link in when"
2942 echo "*** I have the capability to make that library automatically link in when"
/openbsd/gnu/lib/libstdc++/
H A Dltmain.sh2238 echo "*** I have the capability to make that library automatically link in when"
2818 echo "*** I have the capability to make that library automatically link in when"
2848 echo "*** I have the capability to make that library automatically link in when"
2908 echo "*** I have the capability to make that library automatically link in when"
2942 echo "*** I have the capability to make that library automatically link in when"

123456