Searched refs:fsinfo (Results 1 – 7 of 7) sorted by relevance
49 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in readboot() local202 || read(dosfs, fsinfo, sizeof fsinfo) != sizeof fsinfo) { in readboot()206 if (memcmp(fsinfo, "RRaA", 4) in readboot()207 || memcmp(fsinfo + 0x1e4, "rrAa", 4) in readboot()208 || fsinfo[0x1fc] in readboot()209 || fsinfo[0x1fd] in readboot()210 || fsinfo[0x1fe] != 0x55 in readboot()211 || fsinfo[0x1ff] != 0xaa in readboot()212 || fsinfo[0x3fc] in readboot()213 || fsinfo[0x3fd] in readboot()[all …]
54 struct fstab *fsinfo; in blockcheck() local84 if ((fsinfo = getfsfile(origname)) == NULL) { in blockcheck()90 newname = fsinfo->fs_spec; in blockcheck()
261 struct fsinfo *fp; in m_msdosfs_mount()271 fp = (struct fsinfo *)bp->b_data; in m_msdosfs_mount()362 struct fsinfo *fp; in msdosfs_fsiflush()376 fp = (struct fsinfo *)bp->b_data; in msdosfs_fsiflush()
164 struct fsinfo { struct
774 struct fsinfo *fp; in mountmsdosfs()779 fp = (struct fsinfo *)bp->b_data; in mountmsdosfs()1073 struct fsinfo *fp; in msdosfs_fsiflush()1087 fp = (struct fsinfo *)bp->b_data; in msdosfs_fsiflush()
400 usr.sbin/amd/fsinfo \
9872 OLD_FILES+=usr/sbin/fsinfo9882 OLD_FILES+=usr/share/man/man8/fsinfo.8.gz