Searched refs:Private (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_dt.d32 #pragma D attributes Private/Private/Common provider nfsmapid provider
33 #pragma D attributes Private/Private/Common provider nfsmapid module
34 #pragma D attributes Private/Private/Common provider nfsmapid function
35 #pragma D attributes Private/Private/Common provider nfsmapid name
36 #pragma D attributes Private/Private/Commo
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd_dt.d41 #pragma D attributes Private/Private/Common provider mountd provider
42 #pragma D attributes Private/Private/Common provider mountd module
43 #pragma D attributes Private/Private/Common provider mountd function
44 #pragma D attributes Private/Private/Common provider mountd name
45 #pragma D attributes Private/Private/Commo
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_provider.d38 #pragma D attributes Private/Private/ISA provider isns provider
39 #pragma D attributes Private/Private/Unknown provider isns module
40 #pragma D attributes Private/Private/Unknown provider isns function
41 #pragma D attributes Private/Private/ISA provider isns name
42 #pragma D attributes Private/Private/IS
[all...]
/illumos-gate/usr/src/lib/libzpool/common/
H A Dzfs.d33 #pragma D attributes Private/Private/Unknown provider zfs module
34 #pragma D attributes Private/Private/Unknown provider zfs function
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dplockstat.d48 #pragma D attributes Private/Private/Unknown provider plockstat module
49 #pragma D attributes Private/Private/Unknown provider plockstat function
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h196 #define Private "Private" macro
H A Dtopo_xml.c88 } else if (xmlStrcmp(str, (xmlChar *)Private) == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1051 if (PrivateQuery(q)) { LogMsg("sendChallengeResponse: ERROR!!: Private Query %##s (%s)", q->qname.c, DNSTypeName(q->qtype)); return; }
1138 LogInfo("Private LLQ_SecondaryRequest; copying id %08X%08X", llq->id.l[0], llq->id.l[1]);
1259 // Private DNS operations -- private queries, private LLQs, private record updates and private service updates
1919 //LogMsg("GetZoneData_StartQuery %##s (%s) %p", zd->question.qname.c, DNSTypeName(zd->question.qtype), zd->question.Private);
3000 if (rr->Private)
3005 if (!rr->nta) { LogMsg("SendRecordRegistration:Private:ERROR!! nta is NULL for %s", ARDisplayString(m, rr)); return; }
3118 if (anchorRR->Private)
3581 // Retry without lease only for non-Private domains
3583 if (!rr->Private && rr->uselease && err == mStatus_UnknownErr && mDNSSameIPPort(UpdatePort, UnicastDNSPort))
4217 LogInfo("PrivateQueryGotZoneData %##s (%s) err %d Zone %##s Private
[all...]
H A DmDNSEmbeddedAPI.h1567 mDNSBool Private; // If zone is private, DNS updates may have to be encrypted to prevent eavesdropping member in struct:AuthRecord_struct
1923 DomainAuthInfo *AuthInfo; // Non-NULL if query is currently being done using Private DNS
H A DDNSCommon.c1438 rr->Private = 0;
H A DmDNS.c1356 rr->Private = 0;
1641 dup->Private = rr->Private;
5410 question->qname.c, DNSTypeName(question->qtype), PrivateQuery(question) ? " (Private)" : "", ScheduleImmediately ? " ScheduleImmediately" : "");
8959 // For Long Lived queries that are both sent over UDP and Private TCP, LLQType is set.
8977 // For responses that come over TCP (Responses that can't fit within UDP) or TLS (Private queries
8978 // that are not long lived e.g., AAAA lookup in a Private domain), it is indicated by !dstaddr.
10946 // Skip Private domains as we have special addresses to get the hosts in the Private domain
10972 // Private domain
[all...]

Completed in 215 milliseconds