hdg_big 77 compat/linux/linux_hdio.c struct linux_hd_big_geometry hdg_big; hdg_big 151 compat/linux/linux_hdio.c hdg_big.start = error1 != 0 ? DL_GETPOFFSET(partp.part) & 0x7fffffff : 0; hdg_big 152 compat/linux/linux_hdio.c hdg_big.heads = labp->d_ntracks; hdg_big 153 compat/linux/linux_hdio.c hdg_big.cylinders = labp->d_ncylinders; hdg_big 154 compat/linux/linux_hdio.c hdg_big.sectors = labp->d_nsectors; hdg_big 155 compat/linux/linux_hdio.c error = copyout(&hdg_big, SCARG(uap, data), sizeof hdg_big);