Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1496 struct dk_geom dginfo; in find_fixed_details() local
1503 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()
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() local
1971 ioctl(fd, DKIOCG_PHYGEOM, &dginfo) == -1 && in compare_existing_with_computed()
1972 ioctl(fd, DKIOCGGEOM, &dginfo) == -1) { in compare_existing_with_computed()
1978 if (dginfo.dkg_nhead != wbpb->bpb.heads) { in compare_existing_with_computed()
[all …]