Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c4438 static inline abi_long do_shmctl(int shmid, int cmd, abi_long buf) in do_shmctl() function
4586 ret = do_shmctl(first, second, ptr); in do_ipc()
10892 return do_shmctl(arg1, arg2, arg3); in _syscall2()