Home
last modified time | relevance | path

Searched defs:sysfs_ops (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h40 struct sysfs_ops { struct
41 ssize_t (*show)(struct kobject *, struct attribute *, char *);
42 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
H A Dkobject.h50 const struct sysfs_ops *sysfs_ops; member