Searched refs:sub_node (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | admintf.c | 126 xmlNodePtr n_obj, n_node, sub_node, root; in cb_get_node_info() local 210 sub_node = xmlNewChild(n_node, NULL, (xmlChar *)SCNSUBSCRIPTION, in cb_get_node_info() 212 if (sub_node == NULL) { in cb_get_node_info() 217 sub_node = xmlNewChild(n_node, NULL, (xmlChar *)SCNSUBSCRIPTION, in cb_get_node_info() 219 if (sub_node == NULL) { in cb_get_node_info() 224 sub_node = xmlNewChild(n_node, NULL, (xmlChar *)SCNSUBSCRIPTION, in cb_get_node_info() 226 if (sub_node == NULL) { in cb_get_node_info() 231 sub_node = xmlNewChild(n_node, NULL, (xmlChar *)SCNSUBSCRIPTION, in cb_get_node_info() 233 if (sub_node == NULL) { in cb_get_node_info() 238 sub_node = xmlNewChild(n_node, NULL, (xmlChar *)SCNSUBSCRIPTION, in cb_get_node_info() [all …]
|