Home
last modified time | relevance | path

Searched refs:kobj_attribute (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_kobject.c196 struct kobj_attribute *ka = in lkpi_kobj_attr_show()
197 container_of(attr, struct kobj_attribute, attr); in lkpi_kobj_attr_show()
209 struct kobj_attribute *ka = in lkpi_kobj_attr_store()
210 container_of(attr, struct kobj_attribute, attr); in lkpi_kobj_attr_store()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h75 struct kobj_attribute { struct
77 ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr, argument
79 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, argument