Searched refs:host_getdents64 (Results 1 – 5 of 5) sorted by relevance
/freebsd/stand/kboot/kboot/ |
H A D | kbootfdt.c | 47 dentsize = host_getdents64(fd, dents, sizeof(dents)); in add_node_to_fdt()
|
H A D | hostfs.c | 197 dentlen = host_getdents64(hf->hf_fd, hf->hf_dents, sizeof(hf->hf_dents)); in hostfs_readdir()
|
H A D | hostdisk.c | 108 dentsize = host_getdents64(fd, dents, sizeof(dents)); in foreach_file()
|
/freebsd/stand/kboot/include/ |
H A D | host_syscall.h | 165 int host_getdents64(int fd, void *dirp, int count);
|
/freebsd/stand/kboot/libkboot/ |
H A D | host_syscalls.c | 46 host_getdents64(int fd, void *dirp, int count) in host_getdents64() function
|