Home
last modified time | relevance | path

Searched refs:topo_xml_print (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c85 if (topo_xml_print(thp, fp, FM_FMRI_SCHEME_HC, &err) < 0) { in fab_update_topo()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers232 topo_xml_print;
H A Dtopo_2xml.c469 topo_xml_print(topo_hdl_t *thp, FILE *fp, const char *scheme, int *err) in topo_xml_print() function
H A Dlibtopo.h430 extern int topo_xml_print(topo_hdl_t *, FILE *, const char *scheme, int *);
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1344 if (topo_xml_print(thp, stdout, opt_s, &err) < 0) in main()