Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1585 static abi_long do_pipe(CPUArchState *cpu_env, abi_ulong pipedes, in do_pipe() argument
1613 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1614 || put_user_s32(host_pipe[1], pipedes + sizeof(abi_int))) in do_pipe()