Searched defs:stmf_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2189 int stmf_size; local
2203 stmf_size = stmf_sizes[struct_id].shared +
2207 sh = (__stmf_t *)kmem_alloc(stmf_size, kmem_flag);
2209 sh = (__stmf_t *)kmem_zalloc(stmf_size, kmem_flag);
2232 sh->fp->alloc_size = stmf_size;

Completed in 261 milliseconds