Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8490 abi_ptr guest_pathname, abi_ptr guest_open_how, in do_openat2() argument
8509 pathname = lock_user_string(guest_pathname); in do_openat2()
8527 unlock_user(pathname, guest_pathname, 0); in do_openat2()