Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c4200 static inline abi_long do_msgctl(int msgid, int cmd, abi_long ptr) in do_msgctl() function
4525 ret = do_msgctl(first, second, ptr); in do_ipc()
10994 return do_msgctl(arg1, arg2, arg3); in _syscall2()