Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9695 xmlNodePtr pgnode; in export_pg_elts() local
9697 pgnode = xmlNewNode(NULL, (xmlChar *)"property_group"); in export_pg_elts()
9698 if (pgnode == NULL) in export_pg_elts()
9701 safe_setprop(pgnode, name_attr, name); in export_pg_elts()
9702 safe_setprop(pgnode, type_attr, type); in export_pg_elts()
9704 (void) xmlAddChildList(pgnode, elts->propvals); in export_pg_elts()
9705 (void) xmlAddChildList(pgnode, elts->properties); in export_pg_elts()
9708 eelts->property_groups = pgnode; in export_pg_elts()
9710 (void) xmlAddSibling(eelts->property_groups, pgnode); in export_pg_elts()