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

/freebsd-11.0-release/sbin/geom/class/part/
H A Dgeom_part.c615 int idx, wblocks, wname, wmax; local
632 wblocks = strlen(s);
650 wblocks, (intmax_t)first, wblocks, (intmax_t)(last - first + 1),
667 wblocks, (intmax_t)first, wblocks,
673 wblocks, (intmax_t)sector, wblocks,
679 wblocks, (intmax_t)sector, wblocks,
765 int error, i, windex, wblocks, wtype; local
[all...]
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dr100.c2206 int wblocks, hblocks; local
2226 wblocks = (w + block_width - 1) / block_width;
2227 if (wblocks < min_wblocks)
2228 wblocks = min_wblocks;
2229 sz = wblocks * hblocks * block_bytes;

Completed in 172 milliseconds