Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/gss/gsscred/
H A Dgsscred.c155 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 DMP_GetAssociatedPathOidList.c66 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 DMP_GetMPLogicalUnitProperties.c78 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 DMP_GetMPLuOidListFromTPG.c155 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 DSwingQueryListener.java62 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, in queryAnswered() argument
68 fFullName = fullName; in queryAnswered()
H A DSwingResolveListener.java65 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, in serviceResolved() argument
71 fFullName = fullName; in serviceResolved()
H A DSimpleChat.java165 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 DBrowserApp.java188 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 DDNSSD.java398 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 DQueryListener.java56 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, in queryAnswered() argument
H A DResolveListener.java53 void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, in serviceResolved() argument
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c221 (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 Dfsck_pcfs.h89 char *fullName; member
H A Dclusters.c93 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 Ddnssd_clientlib.c104 char *const fullName, in DNSServiceConstructFullName() argument
111 char *fn = fullName; in DNSServiceConstructFullName()
112 char *const lim = fullName + 1005; in DNSServiceConstructFullName()
H A Ddns_sd.h2184 char * const fullName,
/titanic_50/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c901 … 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()