Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dkbootfdt.c47 dentsize = host_getdents64(fd, dents, sizeof(dents)); in add_node_to_fdt()
H A Dhostfs.c197 dentlen = host_getdents64(hf->hf_fd, hf->hf_dents, sizeof(hf->hf_dents)); in hostfs_readdir()
H A Dhostdisk.c108 dentsize = host_getdents64(fd, dents, sizeof(dents)); in foreach_file()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h165 int host_getdents64(int fd, void *dirp, int count);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c46 host_getdents64(int fd, void *dirp, int count) in host_getdents64() function