Home
last modified time | relevance | path

Searched refs:CFG_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h37 #define CFG_BLOCK_SIZE 512 macro
39 #define CFG_VTOC_SKIP CFG_VTOC_SIZE * CFG_BLOCK_SIZE
H A Dcfg_local.c114 if (size % CFG_BLOCK_SIZE != 0) in get_block_size()
115 ret = size + CFG_BLOCK_SIZE - (size % CFG_BLOCK_SIZE); in get_block_size()