Searched refs:_methods (Results 1 – 9 of 9) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | auth2.c | 486 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() argument 492 if (*_methods == '\0') { in auth2_methods_valid() 496 omethods = methods = xstrdup(_methods); in auth2_methods_valid() 508 method, _methods); in auth2_methods_valid()
|
| /trueos/sys/sys/ |
| HD | iconv.h | 132 "iconv_"#name, iconv_ ## name ## _methods, size, NULL \ 141 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
|
| /trueos/sys/dev/sound/pcm/ |
| HD | ac97.h | 86 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
| HD | mixer.h | 84 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
|
| HD | feeder.h | 71 .methods = feeder ## _methods, \
|
| HD | channel.h | 445 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
| /trueos/contrib/wpa/src/eap_peer/ |
| HD | eap_tls_common.c | 962 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local 995 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods() 997 if (_methods == NULL) { in eap_peer_select_phase2_methods() 1002 methods = _methods; in eap_peer_select_phase2_methods()
|
| /trueos/sys/dev/ata/ |
| HD | ata-pci.h | 645 static device_method_t __CONCAT(dname,_methods)[] = { \ 668 __CONCAT(dname,_methods), \
|
| /trueos/crypto/openssl/doc/ssl/ |
| HD | SSL_clear.pod | 33 server method, even if SSLv23_*_methods were chosen on startup. This
|