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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c106 #define DTD_ELEM_ZPOOL (const xmlChar *) "zpool" macro
222 { "zpool", DTD_ELEM_ZPOOL },
9720 if (xmlStrcmp(cur->name, DTD_ELEM_ZPOOL) != 0)
9812 * Since we can have multiple DTD_ATTR_STORAGE properties per DTD_ELEM_ZPOOL
9814 * criteria as it has to be unique across different DTD_ELEM_ZPOOL resources.
9822 if (xmlStrcmp(cur->name, DTD_ELEM_ZPOOL))
9903 cur = find_elem_node(handle, DTD_ELEM_ZPOOL);
9978 if ((err = newres(handle, cur, &newnode, DTD_ELEM_ZPOOL)) != Z_OK)
10044 * has DTD_ELEM_ROOTZPOOL or DTD_ELEM_ZPOOL resources configured.
10083 * check if any DTD_ELEM_ZPOOL resource
[all...]

Completed in 40 milliseconds