HomeSort by: relevance | last modified time | path
    Searched refs:fsinfo (Results 1 - 20 of 20) sorted by relevancy

  /src/sbin/fsck_msdos/
boot.c 49 u_char *fsinfo; local
106 fsinfo = calloc(2, secsize);
107 if (fsinfo == NULL)
130 boot->FSInfo = block[48] + (block[49] << 8);
133 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
134 != boot->FSInfo * boot->BytesPerSec
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
303 u_char *fsinfo; local
    [all...]
  /src/external/bsd/am-utils/bin/
Makefile 3 SUBDIR= amd amq fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
  /src/external/bsd/am-utils/bin/fsinfo/
Makefile 5 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
  /src/external/bsd/am-utils/dist/fsinfo/
Makefile.am 4 # 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 \
wr_dumpset.c 38 * File: am-utils/fsinfo/wr_dumpset.c
47 #include <fsinfo.h>
wr_bparam.c 38 * File: am-utils/fsinfo/wr_bparam.c
47 #include <fsinfo.h>
wr_exportfs.c 38 * File: am-utils/fsinfo/wr_exportfs.c
47 #include <fsinfo.h>
fsi_lex.l 39 * File: am-utils/fsinfo/fsi_lex.l
44 * Lexical analyzer for fsinfo.
90 #include <fsinfo.h>
fsi_dict.c 38 * File: am-utils/fsinfo/fsi_dict.c
51 #include <fsinfo.h>
fsinfo.c 1 /* $NetBSD: fsinfo.c,v 1.1.1.3 2015/01/17 16:34:17 christos Exp $ */
38 * File: am-utils/fsinfo/fsinfo.c
43 * fsinfo
51 #include <fsinfo.h>
102 progname = "fsinfo";
fsi_gram.y 38 * File: am-utils/fsinfo/fsi_gram.y
48 #include <fsinfo.h>
wr_atab.c 38 * File: am-utils/fsinfo/wr_atab.c
47 #include <fsinfo.h>
wr_fstab.c 38 * File: am-utils/fsinfo/wr_fstab.c
47 #include <fsinfo.h>
fsi_util.c 35 * File: am-utils/fsinfo/fsi_util.c
44 #include <fsinfo.h>
fsi_analyze.c 38 * File: am-utils/fsinfo/fsi_analyze.c
53 #include <fsinfo.h>
  /src/sys/fs/msdosfs/
bpb.h 184 * FAT32 FSInfo block.
186 struct fsinfo { struct
msdosfs_vfsops.c 801 * Check FSInfo.
804 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?
msdosfs_fat.c 406 * If we have an FSInfo block, update it.
415 * The cluster indicated in FSInfo isn't free
426 * XXX If the fsinfo block is stored on media with
427 * 2KB or larger sectors, is the fsinfo structure
433 * Ignore the error, but turn off FSInfo update for the future.
437 struct fsinfo *fp = (struct fsinfo *)bpn->b_data;
486 * Maybe update fsinfo sector here?
  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 333 * Check FSInfo.
336 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?
  /src/external/bsd/am-utils/dist/
Makefile.am 17 fsinfo \

Completed in 23 milliseconds