Searched defs:ServiceID (Results 1 - 4 of 4) 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/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/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 DmDNSEmbeddedAPI.h1982 mDNSs32 ServiceID; // Service identifier to match against the DNS server member in struct:DNSQuestion_struct

Completed in 113 milliseconds