Lines Matching refs:page
45 static ssize_t childless_showme_show(struct config_item *item, char *page)
50 pos = sprintf(page, "%d\n", childless->showme);
56 static ssize_t childless_storeme_show(struct config_item *item, char *page)
58 return sprintf(page, "%d\n", to_childless(item)->storeme);
62 const char *page, size_t count)
67 ret = kstrtoint(page, 10, &childless->storeme);
74 static ssize_t childless_description_show(struct config_item *item, char *page)
76 return sprintf(page,
133 static ssize_t simple_child_storeme_show(struct config_item *item, char *page)
135 return sprintf(page, "%d\n", to_simple_child(item)->storeme);
139 const char *page, size_t count)
144 ret = kstrtoint(page, 10, &simple_child->storeme);
199 char *page)
201 return sprintf(page,
277 char *page)
279 return sprintf(page,