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

/opensolaris-onvv-gate/usr/src/cmd/lofiadm/
H A Dmain.c128 lofi_compress_info_t lofi_compress_table[LOFI_COMPRESS_FUNCTIONS] = { variable
1414 li = &lofi_compress_table[compress_index];
1694 if (strcmp(lofi_compress_table[i].l_name, algname) == 0)
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dlofi.c206 lofi_compress_info_t lofi_compress_table[LOFI_COMPRESS_FUNCTIONS] = { variable
1087 li = &lofi_compress_table[lsp->ls_comp_algorithm_index];
2042 * valid, return the index into lofi_compress_table.
2052 if (strcmp(lofi_compress_table[i].l_name, signature) == 0)
2083 lofi_compress_table[compress_index].l_name,

Completed in 102 milliseconds