Searched refs:do_getdents (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch | 262 @@ -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 D | syscall.c | 8677 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()
|