Home
last modified time | relevance | path

Searched refs:classvar (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dkobj.h131 #define DEFINE_CLASS_0(name, classvar, methods, size) \ argument
133 struct kobj_class classvar = { \
143 #define DEFINE_CLASS_1(name, classvar, methods, size, \ argument
148 struct kobj_class classvar = { \
159 #define DEFINE_CLASS_2(name, classvar, methods, size, \ argument
165 struct kobj_class classvar = { \
176 #define DEFINE_CLASS_3(name, classvar, methods, size, \ argument
183 struct kobj_class classvar = { \
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.h111 #define BHND_EROM_DEFINE_CLASS(name, classvar, methods, size) \ argument
112 DEFINE_CLASS_0(name, classvar, methods, size); \
113 BHND_EROM_CLASS_DEF(classvar); \
118 #define BHND_EROM_CLASS_DEF(classvar) DATA_SET(bhnd_erom_class_set, classvar) argument