Lines Matching refs:page
43 static ssize_t childless_showme_show(struct config_item *item, char *page)
48 pos = sprintf(page, "%d\n", childless->showme);
54 static ssize_t childless_storeme_show(struct config_item *item, char *page)
56 return sprintf(page, "%d\n", to_childless(item)->storeme);
60 const char *page, size_t count)
65 ret = kstrtoint(page, 10, &childless->storeme);
72 static ssize_t childless_description_show(struct config_item *item, char *page)
74 return sprintf(page,
131 static ssize_t simple_child_storeme_show(struct config_item *item, char *page)
133 return sprintf(page, "%d\n", to_simple_child(item)->storeme);
137 const char *page, size_t count)
142 ret = kstrtoint(page, 10, &simple_child->storeme);
197 char *page)
199 return sprintf(page,
275 char *page)
277 return sprintf(page,