Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c11064 abi_long status_ptr = arg2; in _syscall2() local
11074 if (status_ptr && ret) { in _syscall2()
11076 if (put_user_s32(status, status_ptr)) in _syscall2()