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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c160 static char *bus_table[] = { variable
168 #define NBUS sizeof (bus_table) / sizeof (bus_table[0])
224 if (strcmp(device_class, bus_table[i]) == 0)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c157 static char *bus_table[] = { variable
163 #define NBUS sizeof (bus_table) / sizeof (bus_table[0])
219 if (strcmp(device_class, bus_table[i]) == 0)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c148 static const char *bus_table[] = { variable
154 #define NBUS (sizeof (bus_table) / sizeof (bus_table[0]))
183 if (strcmp(device_class, bus_table[i]) == 0)

Completed in 62 milliseconds