Home
last modified time | relevance | path

Searched refs:_methods (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/sys/
H A Diconv.h134 "iconv_"#name, iconv_ ## name ## _methods, size, NULL \
143 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
/freebsd-13.1/sys/arm/include/
H A Dplatformvar.h105 .methods = NAME ## _methods, \
/freebsd-13.1/crypto/openssh/
H A Dauth2.c526 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() argument
532 if (*_methods == '\0') { in auth2_methods_valid()
536 omethods = methods = xstrdup(_methods); in auth2_methods_valid()
548 method, _methods); in auth2_methods_valid()
/freebsd-13.1/sys/dev/sound/pcm/
H A Dac97.h88 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
H A Dmixer.h89 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
H A Dfeeder.h73 .methods = feeder ## _methods, \
H A Dchannel.h451 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c1101 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-13.1/sys/dev/ata/
H A Data-pci.h571 static device_method_t __CONCAT(dname,_methods)[] = { \
594 __CONCAT(dname,_methods), \
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_clear.pod33 server method, even if TLS_*_methods were chosen on startup. This
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h76 static device_method_t _ ## _bus ## _ ## _table ## _methods[] = { \
82 _ ## _bus ## _ ## _table ## _methods, \