Home
last modified time | relevance | path

Searched refs:kobj_method_t (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dkobj.h40 typedef const struct kobj_method kobj_method_t; typedef
59 kobj_method_t *methods; /* method table */ \
86 kobj_method_t *cache[KOBJ_CACHE_SIZE];
92 kobj_method_t deflt; /* default implementation */
228 kobj_method_t **_cep = \
230 kobj_method_t *_ce = *_cep; \
242 kobj_method_t **_cep = \
244 kobj_method_t *_ce = *_cep; \
252 kobj_method_t* kobj_lookup_method(kobj_class_t cls,
253 kobj_method_t **cep,
Dbus.h121 #define device_method_t kobj_method_t
/third_party/FreeBSD/sys/kern/
Dsubr_kobj.c82 kobj_method_t *m = NULL; in kobj_class_compile_common()
153 static kobj_method_t*
156 kobj_method_t *methods = cls->methods; in kobj_lookup_method_class()
157 kobj_method_t *ce; in kobj_lookup_method_class()
168 static kobj_method_t*
172 kobj_method_t *ce = NULL; in kobj_lookup_method_mi()
191 kobj_method_t*
193 kobj_method_t **cep, in kobj_lookup_method()
196 kobj_method_t *ce; in kobj_lookup_method()
Dsubr_bus.c160 static kobj_method_t null_methods[] = {
2745 static kobj_method_t root_methods[] = {