Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libstmf/common/
H A Dstmf.c4748 stmf_view_op_entry_t *fVeList; in stmfGetViewEntryList() local
4773 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()
4774 if (fVeList == NULL) { in stmfGetViewEntryList()
4787 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)fVeList; in stmfGetViewEntryList()
4814 free(fVeList); in stmfGetViewEntryList()
4815 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()
4816 if (fVeList == NULL) { in stmfGetViewEntryList()
4820 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)fVeList; in stmfGetViewEntryList()
4863 (*viewEntryList)->ve[i].veIndex = fVeList[i].ve_ndx; in stmfGetViewEntryList()
4864 if (fVeList[i].ve_all_hosts == 1) { in stmfGetViewEntryList()
[all …]