Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h32 UNRES_AUGMENT = 0x00000040, /* unresolved augment targets */ enumerator
H A Dresolve.c7186 case UNRES_AUGMENT: in resolve_unres_schema_item()
7388 case UNRES_AUGMENT: in print_unres_schema_item_fail()
7609 | UNRES_AUGMENT | UNRES_CHOICE_DFLT | UNRES_IDENT, in resolve_unres_schema()
H A Dparser_yang.c4810 if (unres_schema_add_node(module, unres, &module->augment[i], UNRES_AUGMENT, NULL) == -1) { in yang_check_sub_module()
H A Dparser_yin.c3251 if (unres_schema_add_node(module, unres, aug, UNRES_AUGMENT, NULL) == -1) { in fill_yin_augment()