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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1824 * srv_rec - the pointer to sa_service_record_t struct.
1829 ibcm_dump_srvrec(sa_service_record_t *srv_rec) argument
1834 IBTF_DPRINTF_L4(cmlog, "SID : 0x%016llX", srv_rec->ServiceID);
1836 srv_rec->ServiceGID.gid_prefix, srv_rec->ServiceGID.gid_guid);
1837 IBTF_DPRINTF_L4(cmlog, "Svc PKey : 0x%X", srv_rec->ServiceP_Key);
1839 IBTF_DPRINTF_L4(cmlog, "Svc Lease : 0x%lX", srv_rec->ServiceLease);
1840 IBTF_DPRINTF_L4(cmlog, "Svc Key-hi: 0x%016llX", srv_rec->ServiceKey_hi);
1841 IBTF_DPRINTF_L4(cmlog, "Svc Key-lo: 0x%016llX", srv_rec->ServiceKey_lo);
1842 IBTF_DPRINTF_L4(cmlog, "Svc Name : %s", srv_rec
[all...]
H A Dibcm_ti.c2691 sa_service_record_t srv_rec; local
2786 bzero(&srv_rec, sizeof (srv_rec));
2788 srv_rec.ServiceLease =
2790 srv_rec.ServiceP_Key =
2792 srv_rec.ServiceKey_hi =
2794 srv_rec.ServiceKey_lo =
2797 (void) strcpy((char *)srv_rec.ServiceName, srv_bind->sb_name);
2798 srv_rec.ServiceGID = gid;
2813 ibcm_rem_stale_srec(saa_handle, &srv_rec);
2945 sa_service_record_t srv_rec; local
3697 sa_service_record_t srv_rec; local
[all...]

Completed in 68 milliseconds