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

/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c1444 SUN_IMA_CONN_PROPERTIES *pImaConnProps; local
1451 pImaConnProps = (SUN_IMA_CONN_PROPERTIES *)calloc(1,
1454 if (pImaConnProps == NULL) {
1461 free(pImaConnProps);
1479 free(pImaConnProps);
1482 pImaConnProps->connectionID = pConnProps->cp_cid;
1489 pImaConnProps->local.ipAddress.ipv4Address =
1491 pImaConnProps->local.portNumber =
1495 pImaConnProps->local.ipAddress.ipAddress,
1499 pImaConnProps
[all...]

Completed in 47 milliseconds