Searched refs:config_view (Results 1 – 8 of 8) sorted by relevance
47 struct config_view;264 struct config_view* views;900 struct config_view { struct902 struct config_view* next; argument1228 void config_delview(struct config_view* p);1234 void config_delviews(struct config_view* list);
1716 config_delview(struct config_view* p) in config_delview()1730 config_delviews(struct config_view* p) in config_delviews()1732 struct config_view* np; in config_delviews()
432 struct config_view* s;435 s = (struct config_view*)calloc(1, sizeof(struct config_view));
3158 struct config_view* s; in yyparse()3161 s = (struct config_view*)calloc(1, sizeof(struct config_view)); in yyparse()
49 struct config_view;
143 struct config_view* cv;208 * are free'd from config_view by local_zones_apply_cfg. in views_apply_cfg()
428 struct config_view* cv; in respip_views_apply_cfg()
5370 getmem_config_view(struct config_view* p) in getmem_config_view()5373 struct config_view* s; in getmem_config_view()