Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1787 boolean_t dir_match, spec_match, raw_match, type_match; in zonecfg_delete_filesystem_core() local
1797 type_match = match_prop(cur, DTD_ATTR_TYPE, in zonecfg_delete_filesystem_core()
1799 if (dir_match && spec_match && raw_match && type_match) { in zonecfg_delete_filesystem_core()
3267 int name_match, type_match, value_match; in zonecfg_delete_attr_core() local
3275 type_match = match_prop(cur, DTD_ATTR_TYPE, in zonecfg_delete_attr_core()
3280 if (name_match && type_match && value_match) { in zonecfg_delete_attr_core()