Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pcitool/
H A Dpcitool.c89 } pcitool_stat_str[] = { variable
181 for (i = 0; pcitool_stat_str[i].string != NULL; i++) { in strstatus()
182 if (pcitool_stat_str[i].value == pcitool_status) { in strstatus()
184 return (pcitool_stat_str[i].string); in strstatus()