Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c81 static struct lys_node *read_yin_rpc_action(struct lys_module *module, struct lys_node *parent, str…
3195 node = read_yin_rpc_action(module, (struct lys_node *)aug, sub, options, unres); in fill_yin_augment()
5452 node = read_yin_rpc_action(module, retval, sub, options, unres); in read_yin_list()
5706 node = read_yin_rpc_action(module, retval, sub, options, unres); in read_yin_container()
5876 node = read_yin_rpc_action(module, retval, sub, options, unres); in read_yin_grouping()
6256 read_yin_rpc_action(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, in read_yin_rpc_action() function
7181 node = read_yin_rpc_action(trg, NULL, child, 0, unres); in read_sub_module()
8185 YIN_EXTCOMPLEX_PARSE_SNODE(LY_STMT_ACTION, read_yin_rpc_action); in lyp_yin_parse_complex_ext()