devfd 114 arch/i386/stand/installboot/installboot.c int devfd; devfd 146 arch/i386/stand/installboot/installboot.c if ((devfd = opendev(dev, (nowrite? O_RDONLY:O_RDWR), devfd 156 arch/i386/stand/installboot/installboot.c if (ioctl(devfd, DIOCGDINFO, &dl) != 0) devfd 179 arch/i386/stand/installboot/installboot.c if (fstat(devfd, &sb) < 0) devfd 186 arch/i386/stand/installboot/installboot.c if (getbootparams(boot, devfd, &dl) != 0) devfd 199 arch/i386/stand/installboot/installboot.c if (lseek(devfd, (off_t)DOSBBSECTOR, SEEK_SET) < 0 || devfd 200 arch/i386/stand/installboot/installboot.c read(devfd, &mbr, sizeof(mbr)) < sizeof(mbr)) devfd 225 arch/i386/stand/installboot/installboot.c if (lseek(devfd, startoff, SEEK_SET) < 0 || devfd 226 arch/i386/stand/installboot/installboot.c write(devfd, protostore, protosize) != protosize) devfd 230 arch/i386/stand/installboot/installboot.c (void)close(devfd); devfd 326 arch/i386/stand/installboot/installboot.c getbootparams(char *boot, int devfd, struct disklabel *dl) devfd 380 arch/i386/stand/installboot/installboot.c if (fstat(devfd, &sb) != 0) devfd 397 arch/i386/stand/installboot/installboot.c devread(devfd, sblock, pl->p_offset + SBLOCK, SBSIZE, "superblock"); devfd 412 arch/i386/stand/installboot/installboot.c devread(devfd, buf, pl->p_offset + blk, fs->fs_bsize, "inode");