Home
last modified time | relevance | path

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; in stmfGetViewEntryList() local
4771 fVeListSize = ALLOC_VE; in stmfGetViewEntryList()
4772 fVeListSize = fVeListSize * (sizeof (stmf_view_op_entry_t)); in stmfGetViewEntryList()
4773 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()
4786 stmfIoctl.stmf_obuf_size = fVeListSize; in stmfGetViewEntryList()
4812 fVeListSize = stmfIoctl.stmf_obuf_max_nentries * in stmfGetViewEntryList()
4815 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()
4819 stmfIoctl.stmf_obuf_size = fVeListSize; in stmfGetViewEntryList()