Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c9094 int hlen, hoff, toff; in do_getdents() local
9119 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents()
9121 struct linux_dirent *hde = hdirp + hoff; in do_getdents()
9123 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents()
9181 int hlen, hoff, toff; in do_getdents64() local
9200 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents64()
9201 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents64()