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

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c121 xmlNodePtr ktx_node; member in struct:knl_to_xml
867 * property on the supplied ktx_node. This is an essential part of the
878 return (pool_knl_put_xml_property((pool_elem_t *)pe, info->ktx_node,
955 if ((info.ktx_node = node_create(NULL, BAD_CAST "system")) ==
962 system = info.ktx_node;
965 (void) xmlDocSetRootElement(info.ktx_doc, info.ktx_node);
966 (void) xmlSetProp(info.ktx_node, BAD_CAST c_ref_id,
976 if (xmlAddPrevSibling(info.ktx_node, node_comment) == NULL) {
1005 if ((info.ktx_node = node_create(system,
1055 (void) xmlSetProp(info.ktx_node, BAD_CAS
[all...]

Completed in 24 milliseconds