Searched refs:kobj_method (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dkobj.h39 typedef const struct kobj_method kobj_method_t;
45 struct kobj_method { struct
/freebsd-12-stable/sys/kern/
H A Dsubr_kobj.c88 static const struct kobj_method null_method = {
/freebsd-12-stable/sys/dev/sdhci/
H A Dsdhci.c823 kobj_method_t *kobj_method; local
954 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
956 if (kobj_method == &kobj_desc->deflt)
971 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
973 if (kobj_method == &kobj_desc->deflt)
976 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
978 if (kobj_method == &kobj_desc->deflt) {
1025 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
1027 if (kobj_method == &kobj_desc->deflt)
1029 else if (kobj_method
[all...]
/freebsd-12-stable/sys/net/
H A Diflib.c4700 kobj_method_t *kobj_method; local
4848 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL,
4850 if (kobj_method == &kobj_desc->deflt) {
4857 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL,
4859 if (kobj_method == &kobj_desc->deflt) {

Completed in 118 milliseconds