Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:sr_Res

795    while ((ret = VG_(getdents)(sr_Res(f), &d, sizeof(d))) != 0) {
803 if (fno != sr_Res(f))
813 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
817 VG_(close)(sr_Res(f));
1273 if (!ML_(fd_allowed)(sr_Res(res), "socket", tid, True)) {
1274 VG_(close)(sr_Res(res));
1278 ML_(record_fd_open_nameless)(tid, sr_Res(res));
1319 if (!ML_(fd_allowed)(sr_Res(res), "accept", tid, True)) {
1320 VG_(close)(sr_Res(res));
1329 ML_(record_fd_open_nameless)(tid, sr_Res(res));
2072 (Addr)sr_Res(sres), /* addr kernel actually assigned */
2080 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
2084 (Addr)sr_Res(sres), /* addr kernel actually assigned */
2094 vg_assert(sr_Res(sres) == arg1);
3647 OffT off = VG_(lseek)( sr_Res(sres), 0, VKI_SEEK_SET );