HomeSort by: relevance | last modified time | path
    Searched refs:checklabel (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/disklabel/
extern.h 28 int checklabel(struct disklabel *);
main.c 709 * XXX: Fill some default values so checklabel does not fail
733 error = checklabel(&lab);
765 if (checklabel(&lab) == 0)
1286 checklabel(&hlp);
2021 errors += checklabel(lp);
2030 checklabel(struct disklabel *lp) function
interact.c 593 if (checklabel(lp) != 0) {
  /src/usr.sbin/sysinst/
label.c 64 static bool checklabel(struct disk_partitions*, char *, char *);
107 checklabel(struct disk_partitions *parts, function
173 if (!checklabel(parts, desc1, desc2)) {

Completed in 34 milliseconds