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.h42 typedef const struct kobj_method kobj_method_t; typedef
61 kobj_method_t *methods; /* method table */ \
88 kobj_method_t *cache[KOBJ_CACHE_SIZE];
94 kobj_method_t deflt; /* default implementation */
230 kobj_method_t **_cep = \
232 kobj_method_t *_ce = *_cep; \
244 kobj_method_t **_cep = \
246 kobj_method_t *_ce = *_cep; \
254 kobj_method_t* kobj_lookup_method(kobj_class_t cls,
255 kobj_method_t **cep,
Dbus.h123 #define device_method_t kobj_method_t
/third_party/FreeBSD/sys/kern/
Dsubr_kobj.c84 kobj_method_t *m = NULL; in kobj_class_compile_common()
155 static kobj_method_t*
158 kobj_method_t *methods = cls->methods; in kobj_lookup_method_class()
159 kobj_method_t *ce; in kobj_lookup_method_class()
170 static kobj_method_t*
174 kobj_method_t *ce = NULL; in kobj_lookup_method_mi()
193 kobj_method_t*
195 kobj_method_t **cep, in kobj_lookup_method()
198 kobj_method_t *ce; in kobj_lookup_method()
Dsubr_bus.c161 static kobj_method_t null_methods[] = {
2746 static kobj_method_t root_methods[] = {