Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2606 int bsfd = -1; in verify_bootblkfile() local
2613 } 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() local
2713 bsfd = verify_bootblkfile(fn, bootsect, bootblksize); in copy_bootblk()
[all …]