| D E V _ S I Z E I N G I G S ( )
| | | | | SOURCE: qdev_autodocs.txt 1.163 (12/09/2014) English INDEP - DEV_#?
----------------------------------------------------------------------------
NAME
dev_sizeingigs() - Allows to compute size of the area
and express it in gigabytes.
SYNOPSIS
size = dev_sizeingigs(cyls, bsize, bpt, heads);
LONG dev_sizeingigs(LONG, LONG, LONG, LONG);
FUNCTION
This function computes disk area size based upon four
common values and expresses it in gigabytes.
INPUTS
cyls - Medium cylinders.
bsize - Medium block size.
bpt - Medium blocks per track.
heads - Medium heads.
RETURNS
Returns size in gigabytes.
BASES
None.
NOTES
By default this func. does not use QUAD datatype to
compute the value! See source code for more details.
SEE ALSO
EXAMPLE
None.
BUGS
None known.
----------------------------------------------------------------------------
| |
| |