Home
last modified time | relevance | path

Searched refs:kobj_method (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dkobj.h39 typedef const struct kobj_method kobj_method_t;
45 struct kobj_method { struct
/f-stack/freebsd/kern/
H A Dsubr_kobj.c89 static const struct kobj_method null_method = {
/f-stack/freebsd/net/
H A Diflib.c4717 kobj_method_t *kobj_method; in iflib_device_register() local
4858 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()
4860 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register()
4867 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()
4869 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register()