Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dextensions.h62 LYEXT_PAR_DEVIATE, /**< ::lys_deviate */ enumerator
H A Dparser_yin.c2386 …if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_CONFIG, 0, unres)… in fill_yin_deviation()
2390 …if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_DEFAULT, c_dflt, … in fill_yin_deviation()
2497 …if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_MANDATORY, 0, unr… in fill_yin_deviation()
2510 … if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_MIN, 0, unres)) { in fill_yin_deviation()
2523 … if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_MAX, 0, unres)) { in fill_yin_deviation()
2574 …if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_UNIQUE, c_uniq, u… in fill_yin_deviation()
2641 …if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_UNITS, 0, unres))… in fill_yin_deviation()
2791 … if (lyp_yin_fill_ext(d, LYEXT_PAR_DEVIATE, 0, 0, module, child, &d->ext, &d->ext_size, unres)) { in fill_yin_deviation()
H A Dtree_schema.c2015 } else if (ext->parent_type == LYEXT_PAR_DEVIATE) { in lys_ext_instance_substmt()
2042 } else if (ext->parent_type == LYEXT_PAR_DEVIATE) { in lys_ext_instance_substmt()
2235 if (ext->parent_type == LYEXT_PAR_DEVIATE) { in lys_ext_instance_substmt()
2248 } else if (ext->parent_type == LYEXT_PAR_DEVIATE) { in lys_ext_instance_substmt()
H A Dparser.c4172 case LYEXT_PAR_DEVIATE: in lyp_get_ext_list()
H A Dparser_yang.c2278 parent_type = LYEXT_PAR_DEVIATE; in yang_ext_instance()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1361 'name' => 'LYEXT_PAR_DEVIATE',