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

/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c786 char **portalArray = NULL; local
808 portalArray = iscsit_zalloc(tpg->tpg_portal_count *
810 if (portalArray == NULL) {
821 &(portalArray[i]));
830 if ((ret == 0) && portalArray) {
832 portalArray, i);
836 if (portalArray) {
838 if (portalArray[i]) {
839 iscsit_free(portalArray[i],
840 strlen(portalArray[
861 char **portalArray = NULL; local
[all...]

Completed in 44 milliseconds