Searched refs:kobj_method (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | kobj.h | 39 typedef const struct kobj_method kobj_method_t; 45 struct kobj_method { struct
|
| /freebsd-12.1/sys/dev/sdhci/ |
| H A D | sdhci.c | 823 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->func == (kobjop_t)sdhci_generic_switch_vccq)
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_kobj.c | 88 static const struct kobj_method null_method = {
|
| /freebsd-12.1/sys/net/ |
| H A D | iflib.c | 4510 kobj_method_t *kobj_method; in iflib_device_register() local 4659 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register() 4661 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register() 4668 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register() 4670 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register()
|