Searched refs:fsinfo (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sbin/fsck_msdos/
H A Dboot.c49 u_char *fsinfo; local
106 fsinfo = calloc(2, secsize);
107 if (fsinfo == NULL)
135 || (size_t)read(dosfs, fsinfo, 2 * secsize)
137 perr("could not read fsinfo block");
140 if (memcmp(fsinfo, "RRaA", 4)
141 || memcmp(fsinfo + 0x1e4, "rrAa", 4)
142 || fsinfo[0x1fc]
143 || fsinfo[0x1fd]
144 || fsinfo[
303 u_char *fsinfo; local
[all...]
/netbsd-current/external/bsd/am-utils/bin/
H A DMakefile3 SUBDIR= amd amq fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
/netbsd-current/external/bsd/am-utils/bin/fsinfo/
H A DMakefile5 PROG= fsinfo
7 DIST= ${IDIST}/fsinfo
10 SRCS= fsi_analyze.c fsi_dict.c fsi_gram.y fsi_lex.l fsi_util.c fsinfo.c \
12 MAN+= fsinfo.8
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A DMakefile.am4 # Level: Makefile for fsinfo/ directory
7 sbin_PROGRAMS = fsinfo
10 man_MANS = fsinfo.8
15 noinst_HEADERS = fsi_data.h fsinfo.h
27 fsinfo.c \
H A Dwr_dumpset.c38 * File: am-utils/fsinfo/wr_dumpset.c
47 #include <fsinfo.h>
H A Dwr_bparam.c38 * File: am-utils/fsinfo/wr_bparam.c
47 #include <fsinfo.h>
H A Dwr_exportfs.c38 * File: am-utils/fsinfo/wr_exportfs.c
47 #include <fsinfo.h>
H A Dfsi_lex.l39 * File: am-utils/fsinfo/fsi_lex.l
44 * Lexical analyzer for fsinfo.
90 #include <fsinfo.h>
H A Dfsi_dict.c38 * File: am-utils/fsinfo/fsi_dict.c
51 #include <fsinfo.h>
H A Dfsinfo.c38 * File: am-utils/fsinfo/fsinfo.c
43 * fsinfo
51 #include <fsinfo.h>
102 progname = "fsinfo";
H A Dfsi_gram.y38 * File: am-utils/fsinfo/fsi_gram.y
48 #include <fsinfo.h>
H A Dwr_atab.c38 * File: am-utils/fsinfo/wr_atab.c
47 #include <fsinfo.h>
H A Dwr_fstab.c38 * File: am-utils/fsinfo/wr_fstab.c
47 #include <fsinfo.h>
H A Dfsi_util.c35 * File: am-utils/fsinfo/fsi_util.c
44 #include <fsinfo.h>
H A Dfsi_analyze.c38 * File: am-utils/fsinfo/fsi_analyze.c
53 #include <fsinfo.h>
/netbsd-current/sys/fs/msdosfs/
H A Dbpb.h186 struct fsinfo { struct
H A Dmsdosfs_vfsops.c804 struct fsinfo *fp;
808 * XXX If the fsinfo block is stored on media with
809 * 2KB or larger sectors, is the fsinfo structure
815 fp = (struct fsinfo *)bp->b_data;
828 * Check and validate (or perhaps invalidate?) the fsinfo structure?
H A Dmsdosfs_fat.c426 * XXX If the fsinfo block is stored on media with
427 * 2KB or larger sectors, is the fsinfo structure
437 struct fsinfo *fp = (struct fsinfo *)bpn->b_data;
486 * Maybe update fsinfo sector here?
/netbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c336 struct fsinfo *fp;
339 * XXX If the fsinfo block is stored on media with
340 * 2KB or larger sectors, is the fsinfo structure
348 fp = (struct fsinfo *)bp->b_data;
361 * Check and validate (or perhaps invalidate?) the fsinfo structure?
/netbsd-current/external/bsd/am-utils/dist/
H A DMakefile.am17 fsinfo \

Completed in 296 milliseconds