Searched refs:bootconf_names (Results 1 – 1 of 1) sorted by relevance
48 static const char *bootconf_names[] = { variable70 for (i = 0; bootconf_names[i] != NULL; ++i) { in valid_name()71 if (strcmp(name, bootconf_names[i]) == 0) { in valid_name()