Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/tools/scripts/
H A Dwsdiff.py514 fileName = fn[baseStringLength:]
515 compFiles.append(fileName)
524 fileName = fn[ptchStringLength:]
525 ptchList.append(fileName)
530 for fileName in compFiles :
531 if not fileName in ptchList :
532 deletedFiles.append(fileName)
538 for fileName in deletedFiles :
540 compFiles.remove(fileName)
548 for fileName in ptchList :
[all …]
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DNativeException.java41 private String fileName; field in NativeException
49 fileName = file; in NativeException()
57 buf.append(fileName); in getMessage()
/titanic_50/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c406 create_filename(char *fileName, expander_t *expander, ses_log_monitor_t *slmp, in create_filename() argument
419 (void) snprintf(fileName, MAXPATHLEN, "%s", slmp->slt_path); in create_filename()
421 ses_node = strrchr(fileName, '/'); in create_filename()
424 (void) strlcat(fileName, "/", MAXPATHLEN); in create_filename()
429 (void) strlcat(fileName, ses_node + 1, MAXPATHLEN); in create_filename()
440 (void) strlcat(fileName, "_", MAXPATHLEN); in create_filename()
441 (void) strlcat(fileName, SUBCHASSIS, MAXPATHLEN); in create_filename()
442 (void) strlcat(fileName, subchassis_val, MAXPATHLEN); in create_filename()
445 (void) strlcat(fileName, "_", MAXPATHLEN); in create_filename()
451 (void) strncat(fileName, &expander->slt_label[i], 1); in create_filename()
[all …]
/titanic_50/usr/src/lib/libgss/
H A Dg_initialize.c186 char *fileName; local
203 fileName = MECH_CONF;
210 if ((stat(fileName, &fileInfo) == 0 &&
230 loadConfigFile(fileName);
538 char *fileName; in updateMechList() local
541 fileName = MECH_CONF; in updateMechList()
544 if (stat(fileName, &fileInfo) == 0 && in updateMechList()
546 loadConfigFile(fileName); in updateMechList()
711 static void loadConfigFile(fileName) in loadConfigFile() argument
712 const char *fileName; in loadConfigFile()
[all …]
/titanic_50/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c195 char *fileName = tmpnam(NULL); in StdinToFile() local
200 if ((fd = open(fileName, O_RDWR | O_CREAT | O_EXCL, 0600)) < 0) { in StdinToFile()
201 fprintf(stderr, "open(%s): %s\n", fileName, in StdinToFile()
210 unlink(fileName); in StdinToFile()
213 return (fileName); in StdinToFile()
663 char *fileName = NULL; in main() local
697 unlinkFile = fileName = StdinToFile(); in main()
700 fileName = av[0]; in main()
706 if ((document = DocumentParse(fileName)) == NULL) { in main()
707 fprintf(stderr, "Unable to parse document (%s)\n", fileName); in main()
/titanic_50/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c101 parse_versions(const char *fileName) in parse_versions() argument
105 assert(fileName != NULL, "passed null filename to parse_versions"); in parse_versions()
106 errlog(BEGIN, "parse_versions(%s) {", fileName); in parse_versions()
109 if ((Fp = fopen(fileName, "r")) == NULL) { in parse_versions()
111 fileName); in parse_versions()
115 Filename = fileName; in parse_versions()
/titanic_50/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetPluginPropertiesPlugin.c126 (void) strncpy(pProps->fileName, "libmpscsi_vhci.so", 255); in MP_GetPluginPropertiesPlugin()
/titanic_50/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h472 MP_CHAR fileName[256]; member
513 MP_CHAR fileName[256]; member
H A Dmpapi.c378 snprintf(pProps->fileName, MAX_NAME_SIZE, "%s", in MP_GetLibraryProperties()
/titanic_50/usr/src/cmd/mpathadm/
H A Dmpathadm.c266 pluginProps.fileName); in listMpathSupport()
272 pluginProps.fileName)) { in listMpathSupport()
276 pluginProps.fileName); in listMpathSupport()
353 pluginProps.fileName)) { in showMpathSupport()
364 pluginProps.fileName); in showMpathSupport()
619 pluginProps.fileName)) { in modifyMpathSupport()
1011 pluginProps.fileName); in listLogicalUnit()
1293 pluginProps.fileName); in showIndividualLogicalUnit()
/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c544 snprintf(pMem->fileName, sizeof(pMem->fileName), "%s", sz_file); in mm_alloc_mem_imp()
654 snprintf(pMem->fileName, sizeof(pMem->fileName), "%s", sz_file); in mm_alloc_phys_mem_align_imp()
H A Dbnxe.h310 char fileName[128]; member
323 char fileName[128]; member
/titanic_50/usr/src/lib/libima/common/
H A Dima.h514 IMA_WCHAR fileName[256]; member
538 IMA_WCHAR fileName[256]; member
H A Dima-lib.c735 pProps->fileName, 256); in IMA_GetLibraryProperties()
737 libSwprintf(pProps->fileName, LIBRARY_FILE_NAME); in IMA_GetLibraryProperties()
/titanic_50/usr/src/lib/libsun_ima/common/
H A Dima.c3043 libSwprintf(pProps->fileName, L"%ls", LIBRARY_FILE_NAME); in IMA_GetPluginProperties()