Searched defs:fullName (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DQueryListener.java53 @param fullName
68 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
H A DResolveListener.java49 @param fullName
68 void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
H A DDNSSD.java423 @param fullName
438 public static void reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
440 { getInstance()._reconfirmRecord( flags, ifIndex, fullName, rrtype, rrclass, rdata); }
501 abstract protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
643 protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
646 ReconfirmRecord( flags, ifIndex, fullName, rrtype, rrclass, rdata);
662 protected native void ReconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingQueryListener.java65 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
71 fFullName = fullName;
H A DSwingResolveListener.java65 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
71 fFullName = fullName;
H A DBrowserApp.java183 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
H A DSimpleChat.java168 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
181 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c66 char fullName[512]; local
153 (void) snprintf(fullName, 511, "/devices%s:%s",
158 status = stat(fullName, &buffer);
215 char fullName[512]; local
338 (void) snprintf(fullName, 511, "/devices%s:%s",
343 status = stat(fullName, &buffer);
H A DMP_GetMPLogicalUnitProperties.c78 char fullName[512]; local
163 (void) snprintf(fullName, 511, "%s:%s", pathName, minorName);
166 " - fullName: {%s]", fullName);
175 fullName,
H A DMP_GetMPLuOidListFromTPG.c155 char fullName[512]; local
260 (void) snprintf(fullName, 511, "/devices%s:%s",
265 status = stat(fullName, &buffer);
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c139 char *fullName,
147 char *fn = fullName;
137 DNSServiceConstructFullName( char *fullName, const char *service, const char *regtype, const char *domain ) argument
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c952 jint flags, jint ifIndex, jstring fullName,
957 const char *nameStr = SafeGetUTFChars( pEnv, fullName);
967 SafeReleaseUTFChars( pEnv, fullName, nameStr);
951 Java_com_apple_dnssd_AppleDNSSD_ReconfirmRecord( JNIEnv *pEnv, jobject pThis _UNUSED, jint flags, jint ifIndex, jstring fullName, jint rrtype, jint rrclass, jbyteArray rdata) argument

Completed in 629 milliseconds