Home
last modified time | relevance | path

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

/freebsd/stand/kboot/include/
H A Dhost_syscall.h164 int host_fstat(int fd, struct host_kstat *sb);
181 int host_stat(const char *path, struct host_kstat *sb);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c36 host_fstat(int fd, struct host_kstat *sb) in host_fstat()
150 host_stat(const char *path, struct host_kstat *sb) in host_stat()
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dstat_arch.h11 struct host_kstat { struct
/freebsd/stand/kboot/include/arch/aarch64/
H A Dstat_arch.h11 struct host_kstat { struct
/freebsd/stand/kboot/include/arch/amd64/
H A Dstat_arch.h11 struct host_kstat { struct
/freebsd/stand/kboot/kboot/
H A Dhostfs.c53 struct host_kstat ksb; in hostfs_open()
155 struct host_kstat ksb; in hostfs_stat()
H A Dhostdisk.c253 struct host_kstat sb; in hostdisk_fake_one_disk()