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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c125 "documentation", /* SC_DOCUMENTATION */
2177 lxml_get_tm_documentation(entity_t *service, xmlNodePtr documentation) argument
2181 for (cursor = documentation->xmlChildrenNode; cursor != NULL;
H A Dsvccfg_libscf.c135 xmlNodePtr documentation; member in struct:template_elts
10308 make_node(&telts->documentation, "documentation");
10309 (void) xmlAddChild(telts->documentation, child);
10659 (void) xmlAddChild(elts.template, template_elts.documentation);
10662 xmlFreeNode(template_elts.documentation);
10785 (void) xmlAddChild(elts.template, template_elts.documentation);
10788 xmlFreeNode(template_elts.documentation);

Completed in 95 milliseconds