Home
last modified time | relevance | path

Searched refs:xml_id (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/isns/isnsd/
H A Ddoor.c672 xmlChar *container = NULL, *member = NULL, *xml_id; in process_createModify_request_from_doc() local
851 xml_id = xmlNodeGetContent(attr->children); in process_createModify_request_from_doc()
852 if (xml_id != NULL) { in process_createModify_request_from_doc()
854 atoi((const char *)xml_id); in process_createModify_request_from_doc()
855 xmlFree(xml_id); in process_createModify_request_from_doc()