Searched refs:subchild_node (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | admintf.c | 298 xmlNodePtr sub_node, subchild_node, subgrandchild_node; in cb_get_entity_info() local 307 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info() 309 if (subchild_node == NULL) { in cb_get_entity_info() 314 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info() 316 if (subchild_node == NULL) { in cb_get_entity_info() 328 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info() 334 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info() 339 if (subchild_node == NULL) { in cb_get_entity_info() 346 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info() 348 if (subchild_node == NULL) { in cb_get_entity_info() [all …]
|