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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c4749 uint32_t fVeListSize; local
4771 fVeListSize = ALLOC_VE;
4772 fVeListSize = fVeListSize * (sizeof (stmf_view_op_entry_t));
4773 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize);
4786 stmfIoctl.stmf_obuf_size = fVeListSize;
4812 fVeListSize = stmfIoctl.stmf_obuf_max_nentries *
4815 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize);
4819 stmfIoctl.stmf_obuf_size = fVeListSize;

Completed in 68 milliseconds