Searched refs:pgnode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9704 xmlNodePtr pgnode; local
9706 pgnode = xmlNewNode(NULL, (xmlChar *)"property_group");
9707 if (pgnode == NULL)
9710 safe_setprop(pgnode, name_attr, name);
9711 safe_setprop(pgnode, type_attr, type);
9713 (void) xmlAddChildList(pgnode, elts->propvals);
9714 (void) xmlAddChildList(pgnode, elts->properties);
9717 eelts->property_groups = pgnode;
9719 (void) xmlAddSibling(eelts->property_groups, pgnode);

Completed in 68 milliseconds