Searched refs:mdep (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Daction.c877 struct module_dep *mdep = (struct module_dep *)(void *)dep; local
882 if (mdep->path == NULL) {
884 TAILQ_FOREACH(mdep->m, &lmodules, link)
885 if (strcmp(mdep->m->section,
886 mdep->section) == 0)
888 if (mdep->m == NULL)
896 if ((mdep->m = lm_load(mdep->path, mdep->section)) == NULL) {
904 if (mdep
935 struct module_dep *mdep; local
[all...]

Completed in 730 milliseconds