| /openbsd-src/usr.bin/tmux/ |
| H A D | tty-features.c | 339 /* Terminal has sixel capability. */ 427 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-src/gnu/llvm/clang/docs/ |
| H A D | ThreadSafetyAnalysis.rst | 103 read/write the data) unless it has the *capability* to do so. 106 methods to acquire and release the capability. The name of the object serves 107 to identify the capability. The most common example is a mutex. For example, 109 to acquire the capability to access data that is protected by ``mu``. Similarly, 110 calling ``mu.Unlock()`` releases that capability. 112 A thread may hold a capability either *exclusively* or *shared*. An exclusive 113 capability can be held by only one thread at a time, while a shared capability 121 security keys, a thread cannot make copy of a capability, nor can it destroy 122 one. A thread can only release a capability to another thread, or acquire one 130 by calculating an approximation of that set, called the *capability [all …]
|
| /openbsd-src/usr.bin/tic/ |
| H A D | dump_entry.c | 781 fmt_complex(TERMTYPE2 *tterm, const char *capability, char *src, int level) in fmt_complex() argument 821 src = fmt_complex(tterm, capability, src, level + 1); in fmt_complex() 830 *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() 1092 if (strcmp(capability, trimmed_sgr0)) { 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() [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_topology.c | 515 dev->node_props.capability |= in node_show() 518 dev->node_props.capability |= in node_show() 525 dev->node_props.capability |= in node_show() 535 sysfs_show_32bit_prop(buffer, offs, "capability", in node_show() 536 dev->node_props.capability); in node_show() 1880 dev->node_props.capability |= HSA_CAP_TRAP_DEBUG_FIRMWARE_SUPPORTED; in kfd_topology_set_dbg_firmware_support() 1885 dev->node_props.capability |= ((HSA_CAP_DOORBELL_TYPE_2_0 << in kfd_topology_set_capabilities() 1889 dev->node_props.capability |= HSA_CAP_TRAP_DEBUG_SUPPORT | in kfd_topology_set_capabilities() 1907 dev->node_props.capability |= in kfd_topology_set_capabilities() 1914 dev->node_props.capability | in kfd_topology_set_capabilities() [all...] |
| H A D | kfd_topology.h | 52 uint32_t capability; member
|
| H A D | kfd_debug.c | 1069 device_info.capability = topo_dev->node_props.capability; in kfd_dbg_trap_device_snapshot()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | comp_scan.c | 540 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-src/lib/libcurses/ |
| H A D | Caps | 37 # 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 62 # use the given capability. This information is not used by the curses library 70 # K = remove this terminfo capability when translating to standard format 84 # Column 5: capability description (usually an associated terminfo variable) [all …]
|
| H A D | Caps-ncurses | 237 # 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-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_safety.h | 24 #define SANITIZER_MUTEX SANITIZER_THREAD_ANNOTATION(capability("mutex"))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | desig-init-1.m | 1 /* Test Objective-C capability for handling GNU/C99 designated
|
| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | exabgp.as0.test2.in | 62 capability {
|
| H A D | capa.sh | 134 test_bgpd "Last error sent: error in OPEN message, unsupported capability" "no"
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | ProgressBar.py | 115 for capability in self._STRING_CAPABILITIES: 116 (attrib, cap_name) = capability.split('=')
|
| /openbsd-src/sys/sys/ |
| H A D | videoio.h | 4758 u_int32_t capability; 4774 /* Flags for the 'capability' field. Read only */ 4811 u_int32_t capability; /* Supported modes */ 4819 /* Flags for 'capability' and 'capturemode' fields */ 4824 u_int32_t capability; /* Supported modes */ 5522 u_int32_t capability; 5535 u_int32_t capability; 5543 /* Flags for the 'capability' field */ 5590 u_int32_t capability; 5635 u_int32_t capability; 1986 u_int32_t capability; global() member 2039 u_int32_t capability; /* Supported modes */ global() member 2052 u_int32_t capability; /* Supported modes */ global() member 2678 u_int32_t capability; global() member 2691 u_int32_t capability; global() member 2746 u_int32_t capability; global() member 2791 u_int32_t capability; global() member 2806 u_int32_t capability; global() member [all...] |
| /openbsd-src/usr.sbin/ldpd/ |
| H A D | init.c | 223 send_capability(struct nbr *nbr, uint16_t capability, int enable) in send_capability() argument 239 switch (capability) { in send_capability()
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_ioctl.c | 254 switch (req->capability) { 273 switch (req->capability) { 335 switch (req->capability) {
|
| /openbsd-src/sys/dev/pci/drm/include/uapi/drm/ |
| H A D | drm.h | 782 __u64 capability; member 850 __u64 capability; member
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | VectorPredication.rst | 32 - TTI has capability flags for VP (``supportsVP()``?,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-msp430.texi | 231 @cindex MSP 430 profiling capability 232 @cindex profiling capability for MSP 430
|
| /openbsd-src/usr.bin/vi/ |
| H A D | FAQ | 110 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-src/gnu/usr.sbin/mkhybrid/src/diag/ |
| H A D | README | 70 tables, but this capability is commented out right now. Feel free
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | features | 10 capability on the vi colon command line.
|
| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | ltmain.sh | 2238 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-src/gnu/lib/libstdc++/ |
| H A D | ltmain.sh | 2238 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"
|