Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c98 static const char *module_name_str[] = { variable
194 #define MOD_NAME_STR_UNKNOWN_VAL (ARR_SIZE(module_name_str))
201 if (strcmp(name, module_name_str[i]) == 0) { in find_module_name()