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

/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c1355 it_portal_t **portallist, uint32_t *list_count)
1363 if (!arr || !portallist || !list_count) {
1368 *portallist = NULL;
1388 tmp = *portallist;
1404 * The first time through the loop, *portallist == NULL
1409 if (*portallist == NULL) {
1410 *portallist = portal;
1354 it_array_to_portallist(char **arr, uint32_t count, uint32_t default_port, it_portal_t **portallist, uint32_t *list_count) argument

Completed in 46 milliseconds