Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dsys-hypervisor.c28 static struct hyp_sysfs_attr _name##_attr = __ATTR_RO(_name)
31 static struct hyp_sysfs_attr _name##_attr = \
34 struct hyp_sysfs_attr { struct
36 ssize_t (*show)(struct hyp_sysfs_attr *, char *); argument
37 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t); argument
41 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show() argument
59 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show()
69 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show()
79 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show()
121 static ssize_t uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show_fallback()
[all …]