Searched refs:bus_names (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2432 const char *bus_names[] = { "BUS0", "BUS_ADRALN", "BUS_ADRERR", "BUS_OBJERR" }; variable
2462 st->print(", si_code=%d (%s)", c, c > 3 ? "" : bus_names[c]);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2255 const char *bus_names[] = { "BUS0", "BUS_ADRALN", "BUS_ADRERR", "BUS_OBJERR" }; variable
2285 st->print(", si_code=%d (%s)", c, c > 3 ? "" : bus_names[c]);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2328 const char *bus_names[] = { "BUS0", "BUS_ADRALN", "BUS_ADRERR", "BUS_OBJERR" }; variable
2359 st->print(", si_code=%d (%s)", c, c > 3 ? "" : bus_names[c]);

Completed in 1115 milliseconds