Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c9092 g_autofree void *hdirp = NULL; in do_getdents() local
9098 hdirp = g_try_malloc(count); in do_getdents()
9099 if (!hdirp) { in do_getdents()
9104 hlen = sys_getdents(dirfd, hdirp, count); in do_getdents()
9106 hlen = sys_getdents64(dirfd, hdirp, count); in do_getdents()
9121 struct linux_dirent *hde = hdirp + hoff; in do_getdents()
9123 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents()
9179 g_autofree void *hdirp = NULL; in do_getdents64() local
9185 hdirp = g_try_malloc(count); in do_getdents64()
9186 if (!hdirp) { in do_getdents64()
[all …]