Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/swig/python/examples/
H A Dimp_cb.py10 def module_imp_clb(mod_name, mod_rev, submod_name, sub_rev, user_data): argument
12 …print("mod_name: ", mod_name, " mod_rev: ", mod_rev, " submod_name: ", submod_name, " sub_rev: ", …
/dports/net/libyang/libyang-1.0.240/swig/python/
H A Dyang.i45 …std::pair<char *, LYS_INFORMAT> ly_module_imp_clb(const char *mod_name, const char *mod_rev, const… in ly_module_imp_clb() argument
46 … PyObject *arglist = Py_BuildValue("(ssssO)", mod_name, mod_rev, submod_name, sub_rev, user_data); in ly_module_imp_clb()
70 static const char *g_ly_module_imp_clb(const char *mod_name, const char *mod_rev, const char *submo… in g_ly_module_imp_clb() argument
77 auto pair = ctx->ly_module_imp_clb(mod_name, mod_rev, submod_name, sub_rev, ctx->private_ctx); in g_ly_module_imp_clb()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dyang.c46 const char *mod_rev, in yang_module_imp_clb() argument
67 if (mod_rev && strcmp(e->mod_rev, mod_rev)) in yang_module_imp_clb()
78 mod_name, mod_rev ? mod_rev : "*", in yang_module_imp_clb()
H A Dyang.h50 const char *mod_name, *mod_rev; member
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dyang.c46 const char *mod_rev, in yang_module_imp_clb() argument
67 if (mod_rev && strcmp(e->mod_rev, mod_rev)) in yang_module_imp_clb()
78 mod_name, mod_rev ? mod_rev : "*", in yang_module_imp_clb()
H A Dyang.h50 const char *mod_name, *mod_rev; member
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DLibyang.hpp108 … = std::function<mod_missing_cb_return(const char *mod_name, const char *mod_rev, const char *subm…
141 …static const char* cpp_mod_missing_cb(const char *mod_name, const char *mod_rev, const char *submo…
H A DLibyang.cpp289 const char* Context::cpp_mod_missing_cb(const char *mod_name, const char *mod_rev, const char *subm… in cpp_mod_missing_cb() argument
294 auto ret = cb(mod_name, mod_rev, submod_name, sub_rev); in cpp_mod_missing_cb()
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_lyb.c232 char *mod_name = NULL, mod_rev[11]; in lyb_parse_model() local
244 …sprintf(mod_rev, "%04u-%02u-%02u", ((rev & 0xFE00) >> 9) + 2000, (rev & 0x01E0) >> 5, rev & 0x001F… in lyb_parse_model()
245 *mod = ly_ctx_get_module(lybs->ctx, mod_name, mod_rev, 0); in lyb_parse_model()
249 …mod && (!(*mod)->implemented || !(*mod)->rev_size || (strcmp((*mod)->rev[0].date, mod_rev) < 0))) { in lyb_parse_model()
267 mod_name, rev ? "@" : "", rev ? mod_rev : ""); in lyb_parse_model()
271 mod_name, rev ? "@" : "", rev ? mod_rev : ""); in lyb_parse_model()
H A Dlibyang.h.in1457 * @param[in] mod_rev Optional missing module revision.
1469 typedef const char *(*ly_module_imp_clb)(const char *mod_name, const char *mod_rev, const char *sub…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/mm/
H A Dsrmmu.c1546 unsigned long mod_typ, mod_rev, psr_typ, psr_vers; in get_srmmu_type() local
1553 mod_rev = (mreg & 0x0f000000) >> 24; in get_srmmu_type()
1565 switch (mod_rev) { in get_srmmu_type()
1620 ((psr_vers == 1) && (mod_typ == 0) && (mod_rev == 0)))) { in get_srmmu_type()
1626 if (psr_typ == 4 && psr_vers == 1 && (mod_typ || mod_rev)) { in get_srmmu_type()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/mm/
H A Dsrmmu.c1546 unsigned long mod_typ, mod_rev, psr_typ, psr_vers; in get_srmmu_type() local
1553 mod_rev = (mreg & 0x0f000000) >> 24; in get_srmmu_type()
1565 switch (mod_rev) { in get_srmmu_type()
1620 ((psr_vers == 1) && (mod_typ == 0) && (mod_rev == 0)))) { in get_srmmu_type()
1626 if (psr_typ == 4 && psr_vers == 1 && (mod_typ || mod_rev)) { in get_srmmu_type()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/mm/
H A Dsrmmu.c1546 unsigned long mod_typ, mod_rev, psr_typ, psr_vers; in get_srmmu_type() local
1553 mod_rev = (mreg & 0x0f000000) >> 24; in get_srmmu_type()
1565 switch (mod_rev) { in get_srmmu_type()
1620 ((psr_vers == 1) && (mod_typ == 0) && (mod_rev == 0)))) { in get_srmmu_type()
1626 if (psr_typ == 4 && psr_vers == 1 && (mod_typ || mod_rev)) { in get_srmmu_type()