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

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

Completed in 67 milliseconds