next68k_disklabel
build_nextstep_label(struct next68k_disklabel *ondisk, struct disklabel *lp)
if (IS_DISKLABEL((struct next68k_disklabel *)bp->b_data)) {
(struct next68k_disklabel *)bp->b_data, lp, osdep);
build_nextstep_label((struct next68k_disklabel *)bp->b_data, lp);
static const char *parse_nextstep_label(struct next68k_disklabel *,
static int build_nextstep_label(struct next68k_disklabel *, struct disklabel *);
parse_nextstep_label(struct next68k_disklabel *ondisk, struct disklabel *lp,
struct next68k_disklabel *label;
label = (struct next68k_disklabel *)(io_buf+NEXT68K_LABEL_OFFSET);
struct next68k_disklabel *next68klabel;