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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2126 char* diag_msg_buf=ebuf+strlen(ebuf); local
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.cpp1921 char* diag_msg_buf=ebuf+strlen(ebuf); local
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.cpp2094 char* diag_msg_buf=ebuf+strlen(ebuf); local
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 86 milliseconds