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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c678 xmlChar *container = NULL, *member = NULL, *xml_id; local
857 xml_id = xmlNodeGetContent(attr->children);
858 if (xml_id != NULL) {
860 atoi((const char *)xml_id);
861 xmlFree(xml_id);

Completed in 74 milliseconds