Home
last modified time | relevance | path

Searched defs:xml (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c2300 int xml = 0; in sa_show() local
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3510 GString *xml = user_data; in foreach_device_get_xml_node() local
3530 GString *xml; in do_introspect() local
/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c49 status, xml = 0; in main() local
H A Dprtfru.c151 static int containers_only = 0, list_only = 0, saved_status = 0, xml = 0; variable
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c1388 topo_digraph_deserialize(topo_hdl_t *thp, const char *xml, size_t sz) in topo_digraph_deserialize()