Searched refs:_methods (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dac97.h86 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
H A Dfeeder.h71 .methods = feeder ## _methods, \
H A Dmixer.h84 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
H A Dchannel.h444 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c495 auth2_methods_valid(const char *_methods, int need_enable) argument
501 if (*_methods == '\0') {
505 omethods = methods = xstrdup(_methods);
517 method, _methods);
/freebsd-10.0-release/sys/sys/
H A Diconv.h132 "iconv_"#name, iconv_ ## name ## _methods, size, NULL \
141 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c962 struct eap_method_type *methods = NULL, *_methods; local
995 _methods = os_realloc_array(methods, num_methods,
997 if (_methods == NULL) {
1002 methods = _methods;
/freebsd-10.0-release/sys/dev/ata/
H A Data-pci.h616 static device_method_t __CONCAT(dname,_methods)[] = { \
639 __CONCAT(dname,_methods), \

Completed in 115 milliseconds