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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c46 * Textual output file is gdata->checkfilename, fd is gdata->check_fd.
175 if ( gdata->check_fd < 0 ) {
179 system_write(gdata->check_fd, gdata->check_buffer, gdata->check_buffer_index);
221 /* Move arbitrary byte stream into gdata->check_fd */
225 if ( gdata->check_fd < 0 ) {
236 system_write(gdata->check_fd, buf, len);
244 /* Printf for gdata->check_fd */
251 if ( gdata->check_fd < 0 ) {
262 /* Printf of an element for gdata->check_fd */
320 /* Printf of a string for gdata->check_fd */
[all...]
H A Dhprof.h268 int check_fd; member in struct:__anon533
H A Dhprof_init.c160 data.check_fd = -1; /* For heap=dump, see hprof_io */
799 gdata->check_fd = md_creat(gdata->checkfilename);
1406 if ( gdata->check_fd >= 0 ) {
1407 (void)md_close(gdata->check_fd);
1408 gdata->check_fd = -1;

Completed in 975 milliseconds