Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dkobj.h124 #define DEFINE_CLASS_0(name, classvar, methods, size) \ argument
126 struct kobj_class classvar = { \
136 #define DEFINE_CLASS_1(name, classvar, methods, size, \ argument
141 struct kobj_class classvar = { \
151 #define DEFINE_CLASS_2(name, classvar, methods, size, \ argument
157 struct kobj_class classvar = { \
167 #define DEFINE_CLASS_3(name, classvar, methods, size, \ argument
174 struct kobj_class classvar = { \
/freebsd-13.1/sys/dev/bhnd/
H A Dbhnd_erom.h112 #define BHND_EROM_DEFINE_CLASS(name, classvar, methods, size) \ argument
113 DEFINE_CLASS_0(name, classvar, methods, size); \
114 BHND_EROM_CLASS_DEF(classvar); \
119 #define BHND_EROM_CLASS_DEF(classvar) DATA_SET(bhnd_erom_class_set, classvar) argument