Home
last modified time | relevance | path

Searched refs:bootconf_names (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dbootconf.c48 static const char *bootconf_names[] = { variable
70 for (i = 0; bootconf_names[i] != NULL; ++i) { in valid_name()
71 if (strcmp(name, bootconf_names[i]) == 0) { in valid_name()