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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c123 xmlNodePtr ktx_node; member in struct:knl_to_xml
869 * property on the supplied ktx_node. This is an essential part of the
880 return (pool_knl_put_xml_property((pool_elem_t *)pe, info->ktx_node,
957 if ((info.ktx_node = node_create(NULL, BAD_CAST "system")) ==
964 system = info.ktx_node;
967 (void) xmlDocSetRootElement(info.ktx_doc, info.ktx_node);
968 (void) xmlSetProp(info.ktx_node, BAD_CAST c_ref_id,
978 if (xmlAddPrevSibling(info.ktx_node, node_comment) == NULL) {
1007 if ((info.ktx_node = node_create(system,
1057 (void) xmlSetProp(info.ktx_node, BAD_CAS
[all...]

Completed in 851 milliseconds