Searched refs:bsfd (Results 1 – 1 of 1) sorted by relevance
2606 int bsfd = -1; in verify_bootblkfile() local2613 } else if ((bsfd = open(fn, O_RDONLY)) < 0) { in verify_bootblkfile()2615 } else if (read(bsfd, bs->buf, BPSEC) < BPSEC) { in verify_bootblkfile()2616 (void) close(bsfd); in verify_bootblkfile()2617 bsfd = -1; in verify_bootblkfile()2631 (void) close(bsfd); in verify_bootblkfile()2632 bsfd = -1; in verify_bootblkfile()2638 return (bsfd); in verify_bootblkfile()2700 int bsfd = -1; in copy_bootblk() local2713 bsfd = verify_bootblkfile(fn, bootsect, bootblksize); in copy_bootblk()[all …]