Searched refs:fullName (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DQueryListener.java41 @param fullName
56 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
H A DResolveListener.java34 @param fullName
53 void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
H A DDNSSD.java383 @param fullName
398 public static void reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
400 { getInstance()._reconfirmRecord( flags, ifIndex, fullName, rrtype, rrclass, rdata); }
461 abstract protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
606 protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
609 ReconfirmRecord( flags, ifIndex, fullName, rrtype, rrclass, rdata);
625 protected native void ReconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, argument
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingResolveListener.java65 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
71 fFullName = fullName;
H A DSwingQueryListener.java62 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
68 fFullName = fullName;
H A DSimpleChat.java165 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
178 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
H A DBrowserApp.java188 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, argument
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c155 gss_buffer_desc fullName = GSS_C_EMPTY_BUFFER, local
209 if (!gsscred_MakeName(mechOid, name, nameOidStr, &fullName)) {
216 if (!gsscred_AsHex(&fullName, &hexBufDesc)) {
217 gss_release_buffer(&minor, &fullName);
232 gss_release_buffer(&minor, &fullName);
265 gss_release_buffer(&minor, &fullName);
281 nameOidStr, &fullName)) {
288 if (!gsscred_AsHex(&fullName, &hexBufDesc)) {
289 gss_release_buffer(&minor, &fullName);
321 gss_release_buffer(&minor, &fullName);
[all...]
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMPLogicalUnitProperties.c78 char fullName[512]; local
148 (void) snprintf(fullName, 511, "%s:%s", pathName, minorName);
151 " - fullName: {%s]", fullName);
160 fullName,
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_GetMPLuOidListFromTPG.c155 char fullName[512]; local
260 (void) snprintf(fullName, 511, "/devices%s:%s",
265 status = stat(fullName, &buffer);
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c98 // Note: Need to make sure we don't write more than kDNSServiceMaxDomainName (1009) bytes to fullName
104 char *const fullName,
111 char *fn = fullName;
112 char *const lim = fullName + 1005;
102 DNSServiceConstructFullName( char *const fullName, const char *const service, const char *const regtype, const char *const domain ) argument
H A Ddns_sd.h2169 * fullName: A pointer to a buffer that where the resulting full domain name is to be written.
2189 char * const fullName,
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c221 (void) fprintf(stderr, "%s\n", fullPathName->fullName);
324 if ((pathCopy->fullName =
327 (void) strncpy(pathCopy->fullName, fullPath, *fullLen);
328 pathCopy->fullName[*fullLen] = '\0';
355 if (dir && pathCopy->fullName != NULL) {
359 (void) fprintf(stderr, pathCopy->fullName);
365 free(pathCopy->fullName);
H A Dfsck_pcfs.h89 char *fullName; member in struct:nameinfo
H A Dclusters.c93 free(InUse[clusterNum - FIRST_CLUSTER]->path->fullName);
110 InUse[clusterNum - FIRST_CLUSTER]->path->fullName);
463 free(old->path->fullName);
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c901 jint flags, jint ifIndex, jstring fullName,
906 const char *nameStr = SafeGetUTFChars( pEnv, fullName);
916 SafeReleaseUTFChars( pEnv, fullName, nameStr);
900 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 133 milliseconds