hdg 76 compat/linux/linux_hdio.c struct linux_hd_geometry hdg; hdg 133 compat/linux/linux_hdio.c hdg.start = error1 != 0 ? DL_GETPOFFSET(partp.part) & 0x7fffffff: 0; hdg 134 compat/linux/linux_hdio.c hdg.heads = labp->d_ntracks; hdg 135 compat/linux/linux_hdio.c hdg.cylinders = labp->d_ncylinders; hdg 136 compat/linux/linux_hdio.c hdg.sectors = labp->d_nsectors; hdg 137 compat/linux/linux_hdio.c error = copyout(&hdg, SCARG(uap, data), sizeof hdg);