Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:POST

365    PRE/POST wrappers for mips/Linux-specific syscalls
368 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name)
556 POST (sys_socketcall)
646 POST (sys_socket)
672 POST (sys_getsockopt)
697 POST (sys_accept)
729 POST (sys_recvfrom)
752 POST(sys_recvmsg)
804 POST (sys_semctl)
846 POST (sys_msgrcv)
858 POST (sys_msgctl)
878 POST (sys_shmdt)
891 POST (sys_shmctl)
925 POST (sys_getsockname)
940 POST (sys_getpeername)
955 POST (sys_socketpair)
980 POST (sys_recv)
1034 POST (sys_lstat64)
1051 POST (sys_stat64)
1066 POST (sys_fstatat64)
1078 POST (sys_fstat64)
1164 POST (sys_ipc)
1375 POST(sys_pipe)
1396 #undef POST
1405 // linux/include/asm-mips/unistd.h) to the appropriate PRE/POST sys_foo()