Lines Matching refs:buf64
351 { struct vki_stat64 buf64; in VG_() local
352 res = VG_(do_syscall2)(__NR_stat64, (UWord)file_name, (UWord)&buf64); in VG_()
356 TRANSLATE_TO_vg_stat(vgbuf, &buf64); in VG_()
376 struct vki_stat64 buf64; in VG_() local
378 (UWord)&buf64, 0); in VG_()
380 struct vki_stat buf64; in VG_()
382 (UWord)&buf64, 0); in VG_()
387 TRANSLATE_TO_vg_stat(vgbuf, &buf64); in VG_()
404 { struct vki_stat64 buf64; in VG_() local
405 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64); in VG_()
409 TRANSLATE_TO_vg_stat(vgbuf, &buf64); in VG_()
423 struct vki_stat64 buf64; in VG_() local
424 res = VG_(do_syscall4)(__NR_fstatat64, (UWord)fd, 0, (UWord)&buf64, 0); in VG_()
426 struct vki_stat buf64; in VG_()
427 res = VG_(do_syscall4)(__NR_fstatat, (UWord)fd, 0, (UWord)&buf64, 0); in VG_()
432 TRANSLATE_TO_vg_stat(vgbuf, &buf64); in VG_()