Lines Matching defs:group
174 struct config_group group;
180 struct simple_children, group);
183 static struct config_item *simple_children_make_item(struct config_group *group,
251 * 03-group-children
253 * This example reuses the simple_children group from above. However,
254 * the simple_children group is not the subsystem itself, it is a
255 * child of the subsystem. Creation of a group in the subsystem creates
256 * a new simple_children group. That group can then have simple_child
261 struct config_group *group, const char *name)
270 config_group_init_type_name(&simple_children->group, name,
273 return &simple_children->group;
280 "[03-group-children]\n"
310 .ci_namebuf = "03-group-children",