Searched refs:_methods (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | iconv.h | 134 "iconv_"#name, iconv_ ## name ## _methods, size, NULL \ 143 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
|
| /freebsd-12-stable/crypto/openssh/ |
| D | auth2.c | 558 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() argument 564 if (*_methods == '\0') { in auth2_methods_valid() 568 omethods = methods = xstrdup(_methods); in auth2_methods_valid() 580 method, _methods); in auth2_methods_valid()
|
| /freebsd-12-stable/sys/arm/include/ |
| D | platformvar.h | 105 .methods = NAME ## _methods, \
|
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | ac97.h | 88 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
| D | mixer.h | 87 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
|
| D | feeder.h | 73 .methods = feeder ## _methods, \
|
| D | channel.h | 447 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
| /freebsd-12-stable/contrib/wpa/src/eap_peer/ |
| D | eap_tls_common.c | 1101 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local 1141 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods() 1143 if (_methods == NULL) { in eap_peer_select_phase2_methods() 1148 methods = _methods; in eap_peer_select_phase2_methods()
|
| /freebsd-12-stable/sys/dev/ata/ |
| D | ata-pci.h | 571 static device_method_t __CONCAT(dname,_methods)[] = { \ 594 __CONCAT(dname,_methods), \
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_clear.pod | 33 server method, even if TLS_*_methods were chosen on startup. This
|