Searched refs:file_read (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c130 static int file_read(int fd, char* buf, int len) { function
468 if (file_read(fd, &ch, sizeof(ch)) != sizeof(ch)) {
556 while (file_read(fd, &ch, sizeof(ch)) == sizeof(ch)) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c130 static int file_read(int fd, char* buf, int len) { function
468 if (file_read(fd, &ch, sizeof(ch)) != sizeof(ch)) {
556 while (file_read(fd, &ch, sizeof(ch)) == sizeof(ch)) {

Completed in 1572 milliseconds