Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c135 struct template_elts { struct
10298 struct template_elts *telts) in export_template()
10583 struct template_elts template_elts; in export_instance() local
10629 (void) memset(&template_elts, 0, sizeof (template_elts)); in export_instance()
10679 if (template_elts.common_name != NULL) { in export_instance()
10685 xmlFreeNode(template_elts.description); in export_instance()
10686 xmlFreeNode(template_elts.documentation); in export_instance()
10734 struct template_elts template_elts; in export_service() local
10754 (void) memset(&template_elts, 0, sizeof (template_elts)); in export_service()
10805 if (template_elts.common_name != NULL) { in export_service()
[all …]