HomeSort by: relevance | last modified time | path
    Searched defs:datageom (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/sunos/
sunos_ioctl.c 864 #define datageom ((struct sun_dkgeom *)SCARG(uap, data)) macro
865 memset(SCARG(uap, data), 0, sizeof(*datageom));
867 datageom->sdkc_ncylinders = dl.d_ncylinders;
868 datageom->sdkc_acylinders = dl.d_acylinders;
869 datageom->sdkc_ntracks = dl.d_ntracks;
870 datageom->sdkc_nsectors = dl.d_nsectors;
871 datageom->sdkc_interleave = dl.d_interleave;
872 datageom->sdkc_sparespercyl = dl.d_sparespercyl;
873 datageom->sdkc_rpm = dl.d_rpm;
874 datageom->sdkc_pcylinders = dl.d_ncylinders + dl.d_acylinders
    [all...]
  /src/sys/compat/sunos32/
sunos32_ioctl.c 900 #define datageom ((struct sun_dkgeom *)SCARG_P32(uap, data)) macro
902 memset(SCARG_P32(uap, data), 0, sizeof(*datageom));
904 datageom->sdkc_ncylinders = dl.d_ncylinders;
905 datageom->sdkc_acylinders = dl.d_acylinders;
906 datageom->sdkc_ntracks = dl.d_ntracks;
907 datageom->sdkc_nsectors = dl.d_nsectors;
908 datageom->sdkc_interleave = dl.d_interleave;
909 datageom->sdkc_sparespercyl = dl.d_sparespercyl;
910 datageom->sdkc_rpm = dl.d_rpm;
911 datageom->sdkc_pcylinders = dl.d_ncylinders + dl.d_acylinders
    [all...]

Completed in 15 milliseconds