Home
last modified time | relevance | path

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

/openbsd/src/sbin/fsirand/
Dfsirand.c100 struct fs *sblock, *tmpsblock; in fsirand() local
190 tmpsblock = (struct fs *)&sbuftmp; in fsirand()
196 } else if ((n = read(devfd, tmpsblock, SBSIZE)) != SBSIZE) { in fsirand()
202 if (tmpsblock->fs_magic != FS_UFS1_MAGIC && in fsirand()
203 tmpsblock->fs_magic != FS_UFS2_MAGIC) { in fsirand()
208 if (tmpsblock->fs_sbsize > SBSIZE) { in fsirand()