Home
last modified time | relevance | path

Searched refs:parse_label (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sbin/sunlabel/
H A Dsunlabel.c118 static int parse_label(struct sun_disklabel *sl, const char *file);
241 if (parse_label(&sl, proto) != 0) in main()
513 if (parse_label(sl, tmpfil) == 0) { in edit_label()
538 parse_label(struct sun_disklabel *sl, const char *file) in parse_label() function