Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dkbootfdt.c42 struct host_dirent64 *dent; in add_node_to_fdt()
50 for (dent = (struct host_dirent64 *)dents; in add_node_to_fdt()
52 dent = (struct host_dirent64 *)((void *)dent + dent->d_reclen)) { in add_node_to_fdt()
H A Dhostdisk.c92 typedef bool fef_cb_t(struct host_dirent64 *, void *);
100 struct host_dirent64 *dent; in foreach_file()
111 for (dent = (struct host_dirent64 *)dents; in foreach_file()
113 dent = (struct host_dirent64 *)((void *)dent + dent->d_reclen)) { in foreach_file()
145 hostdisk_one_part(struct host_dirent64 *dent, void *argp) in hostdisk_one_part()
228 hostdisk_one_disk(struct host_dirent64 *dent, void *argp __unused) in hostdisk_one_disk()
H A Dhostfs.c194 struct host_dirent64 *dent; in hostfs_readdir()
203 dent = (struct host_dirent64 *)hf->hf_curdent; in hostfs_readdir()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h139 struct host_dirent64 { struct