Searched refs:GEOM_ENCODE (Results 1 – 2 of 2) sorted by relevance
100 #define GEOM_ENCODE(_c, _h, _s) (((_c) << 16) | ((_h) << 8) | (_s)) macro
768 return GEOM_ENCODE(cylinders, heads, spt); in vhd_chs()
Completed in 9 milliseconds