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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1974 int fd, const char *filenm, const char *escheme)
1987 "txml_file_parse(filenm=%s, escheme=%s)\n", filenm, escheme);
2057 if (xmlStrcmp(scheme, (xmlChar *)escheme) != 0) {
2060 scheme, escheme);
2122 topo_xml_read(topo_mod_t *tmp, const char *path, const char *escheme) argument
2132 tip = txml_file_parse(tmp, fd, path, escheme);
1973 txml_file_parse(topo_mod_t *tmp, int fd, const char *filenm, const char *escheme) argument

Completed in 50 milliseconds