Symbol: fstyp_pcfs_t
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
124
static int read_bootsec(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
125
static int valid_media(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
126
static int well_formed(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
127
static void calculate_parameters(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
128
static void determine_fattype(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
129
static void get_label(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
130
static void get_label_16(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
131
static void get_label_32(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
132
static int next_cluster_32(fstyp_pcfs_t *h, int n);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
133
static boolean_t dir_find_label(fstyp_pcfs_t *h, struct pcdir *d, int nent);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
134
static int is_pcfs(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
135
static int dumpfs(fstyp_pcfs_t *h, FILE *fout, FILE *ferr);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
136
static int get_attr(fstyp_pcfs_t *h);
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
213
read_bootsec(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
257
valid_media(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
274
well_formed(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
301
calculate_parameters(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
325
determine_fattype(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
342
get_label(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
366
get_label_16(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
408
get_label_32(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
450
next_cluster_32(fstyp_pcfs_t *h, int n)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
476
dir_find_label(fstyp_pcfs_t *h, struct pcdir *d, int nent)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
498
is_pcfs(fstyp_pcfs_t *h)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
520
dumpfs(fstyp_pcfs_t *h, FILE *fout, FILE *ferr __unused)
usr/src/cmd/fs.d/pcfs/fstyp/fstyp.c
600
get_attr(fstyp_pcfs_t *h)