Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/kmod/libkmod/
H A 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()
471 static void kcmdline_parse_result(struct kmod_config *config, char *modname, in kcmdline_parse_result()
501 char *p, *p_quote_start, *modname, *param = NULL, *value = NULL; in kmod_config_parse_kcmdline() local
[all …]
H A Dlibkmod-module.c619 const char *modname, in kmod_module_new_from_name_lookup()
999 const char *modname = kmod_blacklist_get_modname(l); in module_is_blacklisted() local
1068 const char *modname = kmod_module_get_name(mod); in command_do() local
1493 const char *modname = kmod_option_get_modname(l); in kmod_module_get_options() local
1566 const char *modname = kmod_command_get_modname(l); in kmod_module_get_install_commands() local
1645 const char *modname = kmod_softdep_get_name(l); in kmod_module_get_softdeps() local
1695 const char *modname = kmod_command_get_modname(l); in kmod_module_get_remove_commands() local
H A Dlibkmod-builtin.c170 char *line, *modname; in kmod_builtin_iter_next() local
264 ssize_t kmod_builtin_get_modinfo(struct kmod_ctx *ctx, const char *modname, in kmod_builtin_get_modinfo()
H A Dlibkmod.c701 const char *modname = kmod_alias_get_modname(l); in kmod_lookup_alias_from_config() local
734 const char *modname = kmod_command_get_modname(l); in kmod_lookup_alias_from_commands() local
770 const char *modname = kmod_command_get_modname(l); in kmod_lookup_alias_from_commands() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_file_eintr.py187 modname = '_io' variable in CTestFileIOSignalInterrupt
190 modname = '_pyio' variable in PyTestFileIOSignalInterrupt
209 modname = '_io' variable in CTestBufferedIOSignalInterrupt
212 modname = '_pyio' variable in PyTestBufferedIOSignalInterrupt
248 modname = '_io' variable in CTestTextIOSignalInterrupt
251 modname = '_pyio' variable in PyTestTextIOSignalInterrupt
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dfreeze_modules.py247 def modname(self): member in FrozenSource
299 def modname(self): member in FrozenModule
347 def resolve_modules(modname, pyfile=None): argument
384 def check_modname(modname): argument
425 def match_modname(modname): argument
436 def _resolve_module(modname, pathentry=STDLIB_DIR, ispkg=False): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_public_bindings.py258 def _is_mod_public(modname): argument
273 def onerror(modname): argument
495 def test_module(modname): argument
509 def check_one_element(elem, modname, mod, *, is_public, is_all): argument
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_item_struct.rs132 modname: Ident, field
190 let modname = gen_mod_ident(&mockable.name, None); in from() localVariable
245 let modname = &self.modname; in to_tokens() localVariable
310 let modname = format_ident!("{}_{}", &self.modname, in to_tokens() localVariable
364 modname: Ident, field
393 let modname = &self.modname; in to_tokens() localVariable
/aosp_15_r20/external/kmod/testsuite/
H A 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
H A 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()
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A 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
/aosp_15_r20/external/kmod/tools/
H A 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
H A Dmodprobe.c278 const char *modname = kmod_module_get_name(module); in command_do() local
332 const char *modname = kmod_module_get_name(mod); in rmmod_do_remove_module() local
411 const char *modname = kmod_module_get_name(mod); in rmmod_do_module() local
H A Ddepmod.c532 static int cfg_override_add(struct cfg *cfg, const char *modname, const char *subdir) in cfg_override_add()
666 const char *modname = strtok_r(NULL, "\t ", &saveptr); in cfg_file_parse() local
927 char modname[]; member
1043 const char *modname, *lastslash; in depmod_module_add() local
1227 char modname[PATH_MAX]; in depmod_modules_search_file() local
2380 char line[PATH_MAX], modname[PATH_MAX]; in output_builtin_bin() local
2466 char modname[PATH_MAX]; in output_builtin_alias_bin() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpydoc.py200 def classname(object, modname): argument
648 def classlink(self, object, modname): argument
722 def formattree(self, tree, modname, parent=None): argument
1185 def formattree(self, tree, modname, parent=None, prefix=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2201 def onerror(modname): argument
2275 def callback(path, modname, desc): argument
2279 def onerror(modname): argument
2524 def callback(path, modname, desc): argument
2531 def onerror(modname): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpydoc.py200 def classname(object, modname): argument
648 def classlink(self, object, modname): argument
722 def formattree(self, tree, modname, parent=None): argument
1185 def formattree(self, tree, modname, parent=None, prefix=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2201 def onerror(modname): argument
2275 def callback(path, modname, desc): argument
2279 def onerror(modname): argument
2524 def callback(path, modname, desc): argument
2531 def onerror(modname): argument
/aosp_15_r20/external/python/cpython2/Lib/
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
1954 def callback(path, modname, desc, modules=modules): argument
1959 def onerror(modname): argument
2040 def callback(path, modname, desc): argument
2044 def onerror(modname): argument
2254 def onerror(modname): argument
2260 def update(self, path, modname, desc): argument
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpydoc.py200 def classname(object, modname): argument
648 def classlink(self, object, modname): argument
722 def formattree(self, tree, modname, parent=None): argument
1185 def formattree(self, tree, modname, parent=None, prefix=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2201 def onerror(modname): argument
2275 def callback(path, modname, desc): argument
2279 def onerror(modname): argument
2524 def callback(path, modname, desc): argument
2531 def onerror(modname): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpydoc.py200 def classname(object, modname): argument
648 def classlink(self, object, modname): argument
722 def formattree(self, tree, modname, parent=None): argument
1185 def formattree(self, tree, modname, parent=None, prefix=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2201 def onerror(modname): argument
2275 def callback(path, modname, desc): argument
2279 def onerror(modname): argument
2524 def callback(path, modname, desc): argument
2531 def onerror(modname): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dpydoc.py200 def classname(object, modname): argument
648 def classlink(self, object, modname): argument
722 def formattree(self, tree, modname, parent=None): argument
1185 def formattree(self, tree, modname, parent=None, prefix=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2201 def onerror(modname): argument
2275 def callback(path, modname, desc): argument
2279 def onerror(modname): argument
2524 def callback(path, modname, desc): argument
2531 def onerror(modname): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpydoc.py200 def classname(object, modname): argument
648 def classlink(self, object, modname): argument
722 def formattree(self, tree, modname, parent=None): argument
1185 def formattree(self, tree, modname, parent=None, prefix=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2201 def onerror(modname): argument
2275 def callback(path, modname, desc): argument
2279 def onerror(modname): argument
2524 def callback(path, modname, desc): argument
2531 def onerror(modname): argument
/aosp_15_r20/external/python/cpython3/Python/
Dmakeopcodetargets.py15 def find_module(modname): argument
22 def find_module(modname): argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/delete_module/
H A Ddelete_module02.c39 static char modname[20]; variable
42 char *modname; member
/aosp_15_r20/external/elfutils/tests/
H A 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()

12345