Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c126 static const char *io_device_table[] = { variable
146 #define NIODEVICE (sizeof (io_device_table) / sizeof (io_device_table[0]))
166 if (strcmp(device_class, io_device_table[i]) == 0) in is_io_device()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c138 static char *io_device_table[] = { variable
158 #define NIODEVICE sizeof (io_device_table) / sizeof (io_device_table[0])
208 if (strcmp(device_class, io_device_table[i]) == 0) in is_io_device()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c135 static char *io_device_table[] = { variable
155 #define NIODEVICE sizeof (io_device_table) / sizeof (io_device_table[0])
203 if (strcmp(device_class, io_device_table[i]) == 0) in is_io_device()