Home
last modified time | relevance | path

Searched refs:do_socketpair (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall.c3513 static abi_long do_socketpair(int domain, int type, int protocol, in do_socketpair() function
3696 return do_socketpair(a[0], a[1], a[2], a[3]); in do_socketcall()
10636 return do_socketpair(arg1, arg2, arg3, arg4); in _syscall2()