Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1780 boolean_t dir_match, spec_match, raw_match, type_match; in zonecfg_delete_filesystem_core() local
1790 type_match = match_prop(cur, DTD_ATTR_TYPE, in zonecfg_delete_filesystem_core()
1792 if (dir_match && spec_match && raw_match && type_match) { in zonecfg_delete_filesystem_core()
3105 int name_match, type_match, value_match; in zonecfg_delete_attr_core() local
3113 type_match = match_prop(cur, DTD_ATTR_TYPE, in zonecfg_delete_attr_core()
3118 if (name_match && type_match && value_match) { in zonecfg_delete_attr_core()