Home | History | Annotate | Download | only in coregrind

Lines Matching refs:fh

559    Int    model, n, fh;
568 fh = sr_Res(fd);
578 n = VG_(read)(fh, file_buf, file_buf_size);
589 VG_(lseek)( fh, 0, VKI_SEEK_SET );
591 n = VG_(read)( fh, file_buf, num_bytes );
596 VG_(close)(fh);
655 Int n, fh;
664 fh = sr_Res(fd);
674 n = VG_(read)(fh, file_buf, file_buf_size);
685 VG_(lseek)( fh, 0, VKI_SEEK_SET );
687 n = VG_(read)( fh, file_buf, num_bytes );
692 VG_(close)(fh);
781 Int n, fh;
790 fh = sr_Res(fd);
800 n = VG_(read)(fh, file_buf, file_buf_size);
811 VG_(lseek)( fh, 0, VKI_SEEK_SET );
813 n = VG_(read)( fh, file_buf, num_bytes );
818 VG_(close)(fh);