Home
last modified time | relevance | path

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

/freebsd-src/sys/cam/mmc/
H A Dmmc_sim.c185 kobj_method_t *kobj_method; in mmc_cam_sim_alloc() local
198 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL, in mmc_cam_sim_alloc()
201 kobj_method == &kobj_desc->deflt ? NULL : mmc_cam_default_poll, in mmc_cam_sim_alloc()
/freebsd-src/sys/sys/
H A Dkobj.h37 typedef const struct kobj_method kobj_method_t;
43 struct kobj_method { struct
/freebsd-src/sys/dev/sdhci/
H A Dsdhci.c869 kobj_method_t *kobj_method; local
1003 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
1005 if (kobj_method == &kobj_desc->deflt)
1020 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
1022 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) {
1074 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
1076 if (kobj_method == &kobj_desc->deflt)
1078 else if (kobj_method
[all...]
/freebsd-src/sys/dev/clk/
H A Dclk.c544 kobj_method_t *kobj_method; in clknode_create() local
657 kobj_method = kobj_lookup_method(((kobj_t)clknode)->ops->cls, NULL, in clknode_create()
659 if (kobj_method != &kobj_desc->deflt && in clknode_create()
660 kobj_method->func != (kobjop_t)clknode_method_set_gate) { in clknode_create()
/freebsd-src/sys/kern/
H A Dsubr_kobj.c86 static const struct kobj_method null_method = {
/freebsd-src/sys/net/
H A Diflib.c5200 kobj_method_t *kobj_method; in iflib_device_register()
5362 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()
5364 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register()
5371 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()
5373 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register()
5197 kobj_method_t *kobj_method; iflib_device_register() local