Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lofiadm/
H A Dmain.c137 lofi_compress_info_t lofi_compress_table[LOFI_COMPRESS_FUNCTIONS] = { variable
1439 li = &lofi_compress_table[compress_index]; in lofi_compress()
1719 if (strcmp(lofi_compress_table[i].l_name, algname) == 0) in lofi_compress_select()
/titanic_41/usr/src/uts/common/io/
H A Dlofi.c208 lofi_compress_info_t lofi_compress_table[LOFI_COMPRESS_FUNCTIONS] = { variable
1094 li = &lofi_compress_table[lsp->ls_comp_algorithm_index]; in lofi_strategy_task()
2079 if (strcmp(lofi_compress_table[i].l_name, signature) == 0) in lofi_compress_select()
2110 lofi_compress_table[compress_index].l_name, in lofi_init_compress()