sv 421 miscwrappers.cpp SYSCALL_GET_ARGS_4(int,d,int,type,int,protocol,int*,sv); sv 422 miscwrappers.cpp ret = socketpair(d,type,protocol,sv); sv 246 nosyscallsreal.c int _real_socketpair (int d, int type, int protocol, int sv[2]) sv 248 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (socketpair) (d,type,protocol,sv); sv 75 plugin/ipc/file/posixipcwrappers.cpp union sigval sv; sv 79 plugin/ipc/file/posixipcwrappers.cpp static void mq_notify_thread_start(union sigval sv) sv 85 plugin/ipc/file/posixipcwrappers.cpp struct mqNotifyData *m =(struct mqNotifyData*) sv.sival_ptr; sv 87 plugin/ipc/file/posixipcwrappers.cpp union sigval s = m->sv; sv 113 plugin/ipc/file/posixipcwrappers.cpp mdata->sv = sevp->sigev_value; sv 264 plugin/ipc/socket/socketwrappers.cpp extern "C" int socketpair(int d, int type, int protocol, int sv[2]) sv 268 plugin/ipc/socket/socketwrappers.cpp JASSERT(sv != NULL); sv 269 plugin/ipc/socket/socketwrappers.cpp int rv = _real_socketpair(d,type,protocol,sv); sv 271 plugin/ipc/socket/socketwrappers.cpp JTRACE("socketpair()") (sv[0]) (sv[1]); sv 279 plugin/ipc/socket/socketwrappers.cpp SocketConnList::instance().add(sv[0], a); sv 280 plugin/ipc/socket/socketwrappers.cpp SocketConnList::instance().add(sv[1], b); sv 695 syscallsreal.c int _real_socketpair (int d, int type, int protocol, int sv[2]) sv 697 syscallsreal.c REAL_FUNC_PASSTHROUGH (socketpair) (d,type,protocol,sv); sv 340 syscallwrappers.h int _real_socketpair (int d, int type, int protocol, int sv[2]);