Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2530 struct linux_dirent { struct
H A Dsyscall.c214 _IOC(_IOC_READ, 'r', 1, (sizeof(struct linux_dirent) + 256) * 2)
216 _IOC(_IOC_READ, 'r', 2, (sizeof(struct linux_dirent) + 256) * 2)
317 _syscall3(int, sys_getdents, unsigned int, fd, struct linux_dirent *, dirp, unsigned int, count);
8831 struct linux_dirent *hde = hdirp + hoff; in do_getdents()