Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:PRE_MEM_WRITE

856       PRE_MEM_WRITE( outmsg, base, size );
1236 PRE_MEM_WRITE( "socketcall.socketpair(sv)",
1379 PRE_MEM_WRITE( "socketcall.recvfrom(buf)", buf_p, len );
1416 PRE_MEM_WRITE( "socketcall.recv(buf)",
1615 PRE_MEM_WRITE( "semctl(IPC_INFO, arg.buf)",
1624 PRE_MEM_WRITE( "semctl(IPC_STAT, arg.buf)",
1633 PRE_MEM_WRITE( "semctl(IPC_STAT, arg.buf)",
1655 PRE_MEM_WRITE( "semctl(IPC_GETALL, arg.array)",
1856 PRE_MEM_WRITE( "shmctl(IPC_INFO, buf)",
1861 PRE_MEM_WRITE( "shmctl(IPC_INFO, buf)",
1872 PRE_MEM_WRITE( "shmctl(SHM_INFO, buf)",
1881 PRE_MEM_WRITE( "shmctl(IPC_STAT, buf)",
1888 PRE_MEM_WRITE( "shmctl(IPC_STAT, arg.buf)",
2223 PRE_MEM_WRITE( "getpmsg(ctrl)", (Addr)ctrl->buf, ctrl->maxlen);
2225 PRE_MEM_WRITE( "getpmsg(data)", (Addr)data->buf, data->maxlen);
2227 PRE_MEM_WRITE( "getpmsg(bandp)", (Addr)ARG4, sizeof(int));
2229 PRE_MEM_WRITE( "getpmsg(flagsp)", (Addr)ARG5, sizeof(int));
2427 PRE_MEM_WRITE( "fstatfs(buf)", ARG2, sizeof(struct vki_statfs) );
2441 PRE_MEM_WRITE( "fstatfs64(buf)", ARG3, ARG2 );
2472 PRE_MEM_WRITE( "pread64(buf)", ARG2, ARG3 );
2978 PRE_MEM_WRITE( "fstat(buf)", ARG2, sizeof(struct vki_stat) );
3103 PRE_MEM_WRITE( "getdents(dirp)", ARG2, ARG3 );
3120 PRE_MEM_WRITE( "getdents64(dirp)", ARG2, ARG3 );
3135 PRE_MEM_WRITE( "getgroups(list)", ARG2, ARG1 * sizeof(vki_gid_t) );
3155 PRE_MEM_WRITE( "getcwd(buf)", ARG1, ARG2 );
3238 PRE_MEM_WRITE( "old_getrlimit(rlim)", ARG2, sizeof(struct vki_rlimit) );
3251 PRE_MEM_WRITE( "getrlimit(rlim)", ARG2, sizeof(struct vki_rlimit) );
3263 PRE_MEM_WRITE( "getrusage(usage)", ARG2, sizeof(struct vki_rusage) );
3282 PRE_MEM_WRITE( "gettimeofday(tz)", ARG2, sizeof(struct vki_timezone) );
3355 PRE_MEM_WRITE( "ioctl(generic)", arg, size);
3475 PRE_MEM_WRITE( "lstat(buf)", ARG2, sizeof(struct vki_stat) );
3589 PRE_MEM_WRITE( "mincore(vec)", ARG3, VG_PGROUNDUP(ARG2) / VKI_PAGE_SIZE );
3604 PRE_MEM_WRITE( "nanosleep(rem)", ARG2, sizeof(struct vki_timespec) );
3682 PRE_MEM_WRITE( "read(buf)", ARG2, ARG3 );
3751 PRE_MEM_WRITE( "poll(ufds.reventss)",
3775 PRE_MEM_WRITE( "readlink(buf)", ARG2,ARG3 );
3823 PRE_MEM_WRITE( "readv(vector[...])",
3982 PRE_MEM_WRITE( "stat(buf)", ARG2, sizeof(struct vki_stat) );
3995 PRE_MEM_WRITE( "statfs(buf)", ARG2, sizeof(struct vki_statfs) );
4008 PRE_MEM_WRITE( "statfs64(buf)", ARG3, ARG2 );
4030 PRE_MEM_WRITE( "time(t)", ARG1, sizeof(vki_time_t) );
4046 PRE_MEM_WRITE( "times(buf)", ARG1, sizeof(struct vki_tms) );
4075 PRE_MEM_WRITE( "uname(buf)", ARG1, sizeof(struct vki_new_utsname) );
4093 PRE_MEM_WRITE( "waitpid(status)", ARG2, sizeof(int) );
4111 PRE_MEM_WRITE( "wait4(status)", ARG2, sizeof(int) );
4113 PRE_MEM_WRITE( "wait4(rusage)", ARG4, sizeof(struct vki_rusage) );
4186 PRE_MEM_WRITE( "sigaltstack(oss)", ARG2, sizeof(vki_stack_t) );