Searched defs:pcitool_stat_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c89 } pcitool_stat_str[] = { variable in typeref:struct:__anon1053
181 for (i = 0; pcitool_stat_str[i].string != NULL; i++) {
182 if (pcitool_stat_str[i].value == pcitool_status) {
184 return (pcitool_stat_str[i].string);

Completed in 337 milliseconds