Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDkobj.h229 _ce = kobj_lookup_method(OPS->cls, \
243 _ce = kobj_lookup_method(OPS->cls, \
249 kobj_method_t* kobj_lookup_method(kobj_class_t cls,
/freebsd-13-stable/sys/kern/
HDsubr_kobj.c216 kobj_lookup_method(kobj_class_t cls, in kobj_lookup_method() function
/freebsd-13-stable/sys/cam/mmc/
HDmmc_sim.c199 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL, in mmc_cam_sim_alloc()
/freebsd-13-stable/sys/dev/sdhci/
HDsdhci.c928 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
945 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
950 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
999 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
/freebsd-13-stable/sys/dev/extres/clk/
HDclk.c647 kobj_method = kobj_lookup_method(((kobj_t)clknode)->ops->cls, NULL, in clknode_create()
/freebsd-13-stable/sys/net/
HDiflib.c5315 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()
5324 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()