Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Diconv.h135 "iconv_"#name, iconv_ ## name ## _methods, size, NULL \
144 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
/dragonfly/crypto/openssh/
H A Dauth2.c554 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() argument
560 if (*_methods == '\0') { in auth2_methods_valid()
564 omethods = methods = xstrdup(_methods); in auth2_methods_valid()
576 method, _methods); in auth2_methods_valid()
/dragonfly/sys/dev/sound/pcm/
H A Dac97.h86 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
H A Dmixer.h84 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
H A Dfeeder.h71 .methods = feeder ## _methods, \
H A Dchannel.h445 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c1098 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
1134 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods()
1136 if (_methods == NULL) { in eap_peer_select_phase2_methods()
1141 methods = _methods; in eap_peer_select_phase2_methods()