Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:PRE

1175          /* pre: newbrk < VG_(brk_limit) 
1245 testing whether a file descriptor that is about to be used (in a pre
2200 /* Note: the PRE() and POST() wrappers are for the actual functions
2230 #define PRE(name) DEFN_PRE_TEMPLATE(generic, name)
2246 PRE(sys_exit)
2260 PRE(sys_ni_syscall)
2268 PRE(sys_iopl)
2274 PRE(sys_fsync)
2281 PRE(sys_fdatasync)
2288 PRE(sys_msync)
2306 PRE(sys_getpmsg)
2342 PRE(sys_putpmsg)
2360 PRE(sys_getitimer)
2379 PRE(sys_setitimer)
2410 PRE(sys_chroot)
2417 PRE(sys_madvise)
2426 PRE(sys_mremap)
2450 PRE(sys_nice)
2456 PRE(sys_mlock)
2463 PRE(sys_munlock)
2470 PRE(sys_mlockall)
2477 PRE(sys_setpriority)
2483 PRE(sys_getpriority)
2489 PRE(sys_pwrite64)
2510 PRE(sys_sync)
2517 PRE(sys_fstatfs)
2531 PRE(sys_fstatfs64)
2544 PRE(sys_getsid)
2550 PRE(sys_pread64)
2578 PRE(sys_mknod)
2587 PRE(sys_flock)
2629 PRE(sys_execve)
2734 // We want to exec the launcher. Get its pre-remembered path.
2895 VG_(message)(Vg_UserMsg, "Add more stringent tests in PRE(sys_execve), "
2900 PRE(sys_access)
2907 PRE(sys_alarm)
2913 PRE(sys_brk)
2957 PRE(sys_chdir)
2965 PRE(sys_chmod)
2973 PRE(sys_chown)
2982 PRE(sys_lchown)
2991 PRE(sys_close)
3010 PRE(sys_dup)
3028 PRE(sys_dup2)
3043 PRE(sys_fchdir)
3050 PRE(sys_fchown)
3058 PRE(sys_fchmod)
3065 PRE(sys_newfstat)
3082 PRE(sys_fork)
3141 PRE(sys_ftruncate)
3148 PRE(sys_truncate)
3157 PRE(sys_ftruncate64)
3172 PRE(sys_truncate64)
3188 PRE(sys_getdents)
3205 PRE(sys_getdents64)
3222 PRE(sys_getgroups)
3237 PRE(sys_getcwd)
3257 PRE(sys_geteuid)
3263 PRE(sys_getegid)
3269 PRE(sys_getgid)
3275 PRE(sys_getpid)
3281 PRE(sys_getpgid)
3287 PRE(sys_getpgrp)
3293 PRE(sys_getppid)
3325 PRE(sys_old_getrlimit)
3338 PRE(sys_getrlimit)
3351 PRE(sys_getrusage)
3365 PRE(sys_gettimeofday)
3388 PRE(sys_settimeofday)
3401 PRE(sys_getuid)
3524 PRE(sys_kill)
3553 PRE(sys_link)
3562 PRE(sys_newlstat)
3576 PRE(sys_mkdir)
3584 PRE(sys_mprotect)
3657 PRE(sys_munmap)
3675 PRE(sys_mincore)
3688 PRE(sys_nanosleep)
3706 PRE(sys_open)
3789 PRE(sys_read)
3808 PRE(sys_write)
3827 PRE(sys_creat)
3847 PRE(sys_poll)
3883 PRE(sys_readlink)
3922 PRE(sys_readv)
3965 PRE(sys_rename)
3974 PRE(sys_rmdir)
3982 PRE(sys_select)
4003 PRE(sys_setgid)
4009 PRE(sys_setsid)
4015 PRE(sys_setgroups)
4023 PRE(sys_setpgid)
4029 PRE(sys_setregid)
4035 PRE(sys_setreuid)
4041 PRE(sys_setrlimit)
4092 PRE(sys_setuid)
4098 PRE(sys_newstat)
4111 PRE(sys_statfs)
4123 PRE(sys_statfs64)
4136 PRE(sys_symlink)
4145 PRE(sys_time)
4162 PRE(sys_times)
4178 PRE(sys_umask)
4184 PRE(sys_unlink)
4192 PRE(sys_newuname)
4206 PRE(sys_waitpid)
4223 PRE(sys_wait4)
4245 PRE(sys_writev)
4269 PRE(sys_utimes)
4281 PRE(sys_acct)
4288 PRE(sys_pause)
4295 PRE(sys_sigaltstack)
4322 PRE(sys_sethostname)
4329 #undef PRE