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

/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c1438 iscsi_conn_list_t *pConnList; local
1458 imaStatus = getConnOidList(NULL, &pConnList);
1468 for (i = 0; i < pConnList->cl_out_cnt; i++) {
1470 if (pConnList->cl_list[i].c_oid ==
1474 imaStatus = getConnProps(&pConnList->cl_list[i],
1478 free(pConnList);
1574 free(pConnList);
H A Discsiadm_main.c748 IMA_OID_LIST *pConnList; local
764 &pConnList);
771 status = SUN_IMA_GetConnProperties(&pConnList->oids[0],
995 printConnectionList(char *prefix, IMA_OID_LIST *pConnList) argument
1005 for (i = 0; i < pConnList->oidCount; i++) {
1006 imaStatus = SUN_IMA_GetConnProperties(&pConnList->oids[i],
2392 IMA_OID_LIST *pConnList; local
2556 pConnList = NULL;
2559 &pConnList);
2571 pConnList
[all...]

Completed in 83 milliseconds