d 421 miscwrappers.cpp SYSCALL_GET_ARGS_4(int,d,int,type,int,protocol,int*,sv); d 422 miscwrappers.cpp ret = socketpair(d,type,protocol,sv); d 246 nosyscallsreal.c int _real_socketpair (int d, int type, int protocol, int sv[2]) d 248 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (socketpair) (d,type,protocol,sv); d 334 nosyscallsreal.c int _real_ioctl(int d, unsigned long int request, ...) { d 345 nosyscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (int, ioctl) (d, request, arg); d 749 plugin/ipc/file/filewrappers.cpp extern "C" int ioctl(int d, unsigned long int request, ...) d 761 plugin/ipc/file/filewrappers.cpp retval = _real_ioctl(d, request, win); // This fills in win d 771 plugin/ipc/file/filewrappers.cpp retval = _real_ioctl(d, request, arg); d 264 plugin/ipc/socket/socketwrappers.cpp extern "C" int socketpair(int d, int type, int protocol, int sv[2]) d 269 plugin/ipc/socket/socketwrappers.cpp int rv = _real_socketpair(d,type,protocol,sv); d 275 plugin/ipc/socket/socketwrappers.cpp a = new TcpConnection(d, type, protocol); d 270 plugin/pid/pid_filewrappers.cpp extern "C" int ioctl(int d, unsigned long int request, ...) d 282 plugin/pid/pid_filewrappers.cpp retval = _real_ioctl(d, request, win); // This fills in win d 292 plugin/pid/pid_filewrappers.cpp retval = _real_ioctl(d, request, arg); d 213 plugin/pid/pid_syscallsreal.c int _real_ioctl(int d, unsigned long int request, ...) { d 224 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED ( int, ioctl ) ( d, request, arg ); d 203 plugin/pid/pidwrappers.h int _real_ioctl(int d, unsigned long int request, ...) __THROW; d 305 plugin/svipc/dmtcp-test.h #define dmtcp_process_event(e,d) \ d 695 syscallsreal.c int _real_socketpair (int d, int type, int protocol, int sv[2]) d 697 syscallsreal.c REAL_FUNC_PASSTHROUGH (socketpair) (d,type,protocol,sv); d 340 syscallwrappers.h int _real_socketpair (int d, int type, int protocol, int sv[2]);