Searched refs:bsfd (Results 1 – 1 of 1) sorted by relevance
2488 int bsfd = -1; in verify_bootblkfile() local2495 } else if ((bsfd = open(fn, O_RDONLY)) < 0) { in verify_bootblkfile()2497 } else if (read(bsfd, bs->buf, BPSEC) < BPSEC) { in verify_bootblkfile()2498 (void) close(bsfd); in verify_bootblkfile()2499 bsfd = -1; in verify_bootblkfile()2513 (void) close(bsfd); in verify_bootblkfile()2514 bsfd = -1; in verify_bootblkfile()2520 return (bsfd); in verify_bootblkfile()2582 int bsfd = -1; in copy_bootblk() local2595 bsfd = verify_bootblkfile(fn, bootsect, bootblksize); in copy_bootblk()[all …]