Lines Matching refs:disklabel
69 static void makelabel(const char *, struct disklabel *);
73 static void display(FILE *, const struct disklabel *);
76 static void fixlabel(struct disklabel *);
79 static int getasciilabel(FILE *, struct disklabel *);
80 static int getasciipartspec(char *, struct disklabel *, int, int);
81 static int checklabel(struct disklabel *);
83 static struct disklabel *getvirginlabel(void);
92 static struct disklabel lab;
290 fixlabel(struct disklabel *lp) in fixlabel()
311 makelabel(const char *type, struct disklabel *lp) in makelabel()
313 struct disklabel *dp; in makelabel()
373 struct disklabel *lp = &lab; in writelabel()
508 display(FILE *f, const struct disklabel *lp) in display()
609 struct disklabel label; in edit()
723 getasciilabel(FILE *f, struct disklabel *lp) in getasciilabel()
999 getasciipartspec(char *tp, struct disklabel *lp, int part, int lineno) in getasciipartspec()
1081 checklabel(struct disklabel *lp) in checklabel()
1136 struct disklabel *vl; in checklabel()
1436 static struct disklabel *
1439 static struct disklabel loclab; in getvirginlabel()