Searched defs:filenm (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Dcopylist.c46 common_copylist(const char *filenm, off64_t size) argument
64 if ((strm = fopen(filenm, "rF")) == NULL) {
81 copylist64(const char *filenm, off64_t *szptr) argument
86 if (stat64(filenm, &stbuf) == -1) {
91 return (common_copylist(filenm, stbuf.st_size));
97 copylist(const char *filenm, off_t *szptr) argument
102 if (stat64(filenm, &stbuf) == -1) {
113 return (common_copylist(filenm, stbuf.st_size));
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c156 gen_ofile_name(char *prod, char *csn, char *filenm) argument
185 (void) snprintf(filenm, MAXNAMELEN, BAY_CONFIG,
189 (void) snprintf(filenm, MAXNAMELEN, BAY_CONF_FILE_1,
193 (void) snprintf(filenm, MAXNAMELEN, BAY_CONF_FILE_1,
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2169 int fd, const char *filenm, const char *escheme)
2188 "%s: tmp=0x%p, thp=0x%p, filenm=%s, escheme=%s, "
2190 (char *)filenm, (char *)escheme,
2215 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) {
2168 txml_file_parse(topo_mod_t *tmp, int fd, const char *filenm, const char *escheme) argument

Completed in 31 milliseconds