Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h53 struct bin_attribute { struct
57 struct bin_attribute *, char *, loff_t, size_t); argument
59 struct bin_attribute *, char *, loff_t, size_t); argument
102 struct bin_attribute bin_attr_##_name = \
106 struct bin_attribute bin_attr_##_name = \
110 struct bin_attribute bin_attr_##_name = \
114 struct bin_attribute bin_attr_##_name = \
261 struct bin_attribute *attr; in sysctl_handle_bin_attr()
267 attr = (struct bin_attribute *)(intptr_t)arg2; in sysctl_handle_bin_attr()
301 sysfs_create_bin_file(struct kobject *kobj, const struct bin_attribute *attr) in sysfs_create_bin_file()
[all …]