Searched refs:_methods (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth2-methods.c | 93 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() argument 100 if (*_methods == '\0') { in auth2_methods_valid() 104 omethods = methods = xstrdup(_methods); in auth2_methods_valid() 117 method, _methods); in auth2_methods_valid()
|
/freebsd/sys/sys/ |
H A D | iconv.h | 132 "iconv_"#name, iconv_ ## name ## _methods, size, NULL \ 141 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
|
/freebsd/sys/arm/include/ |
H A D | platformvar.h | 103 .methods = NAME ## _methods, \
|
/freebsd/sys/dev/sound/pcm/ |
H A D | ac97.h | 86 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
H A D | mixer.h | 85 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
|
H A D | feeder.h | 71 .methods = feeder ## _methods, \
|
H A D | channel.h | 457 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_tls_common.c | 1110 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local 1150 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods() 1152 if (_methods == NULL) { in eap_peer_select_phase2_methods() 1157 methods = _methods; in eap_peer_select_phase2_methods()
|
/freebsd/sys/dev/ata/ |
H A D | ata-pci.h | 569 static device_method_t __CONCAT(dname,_methods)[] = { \ 592 __CONCAT(dname,_methods), \
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_clear.pod | 33 server method, even if TLS_*_methods were chosen on startup. This
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 78 static device_method_t _ ## _bus ## _ ## _table ## _methods[] = { \ 84 _ ## _bus ## _ ## _table ## _methods, \
|