fstyp_pcfs_t
static int read_bootsec(fstyp_pcfs_t *h);
static int valid_media(fstyp_pcfs_t *h);
static int well_formed(fstyp_pcfs_t *h);
static void calculate_parameters(fstyp_pcfs_t *h);
static void determine_fattype(fstyp_pcfs_t *h);
static void get_label(fstyp_pcfs_t *h);
static void get_label_16(fstyp_pcfs_t *h);
static void get_label_32(fstyp_pcfs_t *h);
static int next_cluster_32(fstyp_pcfs_t *h, int n);
static boolean_t dir_find_label(fstyp_pcfs_t *h, struct pcdir *d, int nent);
static int is_pcfs(fstyp_pcfs_t *h);
static int dumpfs(fstyp_pcfs_t *h, FILE *fout, FILE *ferr);
static int get_attr(fstyp_pcfs_t *h);
read_bootsec(fstyp_pcfs_t *h)
valid_media(fstyp_pcfs_t *h)
well_formed(fstyp_pcfs_t *h)
calculate_parameters(fstyp_pcfs_t *h)
determine_fattype(fstyp_pcfs_t *h)
get_label(fstyp_pcfs_t *h)
get_label_16(fstyp_pcfs_t *h)
get_label_32(fstyp_pcfs_t *h)
next_cluster_32(fstyp_pcfs_t *h, int n)
dir_find_label(fstyp_pcfs_t *h, struct pcdir *d, int nent)
is_pcfs(fstyp_pcfs_t *h)
dumpfs(fstyp_pcfs_t *h, FILE *fout, FILE *ferr __unused)
get_attr(fstyp_pcfs_t *h)