Searched refs:fVeList (Results 1 – 1 of 1) sorted by relevance
4746 stmf_view_op_entry_t *fVeList; in stmfGetViewEntryList() local4771 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()4772 if (fVeList == NULL) { in stmfGetViewEntryList()4785 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)fVeList; in stmfGetViewEntryList()4812 free(fVeList); in stmfGetViewEntryList()4813 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()4814 if (fVeList == NULL) { in stmfGetViewEntryList()4818 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)fVeList; in stmfGetViewEntryList()4861 (*viewEntryList)->ve[i].veIndex = fVeList[i].ve_ndx; in stmfGetViewEntryList()4862 if (fVeList[i].ve_all_hosts == 1) { in stmfGetViewEntryList()[all …]