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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c2022 sa_service_record_t svcrec_req; local
2036 bzero(&svcrec_req, sizeof (svcrec_req));
2040 (void) strncpy((char *)(svcrec_req.ServiceName),
2048 svcrec_req.ServiceID = attrp->pa_sid;
2054 svcrec_req.ServiceP_Key = attrp->pa_pkey;
2061 ibcm_swizzle_from_srv(&attrp->pa_sdata, svcrec_req.ServiceData);
2074 svcrec_req.ServiceGID = dinfo->dest->d_gid;
2078 svcrec_req.ServiceGID.gid_prefix,
2079 svcrec_req
[all...]
H A Dibcm_ti.c3488 sa_service_record_t svcrec_req; local
3531 bzero(&svcrec_req, sizeof (svcrec_req));
3535 svcrec_req.ServiceP_Key = queryp->ar_pkey;
3539 svcrec_req.ServiceGID = queryp->ar_gid;
3549 bcopy(queryp->ar_data, svcrec_req.ServiceData,
3558 (void) strcpy((char *)svcrec_req.ServiceName, IBCM_DAPL_ATS_NAME);
3561 svcrec_req.ServiceID = IBCM_DAPL_ATS_SID;
3578 access_args.sq_template = &svcrec_req;

Completed in 60 milliseconds