Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h77 struct kobj_attribute { struct
79 ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr, argument
81 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kobject.c211 struct kobj_attribute *ka = in lkpi_kobj_attr_show()
212 container_of(attr, struct kobj_attribute, attr); in lkpi_kobj_attr_show()
224 struct kobj_attribute *ka = in lkpi_kobj_attr_store()
225 container_of(attr, struct kobj_attribute, attr); in lkpi_kobj_attr_store()