/titanic_50/usr/src/cmd/gss/gsscred/ |
H A D | gsscred.c | 155 gss_buffer_desc fullName = GSS_C_EMPTY_BUFFER, in addUser() local 209 if (!gsscred_MakeName(mechOid, name, nameOidStr, &fullName)) { in addUser() 216 if (!gsscred_AsHex(&fullName, &hexBufDesc)) { in addUser() 217 gss_release_buffer(&minor, &fullName); in addUser() 232 gss_release_buffer(&minor, &fullName); in addUser() 265 gss_release_buffer(&minor, &fullName); in addUser() 281 nameOidStr, &fullName)) { in addUser() 288 if (!gsscred_AsHex(&fullName, &hexBufDesc)) { in addUser() 289 gss_release_buffer(&minor, &fullName); in addUser() 321 gss_release_buffer(&minor, &fullName); in addUser()
|
/titanic_50/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetAssociatedPathOidList.c | 66 char fullName[512]; in doDevInfoStuffForIntPort() local 153 (void) snprintf(fullName, 511, "/devices%s:%s", in doDevInfoStuffForIntPort() 158 status = stat(fullName, &buffer); in doDevInfoStuffForIntPort() 215 char fullName[512]; in doDevInfoStuffForTargetPort() local 338 (void) snprintf(fullName, 511, "/devices%s:%s", in doDevInfoStuffForTargetPort() 343 status = stat(fullName, &buffer); in doDevInfoStuffForTargetPort()
|
H A D | MP_GetMPLogicalUnitProperties.c | 78 char fullName[512]; in getDeviceFileName() local 148 (void) snprintf(fullName, 511, "%s:%s", pathName, minorName); in getDeviceFileName() 151 " - fullName: {%s]", fullName); in getDeviceFileName() 160 fullName, in getDeviceFileName()
|
H A D | MP_GetMPLuOidListFromTPG.c | 155 char fullName[512]; in getOidList() local 260 (void) snprintf(fullName, 511, "/devices%s:%s", in getOidList() 265 status = stat(fullName, &buffer); in getOidList()
|
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SwingQueryListener.java | 62 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, in queryAnswered() argument 68 fFullName = fullName; in queryAnswered()
|
H A D | SwingResolveListener.java | 65 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, in serviceResolved() argument 71 fFullName = fullName; in serviceResolved()
|
H A D | SimpleChat.java | 165 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, in serviceResolved() argument 178 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, in queryAnswered() argument
|
H A D | BrowserApp.java | 188 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, in serviceResolved() argument
|
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSD.java | 398 public static void reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in reconfirmRecord() argument 400 { getInstance()._reconfirmRecord( flags, ifIndex, fullName, rrtype, rrclass, rdata); } in reconfirmRecord() 461 abstract protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in _reconfirmRecord() argument 606 protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in _reconfirmRecord() argument 609 ReconfirmRecord( flags, ifIndex, fullName, rrtype, rrclass, rdata); in _reconfirmRecord() 625 protected native void ReconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in ReconfirmRecord() argument
|
H A D | QueryListener.java | 56 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, in queryAnswered() argument
|
H A D | ResolveListener.java | 53 void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, in serviceResolved() argument
|
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | dir.c | 221 (void) fprintf(stderr, "%s\n", fullPathName->fullName); in sanityCheckSize() 324 if ((pathCopy->fullName = in storeInfoAboutEntry() 327 (void) strncpy(pathCopy->fullName, fullPath, *fullLen); in storeInfoAboutEntry() 328 pathCopy->fullName[*fullLen] = '\0'; in storeInfoAboutEntry() 355 if (dir && pathCopy->fullName != NULL) { in storeInfoAboutEntry() 359 (void) fprintf(stderr, pathCopy->fullName); in storeInfoAboutEntry() 365 free(pathCopy->fullName); in storeInfoAboutEntry()
|
H A D | fsck_pcfs.h | 89 char *fullName; member
|
H A D | clusters.c | 93 free(InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in freeNameInfo() 110 InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in printOrphanPath() 463 free(old->path->fullName); in freeClusterInfo()
|
/titanic_50/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientlib.c | 104 char *const fullName, in DNSServiceConstructFullName() argument 111 char *fn = fullName; in DNSServiceConstructFullName() 112 char *const lim = fullName + 1005; in DNSServiceConstructFullName()
|
H A D | dns_sd.h | 2184 char * const fullName,
|
/titanic_50/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 901 … jint flags, jint ifIndex, jstring fullName, in Java_com_apple_dnssd_AppleDNSSD_ReconfirmRecord() argument 906 const char *nameStr = SafeGetUTFChars( pEnv, fullName); in Java_com_apple_dnssd_AppleDNSSD_ReconfirmRecord() 916 SafeReleaseUTFChars( pEnv, fullName, nameStr); in Java_com_apple_dnssd_AppleDNSSD_ReconfirmRecord()
|