/openbmc/linux/drivers/acpi/acpica/ |
H A D | utdebug.c | 132 const char *module_name, in acpi_debug_print() argument 224 const char *module_name, in ACPI_EXPORT_SYMBOL() 270 line_number, function_name, module_name, in ACPI_EXPORT_SYMBOL() 297 const char *module_name, in ACPI_EXPORT_SYMBOL() 308 line_number, function_name, module_name, in ACPI_EXPORT_SYMBOL() 344 line_number, function_name, module_name, in acpi_ut_trace_str() 380 line_number, function_name, module_name, in acpi_ut_trace_u32() 412 line_number, function_name, module_name, in acpi_ut_exit() 443 const char *module_name, in ACPI_EXPORT_SYMBOL() 453 module_name, component_id, "%s %s\n", in ACPI_EXPORT_SYMBOL() [all …]
|
H A D | acutils.h | 301 const char *module_name, u32 component_id); 306 const char *module_name, 317 const char *module_name, 323 const char *module_name, u32 component_id); 328 const char *module_name, 339 const char *module_name, u32 component_id, u8 *ptr); 437 *module_name, 708 acpi_ut_predefined_warning(const char *module_name, 715 acpi_ut_predefined_info(const char *module_name, 722 acpi_ut_predefined_bios_error(const char *module_name, [all …]
|
H A D | utxferror.c | 35 acpi_error(const char *module_name, u32 line_number, const char *format, ...) in acpi_error() argument 68 acpi_exception(const char *module_name, in ACPI_EXPORT_SYMBOL() 109 acpi_warning(const char *module_name, u32 line_number, const char *format, ...) in ACPI_EXPORT_SYMBOL() 170 acpi_bios_error(const char *module_name, in ACPI_EXPORT_SYMBOL() 204 acpi_bios_exception(const char *module_name, in ACPI_EXPORT_SYMBOL() 247 acpi_bios_warning(const char *module_name, in ACPI_EXPORT_SYMBOL()
|
H A D | uterror.c | 39 acpi_ut_predefined_warning(const char *module_name, in acpi_ut_predefined_warning() argument 82 acpi_ut_predefined_info(const char *module_name, in acpi_ut_predefined_info() argument 124 acpi_ut_predefined_bios_error(const char *module_name, in acpi_ut_predefined_bios_error() argument 168 acpi_ut_prefixed_namespace_error(const char *module_name, in acpi_ut_prefixed_namespace_error() argument 235 acpi_ut_namespace_error(const char *module_name, in acpi_ut_namespace_error() argument 299 acpi_ut_method_error(const char *module_name, in acpi_ut_method_error() argument
|
H A D | utobject.c | 54 *module_name, in acpi_ut_create_internal_object_dbg() argument 69 acpi_ut_allocate_object_desc_dbg(module_name, line_number, in acpi_ut_create_internal_object_dbg() 84 acpi_ut_allocate_object_desc_dbg(module_name, line_number, in acpi_ut_create_internal_object_dbg() 352 void *acpi_ut_allocate_object_desc_dbg(const char *module_name, in acpi_ut_allocate_object_desc_dbg() argument 361 ACPI_ERROR((module_name, line_number, in acpi_ut_allocate_object_desc_dbg()
|
/openbmc/linux/kernel/module/ |
H A D | dups.c | 57 static struct kmod_dup_req *kmod_dup_request_lookup(char *module_name) in kmod_dup_request_lookup() argument 63 if (strlen(kmod_req->name) == strlen(module_name) && in kmod_dup_request_lookup() 64 !memcmp(kmod_req->name, module_name, strlen(module_name))) { in kmod_dup_request_lookup() 120 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() argument 133 memcpy(new_kmod_req->name, module_name, strlen(module_name)); in kmod_dup_request_exists_wait() 140 kmod_req = kmod_dup_request_lookup(module_name); in kmod_dup_request_exists_wait() 164 pr_debug("New request_module() for %s\n", module_name); in kmod_dup_request_exists_wait() 185 WARN(1, "module-autoload: duplicate request for module %s\n", module_name); in kmod_dup_request_exists_wait() 187 pr_warn("module-autoload: duplicate request for module %s\n", module_name); in kmod_dup_request_exists_wait() 222 void kmod_dup_request_announce(char *module_name, int ret) in kmod_dup_request_announce() argument [all …]
|
H A D | kmod.c | 81 char *module_name; in call_modprobe() local 88 module_name = kstrdup(orig_module_name, GFP_KERNEL); in call_modprobe() 89 if (!module_name) in call_modprobe() 95 argv[3] = module_name; /* check free_modprobe_argv() */ in call_modprobe() 108 kfree(module_name); in call_modprobe() 135 char module_name[MODULE_NAME_LEN]; in __request_module() local 150 ret = vsnprintf(module_name, MODULE_NAME_LEN, fmt, args); in __request_module() 155 ret = security_kernel_module_request(module_name); in __request_module() 162 module_name, MAX_KMOD_CONCURRENT, MAX_KMOD_ALL_BUSY_TIMEOUT); in __request_module() 166 trace_module_request(module_name, wait, _RET_IP_); in __request_module() [all …]
|
/openbmc/openbmc-test-automation/data/ |
H A D | model.py | 15 def get_sensor(module_name, value): argument 16 m = load_source("module.name", module_name) 25 def get_inventory_sensor(module_name, value): argument 26 m = load_source("module.name", module_name) 37 def get_inventory_list(module_name): argument 39 m = load_source("module.name", module_name) 51 m = load_source("module.name", module_name) 65 def get_FRU_component_name_list(module_name): argument 67 m = load_source("module.name", module_name) 76 def get_ipmi_rest_fru_field_map(module_name): argument [all …]
|
H A D | platform_variables.py | 14 def get_service_restart_policy_services(module_name): argument 18 m = importlib.import_module(module_name)
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-dev-allocator.c | 62 const char *module_name, in __media_device_get() argument 77 __func__, module_name); in __media_device_get() 80 __func__, module_name); in __media_device_get() 93 __func__, module_name); in __media_device_get() 98 const char *module_name, in media_device_usb_allocate() argument 104 mdev = __media_device_get(&udev->dev, module_name, owner); in media_device_usb_allocate() 113 module_name); in media_device_usb_allocate() 119 void media_device_delete(struct media_device *mdev, const char *module_name, in media_device_delete() argument 130 __func__, module_name); in media_device_delete()
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | symbols.py | 30 module_name = module['name'].string() 43 if module_name in cmd.loaded_modules: 45 "'{0}'\n".format(module_name)) 84 def _get_module_file(self, module_name): argument 86 module_name.replace("_", r"[_\-]")) 115 module_name = module['name'].string() 118 module_file = self._get_module_file(module_name) 121 module_file = self._get_module_file(module_name) 136 if module_name not in self.loaded_modules: 137 self.loaded_modules.append(module_name) [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utilities.py | 46 def get_sensor(module_name, value): argument 50 m = load_source("module.name", module_name) 59 def get_inventory_sensor(module_name, value): argument 63 m = load_source("module.name", module_name) 82 def get_inventory_list(module_name): argument 88 m = load_source("module.name", module_name) 106 def get_inventory_fru_type_list(module_name, fru): argument 111 m = load_source("module.name", module_name) 129 def get_vpd_inventory_list(module_name, fru): argument 134 m = load_source("module.name", module_name)
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | utils_get_version.py | 20 for module_name in module_names: 22 cmd_buf = "import " + module_name 26 + module_name 28 + module_name 33 import_versions[module_name] = "Not installed"
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 56 module_name, class_name, test_name = m.groups() 58 if module_name and module_name not in modules_dict: 59 modules_dict[module_name] = {} 60 if class_name and class_name not in modules_dict[module_name]: 61 modules_dict[module_name][class_name] = [] 63 modules_dict[module_name][class_name].append(test_name) 135 module_name = case.__module__ 155 module = self.modules[module_name] 301 module_name = module.__name__ 307 load_module = True if not module_name.startswith('_') \ [all …]
|
/openbmc/linux/include/media/ |
H A D | media-dev-allocator.h | 39 const char *module_name, 52 void media_device_delete(struct media_device *mdev, const char *module_name, 56 struct usb_device *udev, const char *module_name, in media_device_usb_allocate() argument 60 struct media_device *mdev, const char *module_name, in media_device_delete() argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | ksample.py | 43 def check_module_exist(self, path='', module_name=''): argument 45 cmd = "ls " + "/lib/modules/" + output + "/kernel/samples/" + path + module_name 48 error_info = module_name + " doesn't exist" 53 module_name = name + "-example.ko" 57 self.check_module_exist("kfifo/", module_name) 72 module_name = name + "_example.ko" 76 self.check_module_exist("kprobes/", module_name) 88 module_name = name + "-example.ko" 92 self.check_module_exist("kobject/", module_name)
|
/openbmc/qemu/util/ |
H A D | module.c | 210 char *module_name; in module_load() local 227 module_name = g_strdup_printf("%s%s", prefix, name); in module_load() 229 if (g_hash_table_contains(loaded_modules, module_name)) { in module_load() 230 g_free(module_name); in module_load() 233 g_hash_table_add(loaded_modules, module_name); in module_load() 253 if (strcmp(modinfo->name, module_name) == 0) { in module_load() 262 if (strcmp(modinfo->name, module_name) == 0) { in module_load() 273 if (strcmp(module_name, *sl) == 0) { in module_load() 284 dirs[i], module_name, CONFIG_HOST_DSOSUF); in module_load() 308 g_hash_table_remove(loaded_modules, module_name); in module_load() [all …]
|
/openbmc/linux/scripts/ |
H A D | sign-file.c | 221 char *x509_name, *module_name, *dest_name; in main() local 278 module_name = argv[3]; in main() 283 ERR(asprintf(&dest_name, "%s.~signed~", module_name) < 0, in main() 297 bm = BIO_new_file(module_name, "rb"); in main() 298 ERR(!bm, "%s", module_name); in main() 339 ERR(asprintf(&sig_file_name, "%s.p7s", module_name) < 0, in main() 366 ERR(BIO_reset(bm) < 0, "%s", module_name); in main() 372 ERR(n < 0, "%s", module_name); in main() 403 ERR(rename(dest_name, module_name) < 0, "%s", dest_name); in main()
|
/openbmc/u-boot/tools/binman/ |
H A D | entry.py | 98 module_name = etype.replace('-', '_') 99 if '@' in module_name: 100 module_name = module_name.split('@')[0] 101 module = modules.get(module_name) 111 module = importlib.import_module(module_name) 113 module = __import__(module_name) 116 (etype, node_path, module_name, e)) 119 modules[module_name] = module 122 return getattr(module, 'Entry_%s' % module_name)
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_module.c | 7 static const char *module_name = "bpf_testmod"; variable 24 module_btf = btf__load_module_btf(module_name, vmlinux_btf); in test_btf_module()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | alternative.c | 24 struct alt_instr *end, const char *module_name) in apply_alternatives() argument 100 module_name ? : "", module_name ? " " : "", in apply_alternatives()
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_hook.c | 168 char *module_name; in nfnl_hook_dump_one() local 182 module_name = strstr(sym, " ["); in nfnl_hook_dump_one() 183 if (module_name) { in nfnl_hook_dump_one() 186 *module_name = '\0'; in nfnl_hook_dump_one() 187 module_name += 2; in nfnl_hook_dump_one() 188 end = strchr(module_name, ']'); in nfnl_hook_dump_one() 192 ret = nla_put_string(nlskb, NFNLA_HOOK_MODULE_NAME, module_name); in nfnl_hook_dump_one()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | depends.py | 14 module_name = case.__module__ 23 depend_id = ".".join((module_name, class_name, dparts[0])) 25 depend_id = ".".join((module_name, dparts[0], dparts[1]))
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_ksym.c | 55 if (iter->module_name[0]) { in dump_ksym() 58 value, type, iter->name, iter->module_name); in dump_ksym()
|
/openbmc/linux/include/linux/ |
H A D | moduleloader.h | 68 module_name(me)); in apply_relocate() 108 module_name(me)); in apply_relocate_add()
|