Searched refs:dginfo (Results 1 – 1 of 1) sorted by relevance
1496 struct dk_geom dginfo; in find_fixed_details() local1503 if (ioctl(fd, DKIOCG_VIRTGEOM, &dginfo) == -1 && in find_fixed_details()1504 ioctl(fd, DKIOCG_PHYGEOM, &dginfo) == -1 && in find_fixed_details()1505 ioctl(fd, DKIOCGGEOM, &dginfo) == -1) { in find_fixed_details()1514 wbpb->bpb.heads = (GetTPC ? dginfo.dkg_nhead : TrkPerCyl); in find_fixed_details()1515 wbpb->bpb.sectors_per_track = (GetSPT ? dginfo.dkg_nsect : SecPerTrk); in find_fixed_details()1521 dginfo.dkg_nhead); in find_fixed_details()1526 " = %d\n"), dginfo.dkg_nsect); in find_fixed_details()1927 struct dk_geom dginfo; in compare_existing_with_computed() local1970 if (ioctl(fd, DKIOCG_VIRTGEOM, &dginfo) == -1 && in compare_existing_with_computed()[all …]