/openbsd/usr.bin/tmux/ |
H A D | tty-features.c | 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/gnu/llvm/clang/docs/ |
H A D | ThreadSafetyAnalysis.rst | 103 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 D | dump_entry.c | 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() 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 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() 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 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/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/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 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 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/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_safety.h | 24 #define SANITIZER_MUTEX SANITIZER_THREAD_ANNOTATION(capability("mutex"))
|
/openbsd/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/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/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/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/sys/dev/pci/drm/ |
H A D | drm_ioctl.c | 254 switch (req->capability) { 273 switch (req->capability) { 335 switch (req->capability) {
|
/openbsd/sys/dev/pci/drm/include/uapi/drm/ |
H A D | drm.h | 782 __u64 capability; member 850 __u64 capability; member
|
/openbsd/gnu/llvm/llvm/docs/Proposals/ |
H A D | VectorPredication.rst | 32 - TTI has capability flags for VP (``supportsVP()``?,
|
/openbsd/sys/sys/ |
H A D | videoio.h | 4758 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 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/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/gnu/usr.sbin/mkhybrid/src/diag/ |
H A D | README | 70 tables, but this capability is commented out right now. Feel free
|
/openbsd/usr.bin/vi/docs/ |
H A D | features | 10 capability on the vi colon command line.
|
/openbsd/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/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"
|