Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/kernel/
H A Dinventory.c52 struct pdc_module_path module_path; in setup_pdc() local
453 struct pdc_module_path *module_path) in legacy_create_device() argument
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()
492 memset(module_path.path.bc, 0xff, 4); in snake_inventory()
493 module_path.path.bc[4] = mod; in snake_inventory()
496 module_path.path.bc[5] = 0; in snake_inventory()
497 module_path.path.mod = func; in snake_inventory()
561 struct pdc_module_path module_path; in system_map_inventory() local
[all …]
/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/sdbusplus/tools/sdbusplus/
H A Dmain.py10 module_path = os.path.dirname(sdbusplus.__file__)
38 default=os.path.join(module_path, "templates"),
/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/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/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)