Searched refs:kobj_method_t (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c5111 kobj_method_t *kobj_method;
H A Dkobj.c14 static kobj_method_t kobj_default_method = {
26 kobj_method_t*
27 kobj_lookup_method(kobj_class_t class, kobj_method_t** cep,
31 kobj_method_t* ret = NULL;
38 kobj_method_t* mth = &class->methods[i];
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dkobj.h11 typedef const struct device_method kobj_method_t; typedef in typeref:struct:device_method
18 kobj_method_t deflt; /* default implementation */
38 kobj_method_t* methods; \
44 kobj_method_t* _ce = NULL; \
52 kobj_method_t* kobj_lookup_method(kobj_class_t cls, kobj_method_t **cep,

Completed in 78 milliseconds