Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h26UNRES_USES = 0x00000001, /* unresolved uses grouping (refines and augments in it are reso… enumerator
H A Dresolve.c7146 case UNRES_USES: in resolve_unres_schema_item()
7368 case UNRES_USES: in print_unres_schema_item_fail()
7608 …if (resolve_unres_schema_types(unres, UNRES_USES | UNRES_IFFEAT | UNRES_TYPE_DER | UNRES_TYPE_DER_… in resolve_unres_schema()
7815 if ((type == UNRES_TYPE_LEAFREF) || (type == UNRES_USES) || (type == UNRES_TYPE_DFLT) || in unres_schema_dup()
H A Dparser_yang.c4220 if (unres_schema_add_node(module, unres, uses, UNRES_USES, NULL) == -1) { in yang_check_uses()
H A Dparser_yin.c6533 if (unres_schema_add_node(module, unres, uses, UNRES_USES, NULL) == -1) { in read_yin_uses()