Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c124 #define DTD_ATTR_VALUE (const xmlChar *) "value" macro
3188 if ((fetchprop(cur, DTD_ATTR_VALUE, value, in zonecfg_lookup_attr()
3220 if ((err = fetchprop(cur, DTD_ATTR_VALUE, tabptr->zone_attr_value, in zonecfg_lookup_attr()
3240 err = newprop(newnode, DTD_ATTR_VALUE, tabptr->zone_attr_value); in zonecfg_add_attr_core()
3277 value_match = match_prop(cur, DTD_ATTR_VALUE, in zonecfg_delete_attr_core()
5072 if ((err = fetchprop(cur, DTD_ATTR_VALUE, tabptr->zone_attr_value, in zonecfg_getattrent()