Home
last modified time | relevance | path

Searched refs:HSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/dump/
H A Dcache.c47 static int HSize; variable
60 HSize = NBlocks / HFACTOR; in cinit()
66 BlockHash = calloc(sizeof(Block *), HSize); in cinit()
115 hi = (offset / BlockSize) % HSize; in cread()
/freebsd/stand/common/
H A Dgfx_fb.h149 uint16_t HSize; /* Horizontal Size in Pixels */ member
/freebsd/stand/i386/libi386/
H A Dvbe.c897 *pwidth = fp_info->HSize; in vbe_get_flatpanel()