Searched refs:hdg (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c246 struct linux_hd_geometry hdg; local
248 hdg.cylinders = fwcylinders;
249 hdg.heads = fwheads;
250 hdg.sectors = fwsectors;
251 hdg.start = 0;
252 error = copyout(&hdg, (void *)args->arg, sizeof(hdg));

Completed in 105 milliseconds