mips_volheader
mvp = (struct mips_volheader *)bp->b_data;
disklabel_mips_to_bsd(struct mips_volheader *vh, struct disklabel *lp)
disklabel_bsd_to_mips(struct disklabel *lp, struct mips_volheader *vh)
mipsvh_cksum(struct mips_volheader *vhp)
static const char *disklabel_mips_to_bsd(struct mips_volheader *,
struct mips_volheader *);
static int mipsvh_cksum(struct mips_volheader *);
struct mips_volheader *mvp;
struct mips_volheader vh;
struct mips_volheader vh;
struct mips_volheader vh;
read_volheader(const char *disk, struct mips_volheader *vhp)
write_volheader(const char *disk, struct mips_volheader *vhp)
mipsvh_cksum(struct mips_volheader *vhp)
voldir_findfile(struct mips_volheader *vhp, const char *file, int create)
static int mipsvh_cksum(struct mips_volheader *);
static void read_volheader(const char *, struct mips_volheader *);
static void write_volheader(const char *, struct mips_volheader *);
static struct mips_voldir *voldir_findfile(struct mips_volheader *,