Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c153 gss_buffer_desc fullName = GSS_C_EMPTY_BUFFER, in addUser() local
207 if (!gsscred_MakeName(mechOid, name, nameOidStr, &fullName)) { in addUser()
214 if (!gsscred_AsHex(&fullName, &hexBufDesc)) { in addUser()
215 gss_release_buffer(&minor, &fullName); in addUser()
230 gss_release_buffer(&minor, &fullName); in addUser()
263 gss_release_buffer(&minor, &fullName); in addUser()
279 nameOidStr, &fullName)) { in addUser()
286 if (!gsscred_AsHex(&fullName, &hexBufDesc)) { in addUser()
287 gss_release_buffer(&minor, &fullName); in addUser()
319 gss_release_buffer(&minor, &fullName); in addUser()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c219 (void) fprintf(stderr, "%s\n", fullPathName->fullName); in sanityCheckSize()
322 if ((pathCopy->fullName = in storeInfoAboutEntry()
325 (void) strncpy(pathCopy->fullName, fullPath, *fullLen); in storeInfoAboutEntry()
326 pathCopy->fullName[*fullLen] = '\0'; in storeInfoAboutEntry()
353 if (dir && pathCopy->fullName != NULL) { in storeInfoAboutEntry()
357 (void) fprintf(stderr, pathCopy->fullName); in storeInfoAboutEntry()
363 free(pathCopy->fullName); in storeInfoAboutEntry()
H A Dfsck_pcfs.h87 char *fullName; member
H A Dclusters.c92 free(InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in freeNameInfo()
109 InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in printOrphanPath()
462 free(old->path->fullName); in freeClusterInfo()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientlib.c100 char *const fullName, in DNSServiceConstructFullName() argument
107 char *fn = fullName; in DNSServiceConstructFullName()
108 char *const lim = fullName + 1005; in DNSServiceConstructFullName()
H A Ddns_sd.h2319 char * const fullName,