Home
last modified time | relevance | path

Searched refs:hdirp (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.patch269 hdirp = g_try_malloc(count);
270 if (!hdirp) {
287 hdirp = g_try_malloc(count);
288 if (!hdirp) {
/openbmc/qemu/linux-user/
H A Dsyscall.c8636 g_autofree void *hdirp = NULL; in do_getdents() local
8642 hdirp = g_try_malloc(count); in do_getdents()
8643 if (!hdirp) { in do_getdents()
8648 hlen = sys_getdents(dirfd, hdirp, count); in do_getdents()
8650 hlen = sys_getdents64(dirfd, hdirp, count); in do_getdents()
8665 struct linux_dirent *hde = hdirp + hoff; in do_getdents()
8667 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents()
8723 g_autofree void *hdirp = NULL; in do_getdents64() local
8729 hdirp = g_try_malloc(count); in do_getdents64()
8730 if (!hdirp) { in do_getdents64()
[all …]