Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dsys-hypervisor.c25 static struct hyp_sysfs_attr _name##_attr = __ATTR_RO(_name)
28 static struct hyp_sysfs_attr _name##_attr = \
31 struct hyp_sysfs_attr { struct
33 ssize_t (*show)(struct hyp_sysfs_attr *, char *); argument
34 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t); argument
38 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show() argument
56 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show()
66 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show()
76 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show()
118 static ssize_t uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show_fallback()
[all …]