Searched defs:viewEntryList (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c296 stmfViewEntryList *viewEntryList = NULL; local
371 &viewEntryList);
373 for (j = 0; j < viewEntryList->cnt; j++) {
375 viewEntryList->ve[j].veIndex);
377 /* check if viewEntryList is empty */
378 if (viewEntryList->cnt != 0)
380 stmfFreeMemory(viewEntryList);
389 &viewEntryList);
392 stmfFreeMemory(viewEntryList);
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c3483 * viewEntryList - pointer to pointer to stmfViewEntryList. It will be allocated
3491 psGetViewEntryList(stmfGuid *lu, stmfViewEntryList **viewEntryList) argument
3587 *viewEntryList = (stmfViewEntryList *)calloc(1,
3589 if (*viewEntryList == NULL) {
3617 &((*viewEntryList)->ve[i]))) != STMF_PS_SUCCESS) {
3624 (*viewEntryList)->cnt++;
3635 free(*viewEntryList);
3644 qsort((void *)&((*viewEntryList)->ve[0]), (*viewEntryList)->cnt,
H A Dstmf.c4582 stmfViewEntryList *viewEntryList = NULL; local
4625 &viewEntryList);
4629 if (viewEntryList->cnt > 0) {
4637 stmfFreeMemory(viewEntryList);
4736 * viewEntryList - a pointer to a pointer to a stmfViewEntryList structure. On
4740 stmfGetViewEntryList(stmfGuid *lu, stmfViewEntryList **viewEntryList) argument
4752 if (lu == NULL || viewEntryList == NULL) {
4851 *viewEntryList = (stmfViewEntryList *)calloc(1,
4853 if (*viewEntryList == NULL) {
4858 (*viewEntryList)
4991 stmfViewEntryList *viewEntryList = NULL; local
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c1336 stmfViewEntryList *viewEntryList = NULL; local
1411 &viewEntryList);
1413 for (j = 0; j < viewEntryList->cnt; j++) {
1415 viewEntryList->ve[j].veIndex);
1417 /* check if viewEntryList is empty */
1418 if (viewEntryList->cnt != 0)
1420 stmfFreeMemory(viewEntryList);
1430 &viewEntryList);
1433 stmfFreeMemory(viewEntryList);
1905 stmfViewEntryList *viewEntryList; local
2673 stmfViewEntryList *viewEntryList; local
3297 stmfViewEntryList *viewEntryList; local
[all...]

Completed in 82 milliseconds