Home
last modified time | relevance | path

Searched refs:host_fstat (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/kboot/kboot/
H A Dhostfs.c83 if (host_fstat(hf->hf_fd, &ksb) < 0) { in hostfs_open()
158 if (host_fstat(hf->hf_fd, &ksb) < 0) in hostfs_stat()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h164 int host_fstat(int fd, struct host_kstat *sb);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c36 host_fstat(int fd, struct host_kstat *sb) in host_fstat() function