Home
last modified time | relevance | path

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

123456

/openbsd/src/usr.bin/tmux/
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/src/gnu/llvm/clang/docs/
DThreadSafetyAnalysis.rst103 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/
Ddump_entry.c781 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/
Dkfd_topology.c518 dev->node_props.capability |= in node_show()
521 dev->node_props.capability |= in node_show()
528 dev->node_props.capability |= in node_show()
539 dev->node_props.capability); in node_show()
1971 dev->node_props.capability |= HSA_CAP_TRAP_DEBUG_FIRMWARE_SUPPORTED; in kfd_topology_set_dbg_firmware_support()
1976 dev->node_props.capability |= ((HSA_CAP_DOORBELL_TYPE_2_0 << in kfd_topology_set_capabilities()
1980 dev->node_props.capability |= HSA_CAP_TRAP_DEBUG_SUPPORT | in kfd_topology_set_capabilities()
1999 dev->node_props.capability |= in kfd_topology_set_capabilities()
2006 dev->node_props.capability |= in kfd_topology_set_capabilities()
2010 dev->node_props.capability |= in kfd_topology_set_capabilities()
[all …]
Dkfd_topology.h52 uint32_t capability; member
Dkfd_debug.c521 uint32_t caps = topo_dev->node_props.capability; in kfd_dbg_trap_set_flags()
1099 device_info.capability = topo_dev->node_props.capability; in kfd_dbg_trap_device_snapshot()
/openbsd/src/lib/libcurses/tinfo/
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/src/lib/libcurses/
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
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 …]
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/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_safety.h24 #define SANITIZER_MUTEX SANITIZER_THREAD_ANNOTATION(capability("mutex"))
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
Ddesig-init-1.m1 /* Test Objective-C capability for handling GNU/C99 designated
/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dexabgp.as0.test2.in62 capability {
Dcapa.sh134 test_bgpd "Last error sent: error in OPEN message, unsupported capability" "no"
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DProgressBar.py115 for capability in self._STRING_CAPABILITIES:
116 (attrib, cap_name) = capability.split('=')
/openbsd/src/usr.sbin/ldpd/
Dinit.c223 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/
Ddrm_ioctl.c253 switch (req->capability) {
272 switch (req->capability) {
338 switch (req->capability) {
/openbsd/src/sys/dev/pci/drm/include/uapi/drm/
Ddrm.h790 __u64 capability; member
883 __u64 capability; member
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DVectorPredication.rst32 - TTI has capability flags for VP (``supportsVP()``?,
/openbsd/src/sys/sys/
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/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-msp430.texi231 @cindex MSP 430 profiling capability
232 @cindex profiling capability for MSP 430
/openbsd/src/usr.bin/vi/
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/src/gnu/usr.sbin/mkhybrid/src/diag/
DREADME70 tables, but this capability is commented out right now. Feel free
/openbsd/src/usr.bin/vi/docs/
Dfeatures10 capability on the vi colon command line.
/openbsd/src/gnu/lib/libstdc++/
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/src/gnu/usr.bin/binutils/
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