struct ptable_entry part;
int rc, slice, partition;
if (sectorsize == 0) {
DEBUG("unknown sector size");
return (ENXIO);
}
rc = 0;
od = (struct open_disk *)malloc(sizeof(struct open_disk));
if (od == NULL) {