fstat 179 arch/i386/stand/installboot/installboot.c if (fstat(devfd, &sb) < 0)
fstat 377 arch/i386/stand/installboot/installboot.c if (fstat(fd, &statbuf) != 0)
fstat 380 arch/i386/stand/installboot/installboot.c if (fstat(devfd, &sb) != 0)
fstat 6188 dev/ic/aic79xx.c uint8_t fstat;
fstat 6302 dev/ic/aic79xx.c for (i = 20, fstat = FLX_FSTAT_BUSY;
fstat 6303 dev/ic/aic79xx.c (fstat & FLX_FSTAT_BUSY) != 0 && i; i--) {
fstat 6304 dev/ic/aic79xx.c error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat);
fstat 833 dev/pci/bt8370.c u_int8_t fstat, rstat, vga, alm1, alm2, alm3, sstat, loop;
fstat 836 dev/pci/bt8370.c fstat = ebus_read(&ac->art_ebus, Bt8370_FSTAT);
fstat 838 dev/pci/bt8370.c if (fstat & FSTAT_ACTIVE) {
fstat 840 dev/pci/bt8370.c if (fstat & FSTAT_RXTXN)
fstat 844 dev/pci/bt8370.c if (fstat & FSTAT_INVALID)
fstat 846 dev/pci/bt8370.c if (fstat & FSTAT_FOUND)
fstat 848 dev/pci/bt8370.c if (fstat & FSTAT_TIMEOUT)
fstat 65 lib/libsa/exec.c (void) fstat(io, &sb);
fstat 165 lib/libsa/stand.h int fstat(int fd, struct stat *sb);
fstat 48 lib/libsa/stat.c rv = fstat(fd, sb);
fstat 124 stand/boot/cmd.c (void) fstat(fd, &sb);
fstat 219 sys/stat.h int fstat(int, struct stat *);