Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8804 int hlen, hoff, toff; in do_getdents() local
8829 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents()
8831 struct linux_dirent *hde = hdirp + hoff; in do_getdents()
8833 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents()
8891 int hlen, hoff, toff; in do_getdents64() local
8910 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents64()
8911 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents64()