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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c2023 sa_service_record_t *svcrec_resp; local
2132 svcrec_resp = (sa_service_record_t *)results_p;
2140 for (i = 0; i < num_req; i++, svcrec_resp++) {
2142 if ((svcrec_resp->ServiceP_Key & 0x8000) == 0) {
2145 svcrec_resp->ServiceP_Key);
2151 svcrec_resp->ServiceGID.gid_guid) {
2152 ibcm_fill_svcinfo(svcrec_resp,
2184 for (i = 0; i < num_req; i++, svcrec_resp++) {
2189 if ((svcrec_resp->ServiceP_Key & 0x8000) == 0) {
2192 svcrec_resp
[all...]
H A Dibcm_ti.c3489 sa_service_record_t *svcrec_resp; local
3602 svcrec_resp = (sa_service_record_t *)results_p;
3605 resultp->ar_gid = svcrec_resp->ServiceGID;
3606 resultp->ar_pkey = svcrec_resp->ServiceP_Key;
3607 bcopy(svcrec_resp->ServiceData,

Completed in 60 milliseconds