Searched refs:guess_biosgeom_from_parts (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.sbin/sysinst/
H A Dmbr.h104 int guess_biosgeom_from_parts(struct disk_partitions*, int *, int *, int *);
H A Dmbr.c327 if (guess_biosgeom_from_parts(parts, &cyl, &head, &sec) >= 0)
826 guess_biosgeom_from_parts(struct disk_partitions *parts, function
/netbsd-current/usr.sbin/sysinst/arch/playstation2/
H A Dmd.c93 if (guess_biosgeom_from_parts(pm->parts, &cyl, &head, &sec) >= 0
/netbsd-current/usr.sbin/sysinst/arch/i386/
H A Dmd.c744 if (guess_biosgeom_from_parts(parts, &cyl, &head, &sec) >= 0
752 guess_biosgeom_from_parts(parts, &cyl, &head, &sec);

Completed in 200 milliseconds