| /external/selinux/python/sepolgen/src/sepolgen/ |
| D | module.py | 40 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/ |
| D | libkmod-config.c | 40 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 …]
|
| D | libkmod.c | 639 const char *modname = kmod_alias_get_modname(l); in kmod_lookup_alias_from_config() local 672 const char *modname = kmod_command_get_modname(l); in kmod_lookup_alias_from_commands() local 708 const char *modname = kmod_command_get_modname(l); in kmod_lookup_alias_from_commands() local
|
| /external/kmod/testsuite/ |
| D | delete_module.c | 56 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()
|
| D | init_module.c | 72 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
|
| D | test-blacklist.c | 72 const char *modname; in blacklist_1() local
|
| /external/kmod/tools/ |
| D | static-nodes.c | 62 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
|
| D | modprobe.c | 238 const char *modname = kmod_module_get_name(module); in command_do() local 292 const char *modname = kmod_module_get_name(mod); in rmmod_do_remove_module() local 346 const char *modname = kmod_module_get_name(mod); in rmmod_do_module() local
|
| /external/ltp/testcases/kernel/module/delete_module/ |
| D | delete_module02.c | 56 static char modname[20]; variable 64 char *modname; member
|
| /external/elfutils/tests/ |
| D | line2addr.c | 45 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()
|
| D | dwfllines.c | 49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main() local
|
| D | funcscopes.c | 129 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() local
|
| /external/ltp/testcases/kernel/module/create_module/ |
| D | create_module01.c | 80 static char modname[20]; /* Name of the module */ variable
|
| D | create_module02.c | 108 char *modname; member 122 static char modname[20]; /* Name of the module */ variable
|
| /external/ltp/testcases/kernel/module/query_module/ |
| D | query_module01.c | 112 char *modname; member 202 char *modname; in test_functionality() local
|
| D | query_module02.c | 97 char *modname; member
|
| D | query_module03.c | 104 char *modname; member
|
| /external/elfutils/libdwfl/ |
| D | dwfl_build_id_find_debuginfo.c | 36 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
|
| D | dwfl_build_id_find_elf.c | 138 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf()
|
| D | find-debuginfo.c | 334 const char *modname __attribute__ ((unused)), in dwfl_standard_find_debuginfo()
|
| /external/swiftshader/third_party/LLVM/lib/Linker/ |
| D | Linker.cpp | 24 Linker::Linker(StringRef progname, StringRef modname, in Linker()
|
| /external/kmod/shared/ |
| D | util.c | 150 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
|
| /external/skia/third_party/lua/src/ |
| D | loadlib.c | 419 static int loadfunc (lua_State *L, const char *filename, const char *modname) { in loadfunc() 570 static void modinit (lua_State *L, const char *modname) { in modinit() 586 const char *modname = luaL_checkstring(L, 1); in ll_module() local
|
| /external/syslinux/com32/lua/src/ |
| D | loadlib.c | 468 static int loadfunc (lua_State *L, const char *filename, const char *modname) { in loadfunc() 619 static void modinit (lua_State *L, const char *modname) { in modinit() 635 const char *modname = luaL_checkstring(L, 1); in ll_module() local
|
| /external/elfutils/src/ |
| D | stack.c | 145 const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL, in module_callback() local 434 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, NULL, in print_frames() local
|