Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dinventory.c52 struct pdc_module_path module_path; in setup_pdc() local
62 status = pdc_system_map_find_mods(&module_result, &module_path, 0); in setup_pdc()
453 struct pdc_module_path *module_path) in legacy_create_device() argument
456 int status = pdc_mem_map_hpa(r_addr, module_path); in legacy_create_device()
460 dev = alloc_pa_dev(r_addr->hpa, &module_path->path); in legacy_create_device()
482 struct pdc_module_path module_path; in snake_inventory() local
486 memset(module_path.path.bc, 0xff, 6); in snake_inventory()
487 module_path.path.mod = mod; in snake_inventory()
488 dev = legacy_create_device(&r_addr, &module_path); in snake_inventory()
492 memset(module_path.path.bc, 0xff, 4); in snake_inventory()
[all …]
/openbmc/sdbusplus/tools/sdbusplus/
H A Dmain.py10 module_path = os.path.dirname(sdbusplus.__file__)
43 default=os.path.join(module_path, "templates"),
51 default=os.path.join(module_path, "schemas"),
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass23 module_path = repo if not path else path
25 src_uri = "{}://{};name={}".format(vcs, repo, module_path.replace('/', '.'))
31 src_uri += ";go_module_path={}".format(module_path)
98 module_path = fetcher.ud[url].parm.get('go_module_path')
109 "module_path": module_path,
117 module_path = module['module_path']
138 dst = os.path.join(vendor_dir, module_path)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py64 def _get_json_file(module_path): argument
69 json_file = '%s.json' % module_path.rsplit('.', 1)[0]
70 if os.path.isfile(module_path) and os.path.isfile(json_file):
/openbmc/openbmc-test-automation/data/
H A Dmodel.py8 def load_source(name, module_path): argument
9 spec = importlib.util.spec_from_file_location(name, module_path)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch115 … (isSubDirectory(build_dir, module_path) || isSubDirectory(utils::fs::canonical(build_dir), utils:…
118 …ULL, "utils::findDataFile(): the binary module directory is build sub-directory: " << module_path);
137 if (!module_path.empty()) // require module path
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py15 def load_source(name, module_path): argument
19 spec = importlib.util.spec_from_file_location(name, module_path)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A D0001-Fix-buildpaths-warning.patch33 AC_DEFINE_UNQUOTED(MODULE_PATH, "$module_path", [module search path])
/openbmc/linux/tools/testing/kunit/
H A Dkunit_kernel.py210 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))
211 spec = importlib.util.spec_from_file_location(module_path, config_path)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py541 module_path = os.path.join(pd.get_package_dir(package), module + '.py')
542 to_scan.append(module_path)