Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dkobj.h232 _ce = kobj_lookup_method(OPS->cls, \
246 _ce = kobj_lookup_method(OPS->cls, \
252 kobj_method_t* kobj_lookup_method(kobj_class_t cls,
/third_party/FreeBSD/sys/kern/
Dsubr_kobj.c192 kobj_lookup_method(kobj_class_t cls, in kobj_lookup_method() function