Home
last modified time | relevance | path

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

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