Lines Matching defs:group
172 struct config_group group;
178 struct simple_children, group);
181 static struct config_item *simple_children_make_item(struct config_group *group,
249 * 03-group-children
251 * This example reuses the simple_children group from above. However,
252 * the simple_children group is not the subsystem itself, it is a
253 * child of the subsystem. Creation of a group in the subsystem creates
254 * a new simple_children group. That group can then have simple_child
259 struct config_group *group, const char *name)
268 config_group_init_type_name(&simple_children->group, name,
271 return &simple_children->group;
278 "[03-group-children]\n"
308 .ci_namebuf = "03-group-children",