Searched refs:conf_cards (Results 1 – 1 of 1) sorted by relevance
29 static struct card_data *conf_cards; variable104 for (conf = conf_cards; conf; conf = conf->next) { in conf_data_by_card()263 data->next = conf_cards; in test_filename1()264 conf_cards = data; in test_filename1()326 while (conf_cards) { in conf_free()327 conf = conf_cards; in conf_free()328 conf_cards = conf->next; in conf_free()