Lines Matching full:subsystem
40 * This first example is a childless subsystem. It cannot create
44 * This is not necessary if a subsystem has no attributes directly
45 * on the subsystem. See the next example, 02-simple-children, for
46 * such a subsystem.
101 "The childless subsystem is the simplest possible subsystem in\n" in childless_description_show()
143 * subsystem, as it has no attributes of its own.
236 "This subsystem allows the creation of child config_items. These\n" in simple_children_description_show()
287 * the simple_children group is not the subsystem itself, it is a
288 * child of the subsystem. Creation of a group in the subsystem creates
315 "This subsystem allows the creation of child config_groups. These\n" in group_children_description_show()
316 "groups are like the subsystem simple-children.\n"); in group_children_description_show()
352 * We're now done with our subsystem definitions.
355 * will only have one subsystem, and will only call register_subsystem
378 printk(KERN_ERR "Error %d while registering subsystem %s\n", in configfs_example_init()