Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c776 uint32_t capability, uint32_t *result) in ar5212GetCapability() argument
785 switch (capability) { in ar5212GetCapability()
799 switch (capability) { in ar5212GetCapability()
808 switch (capability) { in ar5212GetCapability()
823 switch (capability) { in ar5212GetCapability()
834 switch (capability) { in ar5212GetCapability()
842 switch (capability) { in ar5212GetCapability()
853 switch (capability) { in ar5212GetCapability()
862 switch (capability) { in ar5212GetCapability()
877 switch (capability) { in ar5212GetCapability()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A 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 …]
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dcapabilities.m411 AC_CHECK_HEADERS(capability.h sys/capability.h)
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_ia32cap.pod14 extensions are denoted by individual bits in capability vector returned
69 enable XMM registers. Historically address of the capability vector copy
71 anymore. Now the only way to affect the capability detection is to set
86 The capability vector is further extended with EBX value returned by
121 To control this extended capability word use C<:> as delimiter when
H A DOSSL_PROVIDER.pod51 const char *capability,
150 supported by the provider specified in I<prov> with the capability name
151 I<capability>. For each capability of that name supported by the provider it
153 capability. It will also pass back the argument I<arg>. For more details about
H A DSSL_CTX_set_split_send_fragment.pod36 capability could be utilised to parallelise the processing of a single
40 capability is known as "pipelining" within OpenSSL.
42 In order to benefit from the pipelining capability. You need to have an engine
44 AES128-SHA based ciphers that have this capability. However, these are for
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_topology.c504 dev->node_props.capability |= in node_show()
507 dev->node_props.capability |= in node_show()
514 dev->node_props.capability |= in node_show()
526 dev->node_props.capability); in node_show()
1335 dev->node_props.capability |= ((HSA_CAP_DOORBELL_TYPE_PRE_1_0 << in kfd_topology_add_device()
1346 dev->node_props.capability |= ((HSA_CAP_DOORBELL_TYPE_1_0 << in kfd_topology_add_device()
1359 dev->node_props.capability |= ((HSA_CAP_DOORBELL_TYPE_2_0 << in kfd_topology_add_device()
1373 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_topology_add_device()
1375 dev->node_props.capability &= ~HSA_CAP_ATS_PRESENT; in kfd_topology_add_device()
1391 dev->node_props.capability |= in kfd_topology_add_device()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_ia32cap.pod14 extensions are denoted by individual bits in capability vector returned
69 enable XMM registers. Historically address of the capability vector copy
71 anymore. Now the only way to affect the capability detection is to set
86 The capability vector is further extended with EBX value returned by
119 To control this extended capability word use ':' as delimiter when
H A DSSL_CTX_set_split_send_fragment.pod36 capability could be utilised to parallelise the processing of a single
40 capability is known as "pipelining" within OpenSSL.
42 In order to benefit from the pipelining capability. You need to have an engine
44 AES128-SHA based ciphers that have this capability. However, these are for
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c577 uint32_t capability, uint32_t *result) in ar5210GetCapability() argument
582 return (capability == HAL_CIPHER_WEP ? HAL_OK : HAL_ENOTSUPP); in ar5210GetCapability()
584 return ath_hal_getcapability(ah, type, capability, result); in ar5210GetCapability()
590 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ar5210SetCapability() argument
610 return ath_hal_setcapability(ah, type, capability, in ar5210SetCapability()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider.c108 const char *capability, in OSSL_PROVIDER_get_capabilities() argument
112 return ossl_provider_get_capabilities(prov, capability, cb, arg); in OSSL_PROVIDER_get_capabilities()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c618 uint32_t capability, uint32_t *result) in ar5211GetCapability() argument
623 switch (capability) { in ar5211GetCapability()
632 return ath_hal_getcapability(ah, type, capability, result); in ar5211GetCapability()
638 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ar5211SetCapability() argument
655 return ath_hal_setcapability(ah, type, capability, in ar5211SetCapability()
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2595.txt188 capability in response to the CAPABILITY command. This extension
245 3.2. IMAP LOGINDISABLED capability
251 LOGIN command is disabled by including the LOGINDISABLED capability
252 in the capability response. Such a server will respond with a tagged
256 the LOGINDISABLED capability on unencrypted connections.
259 the LOGIN command if this capability is present.
261 This capability is useful to prevent clients compliant with this
265 this capability. Therefore this does not relieve clients of the need
268 Servers advertising this capability will fail to interoperate with
277 commands. The capability name "STLS" indicates this command is
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.c438 uint32_t capability, uint32_t *result) in ath_hal_getcapability() argument
477 switch (capability) { in ath_hal_getcapability()
498 switch (capability) { in ath_hal_getcapability()
540 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ath_hal_setcapability() argument
545 switch (capability) { in ath_hal_setcapability()
559 switch (capability) { in ath_hal_setcapability()
/netbsd-src/usr.bin/videoctl/
H A Dvideoctl.c352 audio.capability & V4L2_AUDCAP_STEREO ? 1 : 0); in video_print_audios()
354 audio.capability & V4L2_AUDCAP_AVL ? 1 : 0); in video_print_audios()
375 audio.capability & V4L2_AUDCAP_STEREO ? 1 : 0); in video_print_audios()
380 audio.capability & V4L2_AUDCAP_AVL ? 1 : 0); in video_print_audios()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/
H A Dcapabilities.c217 int ossl_prov_get_capabilities(void *provctx, const char *capability, in ossl_prov_get_capabilities() argument
220 if (OPENSSL_strcasecmp(capability, "TLS-GROUP") == 0) in ossl_prov_get_capabilities()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_misc.c270 uint32_t capability, uint32_t *result) in ar5416GetCapability() argument
274 switch (capability) { in ar5416GetCapability()
291 return ar5212GetCapability(ah, type, capability, result); in ar5416GetCapability()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dfilterprov.c70 static int filter_get_capabilities(void *provctx, const char *capability, in filter_get_capabilities() argument
75 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg); in filter_get_capabilities()
/netbsd-src/sys/dev/
H A Dvideo.c942 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in video_get_parm()
1219 if (audio->capability & V4L2_AUDCAP_STEREO) in v4l2_audio_to_video_audio()
1221 if (audio->capability & V4L2_AUDCAP_AVL) in v4l2_audio_to_video_audio()
1233 audio->capability = audio->mode = 0; in video_audio_to_v4l2_audio()
1235 audio->capability |= V4L2_AUDCAP_STEREO; in video_audio_to_v4l2_audio()
1237 audio->capability |= V4L2_AUDCAP_AVL; in video_audio_to_v4l2_audio()
1309 if (tuner->capability & V4L2_TUNER_CAP_STEREO) in v4l2_tuner_to_video_tuner()
1311 if (tuner->capability & V4L2_TUNER_CAP_LANG1) in v4l2_tuner_to_video_tuner()
1313 if (tuner->capability & V4L2_TUNER_CAP_LANG2) in v4l2_tuner_to_video_tuner()
1344 tuner->capability = 0; in video_tuner_to_v4l2_tuner()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_safety.h24 #define MUTEX THREAD_ANNOTATION(capability("mutex"))
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dprovider.h37 const char *capability,
/netbsd-src/external/bsd/unbound/dist/contrib/selinux/
H A Dunbound.te38 allow unbound_t self:capability { setuid chown net_bind_service setgid dac_override };
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DProgressBar.py115 for capability in self._STRING_CAPABILITIES:
116 (attrib, cap_name) = capability.split('=')
/netbsd-src/sys/dev/nvmm/
H A Dnvmm_internal.h109 void (*capability)(struct nvmm_capability *); member
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A DTODO115 Perhaps provide some sort of macro capability:
116 # perhaps a macro capability

12345678910>>...13