Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8770 g_autofree void *hdirp = NULL; in do_getdents() local
8776 hdirp = g_try_malloc(count); in do_getdents()
8777 if (!hdirp) { in do_getdents()
8782 hlen = sys_getdents(dirfd, hdirp, count); in do_getdents()
8784 hlen = sys_getdents64(dirfd, hdirp, count); in do_getdents()
8799 struct linux_dirent *hde = hdirp + hoff; in do_getdents()
8801 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents()
8857 g_autofree void *hdirp = NULL; in do_getdents64() local
8863 hdirp = g_try_malloc(count); in do_getdents64()
8864 if (!hdirp) { in do_getdents64()
[all …]