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

  /src/sys/compat/linux/arch/i386/
linux_machdep.c 792 u_long start, biostotal, realtotal; local in function:linux_machdepioctl
931 realtotal = label.d_ntracks * label.d_nsectors *
933 if (realtotal > biostotal)
934 cylinders = realtotal / (heads * sectors);

Completed in 11 milliseconds