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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2125 int diag_msg_max_length=ebuflen-strlen(ebuf); local
2128 if (diag_msg_max_length==0) {
2260 ::snprintf(diag_msg_buf, diag_msg_max_length-1," (Possible cause: endianness mismatch)");
2266 ::snprintf(diag_msg_buf, diag_msg_max_length-1," (Possible cause: architecture word width mismatch)");
2273 ::snprintf(diag_msg_buf, diag_msg_max_length-1,
2277 ::snprintf(diag_msg_buf, diag_msg_max_length-1,
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1920 int diag_msg_max_length=ebuflen-strlen(ebuf); local
1923 if (diag_msg_max_length==0) {
2035 ::snprintf(diag_msg_buf, diag_msg_max_length-1," (Possible cause: endianness mismatch)");
2041 ::snprintf(diag_msg_buf, diag_msg_max_length-1," (Possible cause: architecture word width mismatch)");
2048 ::snprintf(diag_msg_buf, diag_msg_max_length-1,
2052 ::snprintf(diag_msg_buf, diag_msg_max_length-1,
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2093 int diag_msg_max_length=ebuflen-strlen(ebuf); local
2096 if (diag_msg_max_length==0) {
2186 ::snprintf(diag_msg_buf, diag_msg_max_length-1," (Possible cause: endianness mismatch)");
2191 ::snprintf(diag_msg_buf, diag_msg_max_length-1," (Possible cause: architecture word width mismatch)");
2197 ::snprintf(diag_msg_buf, diag_msg_max_length-1,
2201 ::snprintf(diag_msg_buf, diag_msg_max_length-1,

Completed in 135 milliseconds