Searched refs:ServiceID (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c401 IN DAT_UINT64 ServiceID, IN DAPL_SP *sp_ptr)
429 args.sr_sid = ServiceID;
460 * ServiceID IB Channel Service ID
400 dapls_ib_setup_conn_listener(IN DAPL_IA *ia_ptr, IN DAT_UINT64 ServiceID, IN DAPL_SP *sp_ptr) argument
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h105 IN DAT_UINT64 ServiceID,
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c1889 "ServiceID must be specified. ");
2542 (longlong_t)srv_recp->ServiceID, rval, saa_type);
2610 if (ibcm_find_svc_entry(srv_resp->ServiceID) != NULL) {
2621 srv_resp->ServiceName, srv_resp->ServiceID);
2628 * Get ServiceID info from Response Buf, other
2632 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(srec->ServiceID))
2634 srec->ServiceID = srv_resp->ServiceID;
2636 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(srec->ServiceID))
2826 srv_rec.ServiceID
[all...]
H A Dibcm_utils.c1003 IBTF_DPRINTF_L4(cmlog, "ibcm_alloc_local_sids: ServiceID 0x%llX "
1834 IBTF_DPRINTF_L4(cmlog, "SID : 0x%016llX", srv_rec->ServiceID);
H A Dibcm_path.c34 /* ibcm_saa_service_rec() fills in ServiceID and DGID. */
577 * o ServiceID
1106 IBTF_DPRINTF_L5(cmlog, "Path: ServiceID = 0x%llX", paths->pi_sid);
1973 dest->d_sid = sr_resp->ServiceID;
2016 * On Success, returns ServiceID and ServiceGID info in '*dinfo'.
2048 svcrec_req.ServiceID = attrp->pa_sid;
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h392 uint64_t ServiceID; /* id of service on port */ member in struct:sa_service_record_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c1287 service_record.ServiceID = service_id;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c10668 mDNSlocal mDNSBool DNSServerMatch(DNSServer *d, mDNSInterfaceID InterfaceID, mDNSs32 ServiceID) argument
10676 // 3) Scoped questions (non-zero ServiceID) should consider *only* scoped DNSServers (DNSServer
10680 // unscoped. The question is unscoped only if InterfaceID is zero and ServiceID is -1.
10683 // InterfaceID for discussion and the same holds good for ServiceID):
10696 // If a question is scoped both to InterfaceID and ServiceID, the question will be scoped to InterfaceID.
10698 if (((d->scoped == kScopeNone) && ((!InterfaceID && ServiceID == -1) || InterfaceID == mDNSInterface_Unicast)) ||
10700 ((d->scoped == kScopeServiceID) && d->serviceID == ServiceID))
10737 // Skip DNSServers that are InterfaceID Scoped but have no valid interfaceid set OR DNSServers that are ServiceID Scoped but have no valid serviceid set
10745 if ((!DEQuery || !curr->cellIntf) && DNSServerMatch(curr, question->InterfaceID, question->ServiceID))
10784 mDNSlocal DNSServer *GetBestServer(mDNS *m, const domainname *name, mDNSInterfaceID InterfaceID, mDNSs32 ServiceID, mDNSOpaque6 argument
10859 GetServerForName(mDNS *m, const domainname *name, mDNSInterfaceID InterfaceID, mDNSs32 ServiceID) argument
[all...]
H A DmDNSPosix.c1636 q->ServiceID = -1;
H A Duds_daemon.c4430 mDNSs32 serviceIndex = -1; // default unscoped value for ServiceID is -1
4494 request->u.addrinfo.q4.ServiceID = request->u.addrinfo.q6.ServiceID = serviceIndex;
H A DmDNSEmbeddedAPI.h1982 mDNSs32 ServiceID; // Service identifier to match against the DNS server member in struct:DNSQuestion_struct
H A DDNSCommon.c1486 q->ServiceID = -1;

Completed in 211 milliseconds