Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch262 @@ -8598,7 +8523,7 @@ static int do_getdents(abi_long dirfd, a
271 @@ -8651,7 +8576,7 @@ static int do_getdents(abi_long dirfd, a
/openbmc/qemu/linux-user/
H A Dsyscall.c8677 static int do_getdents(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents() function
11181 return do_getdents(arg1, arg2, arg3); in _syscall2()