arg2 237 miscwrappers.cpp #define SYSCALL_GET_ARGS_2(type1,arg1,type2,arg2) \ arg2 239 miscwrappers.cpp SYSCALL_GET_ARG(type2,arg2) arg2 241 miscwrappers.cpp #define SYSCALL_GET_ARGS_3(type1,arg1,type2,arg2,type3,arg3) \ arg2 242 miscwrappers.cpp SYSCALL_GET_ARGS_2(type1,arg1,type2,arg2); \ arg2 245 miscwrappers.cpp #define SYSCALL_GET_ARGS_4(type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ arg2 246 miscwrappers.cpp SYSCALL_GET_ARGS_3(type1,arg1,type2,arg2,type3,arg3); \ arg2 249 miscwrappers.cpp #define SYSCALL_GET_ARGS_5(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 251 miscwrappers.cpp SYSCALL_GET_ARGS_4(type1,arg1,type2,arg2,type3,arg3,type4,arg4); \ arg2 254 miscwrappers.cpp #define SYSCALL_GET_ARGS_6(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 256 miscwrappers.cpp SYSCALL_GET_ARGS_5(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 260 miscwrappers.cpp #define SYSCALL_GET_ARGS_7(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 262 miscwrappers.cpp SYSCALL_GET_ARGS_6(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 545 miscwrappers.cpp SYSCALL_GET_ARGS_7(void*, arg1, void*, arg2, void*, arg3, void*, arg4, arg2 547 miscwrappers.cpp ret = _real_syscall(sys_num, arg1, arg2, arg3, arg4, arg5, arg6, arg7); arg2 34 mtcp/NOTES-x86_64/example.c # define ASMFMT_6(arg1, arg2, arg3, arg4, arg5) \ arg2 35 mtcp/NOTES-x86_64/example.c , "0" (arg1), "m" (_xv), "c" (arg2), "d" (arg3), "S" (arg4), \ arg2 58 mtcp/NOTES-x86_64/example.c # define ASMFMT_6(arg1, arg2, arg3, arg4, arg5, arg6) \ arg2 59 mtcp/NOTES-x86_64/example.c , "b" (arg1), "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5), "0" (arg6) arg2 125 mtcp/mtcp_sys.h # define ASMFMT_6(arg1, arg2, arg3, arg4, arg5, arg6) \ arg2 126 mtcp/mtcp_sys.h ASMFMT_5(arg1, arg2, arg3, arg4, arg5), "0" (arg6) arg2 148 mtcp/mtcp_sys.h # define ASMFMT_6(arg1,arg2,arg3,arg4,arg5,arg6) , "0" (arg1), "m" (_xv1), "m" (_xv2), "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5), "rm" (arg6) arg2 166 mtcp/mtcp_sys.h # define ASMFMT_6(arg1,arg2,arg3,arg4,arg5,arg6) , "0" (arg1), "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5), "rm" (arg6) arg2 507 mtcp/sysdep/sysdep-i386.h # define ASMFMT_2(arg1, arg2) \ arg2 508 mtcp/sysdep/sysdep-i386.h , "d" (arg1), "c" (arg2) arg2 509 mtcp/sysdep/sysdep-i386.h # define ASMFMT_3(arg1, arg2, arg3) \ arg2 510 mtcp/sysdep/sysdep-i386.h , "D" (arg1), "c" (arg2), "d" (arg3) arg2 511 mtcp/sysdep/sysdep-i386.h # define ASMFMT_4(arg1, arg2, arg3, arg4) \ arg2 512 mtcp/sysdep/sysdep-i386.h , "D" (arg1), "c" (arg2), "d" (arg3), "S" (arg4) arg2 513 mtcp/sysdep/sysdep-i386.h # define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ arg2 514 mtcp/sysdep/sysdep-i386.h , "0" (arg1), "m" (_xv), "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5) arg2 518 mtcp/sysdep/sysdep-i386.h # define ASMFMT_2(arg1, arg2) \ arg2 519 mtcp/sysdep/sysdep-i386.h , "b" (arg1), "c" (arg2) arg2 520 mtcp/sysdep/sysdep-i386.h # define ASMFMT_3(arg1, arg2, arg3) \ arg2 521 mtcp/sysdep/sysdep-i386.h , "b" (arg1), "c" (arg2), "d" (arg3) arg2 522 mtcp/sysdep/sysdep-i386.h # define ASMFMT_4(arg1, arg2, arg3, arg4) \ arg2 523 mtcp/sysdep/sysdep-i386.h , "b" (arg1), "c" (arg2), "d" (arg3), "S" (arg4) arg2 524 mtcp/sysdep/sysdep-i386.h # define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ arg2 525 mtcp/sysdep/sysdep-i386.h , "b" (arg1), "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5) arg2 12 plugin/ipc/event/eventconnlist.cpp void dmtcp_EventConn_ProcessFdEvent(int event, int arg1, int arg2) arg2 17 plugin/ipc/event/eventconnlist.cpp EventConnList::instance().processDup(arg1, arg2); arg2 91 plugin/ipc/file/fileconnlist.cpp void dmtcp_FileConn_ProcessFdEvent(int event, int arg1, int arg2) arg2 96 plugin/ipc/file/fileconnlist.cpp FileConnList::instance().processDup(arg1, arg2); arg2 37 plugin/ipc/ipc.cpp void dmtcp_FileConn_ProcessFdEvent(int event, int arg1, int arg2); arg2 38 plugin/ipc/ipc.cpp void dmtcp_SocketConn_ProcessFdEvent(int event, int arg1, int arg2); arg2 39 plugin/ipc/ipc.cpp void dmtcp_EventConn_ProcessFdEvent(int event, int arg1, int arg2); arg2 53 plugin/ipc/ipc.cpp extern "C" void process_fd_event(int event, int arg1, int arg2 = -1) arg2 55 plugin/ipc/ipc.cpp dmtcp_FileConn_ProcessFdEvent(event, arg1, arg2); arg2 56 plugin/ipc/ipc.cpp dmtcp_SocketConn_ProcessFdEvent(event, arg1, arg2); arg2 57 plugin/ipc/ipc.cpp dmtcp_EventConn_ProcessFdEvent(event, arg1, arg2); arg2 23 plugin/ipc/socket/socketconnlist.cpp void dmtcp_SocketConn_ProcessFdEvent(int event, int arg1, int arg2) arg2 28 plugin/ipc/socket/socketconnlist.cpp SocketConnList::instance().processDup(arg1, arg2); arg2 37 plugin/ipc/ssh/ssh.cpp extern "C" void process_fd_event(int event, int arg1, int arg2 = -1); arg2 277 plugin/pid/pid_miscwrappers.cpp #define SYSCALL_GET_ARGS_2(type1,arg1,type2,arg2) \ arg2 279 plugin/pid/pid_miscwrappers.cpp SYSCALL_GET_ARG(type2,arg2) arg2 281 plugin/pid/pid_miscwrappers.cpp #define SYSCALL_GET_ARGS_3(type1,arg1,type2,arg2,type3,arg3) \ arg2 282 plugin/pid/pid_miscwrappers.cpp SYSCALL_GET_ARGS_2(type1,arg1,type2,arg2); \ arg2 285 plugin/pid/pid_miscwrappers.cpp #define SYSCALL_GET_ARGS_4(type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ arg2 286 plugin/pid/pid_miscwrappers.cpp SYSCALL_GET_ARGS_3(type1,arg1,type2,arg2,type3,arg3); \ arg2 289 plugin/pid/pid_miscwrappers.cpp #define SYSCALL_GET_ARGS_5(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 291 plugin/pid/pid_miscwrappers.cpp SYSCALL_GET_ARGS_4(type1,arg1,type2,arg2,type3,arg3,type4,arg4); \ arg2 294 plugin/pid/pid_miscwrappers.cpp #define SYSCALL_GET_ARGS_6(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 296 plugin/pid/pid_miscwrappers.cpp SYSCALL_GET_ARGS_5(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 300 plugin/pid/pid_miscwrappers.cpp #define SYSCALL_GET_ARGS_7(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 302 plugin/pid/pid_miscwrappers.cpp SYSCALL_GET_ARGS_6(type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ arg2 465 plugin/pid/pid_miscwrappers.cpp SYSCALL_GET_ARGS_7(void*, arg1, void*, arg2, void*, arg3, void*, arg4, arg2 467 plugin/pid/pid_miscwrappers.cpp ret = _real_syscall(sys_num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);