Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_tree.c99 if (!lys_is_disabled(cur, 0)) { in tree_sibling_is_valid_child()
512 …if (lys_is_disabled(node, (node->parent && node->parent->nodetype == LYS_AUGMENT) ? 1 : 0) || !(no… in tree_print_snode()
518 if ((node->nodetype != LYS_CASE) || lys_is_disabled(node->child, 0)) { in tree_print_snode()
935 if (!lys_is_disabled(node, 0)) { in tree_print_model()
940 if (!lys_is_disabled(node, 0)) { in tree_print_model()
945 if ((options & LYS_OUTOPT_TREE_GROUPING) && !lys_is_disabled(node, 0)) { in tree_print_model()
962 || lys_is_disabled((struct lys_node *)&module->augment[i], 0)) { in tree_print_model()
H A Dtree_schema.h2235 const struct lys_node *lys_is_disabled(const struct lys_node *node, int recursive);
H A Dvalidation.c63 if (lys_is_disabled(node->schema, 2)) { in lyv_data_context()
H A Dtree_data.c617 if (lys_is_disabled(schema, 2) || (status && status != LYS_STATUS_CURR)) { in lyd_check_mandatory_data()
711 if (lys_is_disabled(schema, 0)) { in lyd_check_mandatory_subtree()
7723 if (lys_is_disabled(siter, 0)) { in lyd_wd_add_subtree()
7731 if (lys_is_disabled(siter, 0)) { in lyd_wd_add_subtree()
7738 if (lys_is_disabled(schema, 0)) { in lyd_wd_add_subtree()
H A Dtree_schema.c81 lys_is_disabled(const struct lys_node *node, int recursive) in lys_is_disabled() function
341 if (!(options & LYS_GETNEXT_NOSTATECHECK) && lys_is_disabled(next, 0)) { in lys_getnext()
H A Dlibyang.h.in342 …* To get know, if a specific schema node is currently disabled or enable, the lys_is_disabled() fu…
352 * - lys_is_disabled()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_tree_schema.c622 node = lys_is_disabled(module->data->child, 2); in test_lys_is_disabled()
634 node = lys_is_disabled(module->data->child, 2); in test_lys_is_disabled()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1181 'lys_is_disabled' => 1,