Searched refs:dginfo (Results 1 – 1 of 1) sorted by relevance
1494 struct dk_geom dginfo; in find_fixed_details() local1501 if (ioctl(fd, DKIOCG_VIRTGEOM, &dginfo) == -1 && in find_fixed_details()1502 ioctl(fd, DKIOCG_PHYGEOM, &dginfo) == -1 && in find_fixed_details()1503 ioctl(fd, DKIOCGGEOM, &dginfo) == -1) { in find_fixed_details()1512 wbpb->bpb.heads = (GetTPC ? dginfo.dkg_nhead : TrkPerCyl); in find_fixed_details()1513 wbpb->bpb.sectors_per_track = (GetSPT ? dginfo.dkg_nsect : SecPerTrk); in find_fixed_details()1519 dginfo.dkg_nhead); in find_fixed_details()1524 " = %d\n"), dginfo.dkg_nsect); in find_fixed_details()1925 struct dk_geom dginfo; in compare_existing_with_computed() local1968 if (ioctl(fd, DKIOCG_VIRTGEOM, &dginfo) == -1 && in compare_existing_with_computed()[all …]