Home
last modified time | relevance | path

Searched refs:do_getdents64 (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.patch280 @@ -8685,7 +8610,7 @@ static int do_getdents64(abi_long dirfd,
289 @@ -8727,7 +8652,7 @@ static int do_getdents64(abi_long dirfd,
/openbmc/qemu/linux-user/
H A Dsyscall.c8721 static int do_getdents64(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents64() function
11042 return do_getdents64(arg1, arg2, arg3); in _syscall2()