Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Ddefs.h778 int checkoverlap(struct disk_partitions *parts);
H A Dlabel.c170 checkoverlap(struct disk_partitions *parts) in checkoverlap() function
236 if (checkoverlap(parts) != 0) { in verify_parts()
H A Dpartman.c2418 if (checkoverlap(pm->parts)) { in pm_editpart()