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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c169 static xmlNodePtr node_create_with_id(xmlNodePtr parent, const xmlChar *name);
325 * node_create_with_id() creates a child node of type name of the supplied
331 node_create_with_id(xmlNodePtr parent, const xmlChar *name) function
1515 if ((elem->pxe_node = node_create_with_id(
1538 if ((elem->pxe_node = node_create_with_id

Completed in 79 milliseconds