Home
last modified time | relevance | path

Searched refs:a_resp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1597 sa_path_record_t *p_resp = NULL, *a_resp = NULL; in ibcm_get_multi_pathrec() local
1673 a_resp = pr_resp; in ibcm_get_multi_pathrec()
1709 if (a_resp != NULL) { in ibcm_get_multi_pathrec()
1710 p_resp = a_resp; in ibcm_get_multi_pathrec()
1711 a_resp = NULL; in ibcm_get_multi_pathrec()
1720 if (a_resp == NULL) { in ibcm_get_multi_pathrec()
1722 a_resp = a_tmp; in ibcm_get_multi_pathrec()
1725 a_resp = p_tmp; in ibcm_get_multi_pathrec()
1738 if (a_resp != NULL) { in ibcm_get_multi_pathrec()
1743 retval = ibcm_update_cep_info(a_resp, in ibcm_get_multi_pathrec()
[all …]