Home
last modified time | relevance | path

Searched defs:modname (Results 1 – 25 of 60) sorted by relevance

123

/external/selinux/python/sepolgen/src/sepolgen/
Dmodule.py40 def is_valid_name(modname): argument
50 def __init__(self, modname): argument
191 def compile(self, sourcename, modname): argument
205 def package(self, modname, packagename): argument
/external/kmod/libkmod/
Dlibkmod-config.c40 char modname[]; member
45 char modname[]; member
50 char modname[]; member
114 const char *modname, in kmod_config_add_command()
155 const char *modname, const char *options) in kmod_config_add_options()
194 const char *name, const char *modname) in kmod_config_add_alias()
231 const char *modname) in kmod_config_add_blacklist()
259 const char *modname, in kmod_config_add_softdep()
470 static void kcmdline_parse_result(struct kmod_config *config, char *modname, in kcmdline_parse_result()
499 char *p, *modname, *param = NULL, *value = NULL; in kmod_config_parse_kcmdline() local
[all …]
/external/kmod/testsuite/
Ddelete_module.c56 const char *modname; in parse_retcodes() local
102 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module()
146 long delete_module(const char *modname, unsigned int flags) in delete_module()
Dinit_module.c72 const char *modname; in parse_retcodes() local
150 static int create_sysfs_files(const char *modname) in create_sysfs_files()
166 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module()
197 static inline bool module_is_inkernel(const char *modname) in module_is_inkernel()
238 const char *modname; in init_module() local
Dtest-blacklist.c72 const char *modname; in blacklist_1() local
/external/kmod/tools/
Dstatic-nodes.c62 static int write_human(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsi… in write_human()
86 static int write_tmpfiles(FILE *out, char modname[], char devname[], char type, unsigned int maj, u… in write_tmpfiles()
113 static int write_devname(FILE *out, char modname[], char devname[], char type, unsigned int maj, un… in write_devname()
245 char modname[PATH_MAX]; in do_static_nodes() local
/external/python/cpython2/Python/
Dmakeopcodetargets.py13 def find_module(modname): argument
Dfuture.c88 identifier modname = s->v.ImportFrom.module; in future_parse() local
/external/ltp/testcases/kernel/module/delete_module/
Ddelete_module02.c56 static char modname[20]; variable
64 char *modname; member
/external/elfutils/tests/
Dline2addr.c45 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address() local
70 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in handle_module()
Ddwfllines.c49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main() local
/external/ltp/testcases/kernel/module/create_module/
Dcreate_module02.c108 char *modname; member
122 static char modname[20]; /* Name of the module */ variable
Dcreate_module01.c80 static char modname[20]; /* Name of the module */ variable
/external/python/cpython2/Lib/
Dimputil.py263 def _import_one(self, parent, modname, fqname): argument
370 def get_code(self, parent, modname, fqname): argument
505 def get_code(self, parent, modname, fqname): argument
542 def get_code(self, parent, modname, fqname): argument
Dpydoc.py97 def classname(object, modname): argument
533 def classlink(self, object, modname): argument
603 def formattree(self, tree, modname, parent=None): argument
1054 def formattree(self, tree, modname, parent=None, prefix=''): argument
1948 def callback(path, modname, desc, modules=modules): argument
1953 def onerror(modname): argument
2034 def callback(path, modname, desc): argument
2038 def onerror(modname): argument
2248 def onerror(modname): argument
2254 def update(self, path, modname, desc): argument
/external/python/cpython2/Lib/test/
Dtest___all__.py24 def check_all(self, modname): argument
/external/ltp/testcases/kernel/module/query_module/
Dquery_module01.c112 char *modname; member
202 char *modname; in test_functionality() local
Dquery_module02.c97 char *modname; member
/external/python/cpython2/Lib/plat-mac/
Dmacresource.py15 def need(restype, resid, filename=None, modname=None): argument
/external/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c36 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
Ddwfl_build_id_find_elf.c138 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf()
/external/python/cpython2/Lib/distutils/tests/
Dtest_install.py22 def _make_ext_name(modname): argument
/external/python/cpython2/Misc/
DBeOS-setup.py52 def module_enabled(extlist, modname): argument
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinker.cpp24 Linker::Linker(StringRef progname, StringRef modname, in Linker()
/external/kmod/shared/
Dutil.c150 char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t *len) in modname_normalize()
174 char *modname; in path_to_modname() local

123