/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | create-spdx-sdk-3.0.bbclass | 23 from pathlib import Path 25 spdx_work_dir = Path(d.getVar('SPDXSDKWORK')) 31 from pathlib import Path 33 spdx_work_dir = Path(d.getVar('SPDXSDKWORK')) 39 from pathlib import Path 41 spdx_work_dir = Path(d.getVar('SPDXSDKEXTWORK')) 48 from pathlib import Path 50 spdx_work_dir = Path(d.getVar('SPDXSDKEXTWORK')) 58 from pathlib import Path 60 sdk_deploydir = Path(d.getVar("SDKDEPLOYDIR")) [all …]
|
/openbmc/phosphor-state-manager/ |
H A D | settings.hpp | 12 using Path = std::string; typedef 33 explicit Objects(sdbusplus::bus_t& bus, const Path& root = defaultRoot); 49 Service service(const Path& path, const Interface& interface) const; 52 Path autoReboot; 55 Path autoRebootOneTime; 58 Path powerRestorePolicy; 61 Path powerRestorePolicyOneTime;
|
H A D | settings.cpp | 20 Objects::Objects(sdbusplus::bus_t& bus, const Path& root) : bus(bus) in Objects() 33 using MapperResponse = std::map<Path, std::map<Service, Interfaces>>; in Objects() 55 const Path& path = iter.first; in Objects() 100 Service Objects::service(const Path& path, const Interface& interface) const in service() 132 Objects(bus, Path("/xyz/openbmc_project/control/host") + std::to_string(id)) in HostObjects()
|
/openbmc/linux/Documentation/translations/zh_CN/infiniband/ |
H A D | opa_vnic.rst | 21 太网数据包,支持Omni-Path结构上的以太网功能。 26 Omni-Path封装的以太网数据包的交换模式涉及Omni-Path结构拓扑上覆盖的一个或 27 多个虚拟以太网交换机。Omni-Path结构上的HFI节点的一个子集被允许在特定的虚 61 Omni-Path封装的以太网数据包格式如下所述。 119 需的net_device_ops功能。它在传输路径中期待Omni-Path封装的以太网数据包, 120 并提供对它们的HW访问。在将数据包向上传递到网络堆栈之前,它把Omni-Path头 127 以适应任何控制操作。它还处理以太网数据包的封装,在传输路径中使用Omni-Path头。
|
/openbmc/entity-manager/src/ |
H A D | topology.hpp | 23 using Path = std::string; typedef in Topology 28 std::unordered_map<PortType, std::vector<Path>> upstreamPorts; 29 std::unordered_map<PortType, std::vector<Path>> downstreamPorts; 30 std::set<Path> powerPaths; 31 std::unordered_map<Path, BoardType> boardTypes; 32 std::unordered_map<BoardName, Path> boardNames;
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | config.py | 15 from pathlib import Path 20 return Path(__file__).parent.parent.parent.parent 25 return Path(root) 28 return Path(os.getcwd()) 32 return Path(root)
|
/openbmc/qemu/tests/lcitool/ |
H A D | refresh | 18 from pathlib import Path 24 self_dir = Path(__file__).parent 26 dockerfiles_dir = Path(src_dir, "tests", "docker", "dockerfiles") 28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool") 67 filename = Path(src_dir, "tests", "docker", "dockerfiles", host + ".docker") 82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars") 88 filename = Path(src_dir, "tests", "vm", "generated", vm + ".json") 94 filename = Path(src_dir, "scripts", "ci", "setup", os, f"{target}-{arch}.yaml")
|
/openbmc/linux/scripts/ |
H A D | rustdoc_test_gen.rs | 35 path::{Path, PathBuf}, 48 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path() argument 53 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); in find_real_path() 55 srctree: &Path, in find_real_path() argument 57 prefix: &Path, in find_real_path() argument 71 Path::new("rust/kernel") in find_real_path() 110 let srctree = Path::new(&srctree); in main()
|
/openbmc/qemu/scripts/coverage/ |
H A D | compare_gcov_json.py | 19 from pathlib import Path 26 parser.add_argument('-a', type=Path, default=None, 29 parser.add_argument('-b', type=Path, default=None, 39 def load_json(json_file_path: Path, verbose = False) -> dict[str, set[int]]: argument 48 file_path = Path(filecov["file"]) 51 resolved_path = Path(file_path).absolute()
|
/openbmc/openbmc-test-automation/openpower/ras/ |
H A D | test_host_boot_ras.robot | 38 Inject Error At HOST Boot Path ${value[0]} ${value[1]} 51 Inject Error At HOST Boot Path ${value[0]} ${value[1]} 63 Inject Error At HOST Boot Path ${value[0]} ${value[1]} 78 Inject Error At HOST Boot Path ${translated_fir} ${value[1]} 93 Inject Error At HOST Boot Path ${value[0]} ${value[1]} 107 Inject Error At HOST Boot Path ${translated_fir} ${value[1]} 118 Inject Error At HOST Boot Path ${value[0]} ${value[1]} 129 Inject Error At HOST Boot Path ${value[0]} ${value[1]} 140 Inject Error At HOST Boot Path ${value[0]} ${value[1]} 150 Inject Error At HOST Boot Path ${value[0]} ${value[1]} [all …]
|
/openbmc/openpower-proc-control/ |
H A D | meson.options | 10 description: 'Path to the phal devtree export filter file', 16 description: 'Path to the devtree export copy file', 22 description: 'Path to the devtree file r/w version', 34 description: 'Path to the devtree attributes based database path', 40 description: 'Path to the phal devtree reinit attribute list file',
|
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | 0001-Add-support-for-persistent-only-settings.patch | 25 std::tuple<Path, OneTimeEnabled> setting(const Objects& objects, 34 const std::vector<Path>& paths = objects.map.at(iface); 54 + const Path& regularSetting = paths[0]; 72 @@ -116,6 +141,8 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects, 73 const Path& oneTimeSetting = paths[index]; 74 const Path& regularSetting = paths[!index]; 81 @@ -131,7 +158,7 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects, 87 const Path& setting = oneTimeEnabled ? oneTimeSetting : regularSetting;
|
/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/ |
H A D | 0001-sudo.conf.in-fix-conflict-with-multilib.patch | 39 -#Path intercept @intercept_file@ 40 +#Path intercept $intercept_file 48 -#Path noexec @noexec_file@ 49 +#Path noexec $noexec_file 57 -#Path plugin_dir @plugindir@ 58 +#Path plugin_dir $plugindir
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 28 image_dir = pathlib.Path(dir_image) 30 basename = pathlib.Path(rootfs) 97 test_log_suffix = pathlib.Path(self.bootlog).suffix 106 test_log_path = pathlib.Path(self.bootlog).parent 107 test_log_suffix = pathlib.Path(self.bootlog).suffix 109 fvp_log_path = pathlib.Path(test_log_path, fvp_log_file) 110 fvp_log_symlink = pathlib.Path(test_log_path, f"{name}_log")
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | machine-summary.py | 33 def layer_path(layername: str, d) -> pathlib.Path: 48 layer_path.cache[layername] = pathlib.Path(path) 52 def get_url_for_patch(layer: str, localpath: pathlib.Path, d) -> str: argument 72 localpath = pathlib.Path(bb.fetch.decodeurl(src_uri)[2]) 178 def render(self, context, output: pathlib.Path): argument 199 def render(self, context, output: pathlib.Path): argument 206 def render(self, context, output: pathlib.Path): argument 229 parser.add_argument("-o", "--output", type=pathlib.Path, required=True)
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fuzz-coverage.py | 17 from pathlib import Path 21 corpus = Path(args.corpus) 22 outdir = Path(args.outdir) 24 for c in Path(args.builddir).glob("**/*.gcda"):
|
/openbmc/libmctp/tests/fuzz/ |
H A D | fuzz-coverage.py | 17 from pathlib import Path 21 corpus = Path(args.corpus) 22 outdir = Path(args.outdir) 24 for c in Path(args.builddir).glob("**/*.gcda"):
|
/openbmc/linux/Documentation/infiniband/ |
H A D | opa_vnic.rst | 2 Intel Omni-Path (OPA) Virtual Network Interface Controller (VNIC) 5 Intel Omni-Path (OPA) Virtual Network Interface Controller (VNIC) feature 6 supports Ethernet functionality over Omni-Path fabric by encapsulating 11 The patterns of exchanges of Omni-Path encapsulated Ethernet packets 12 involves one or more virtual Ethernet switches overlaid on the Omni-Path 13 fabric topology. A subset of HFI nodes on the Omni-Path fabric are 52 The Omni-Path encapsulated Ethernet packet format is as described below. 116 net_device_ops functions. It expects Omni-Path encapsulated Ethernet 118 the Omni-Path header from the received packets before passing them up 129 Omni-Path header in the transmit path. For each VNIC interface, the
|
/openbmc/phosphor-fan-presence/control/json/triggers/ |
H A D | handlers.hpp | 48 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in propertiesChanged() 66 if (static_cast<const std::string&>(op) != std::get<Path>(obj)) in interfacesAdded() 89 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in interfacesAdded() 107 if (static_cast<const std::string&>(op) != std::get<Path>(obj)) in interfacesRemoved() 123 mgr.removeInterface(std::get<Path>(obj), std::get<Intf>(obj)); in interfacesRemoved()
|
/openbmc/phosphor-host-ipmid/ |
H A D | settings.hpp | 11 using Path = std::string; typedef 43 Service service(const Path& path, const Interface& interface) const; 46 std::map<Interface, std::vector<Path>> map;
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30_tasks.py | 19 from pathlib import Path 71 with (Path(directory) / name).open(errors="replace") as f: 157 filepath = Path(subdir) / file 215 Path(d.getVar("SPDXWORK")), 216 Path(d.getVar("PKGD")), 217 Path(d.getVar("STAGING_DIR_TARGET")), 218 Path(d.getVar("STAGING_DIR_NATIVE")), 219 Path(d.getVar("STAGING_KERNEL_DIR")), 458 deploydir = Path(d.getVar("SPDXDEPLOY")) 459 deploy_dir_spdx = Path(d.getVar("DEPLOY_DIR_SPDX")) [all …]
|
/openbmc/openbmc/poky/documentation/sphinx/ |
H A D | yocto-vars.py | 3 from pathlib import Path 41 poky_cache = Path(app.outdir) / ".poky.yaml.cache" 50 for p in Path(app.srcdir).rglob("*.rst"): 57 poky_cache = Path(app.outdir) / ".poky.yaml.cache"
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | path.py | 9 class Path(NamedElement): class 44 Path(segment=True, **s) for s in kwargs.pop("segments", []) 47 super(Path, self).__init__(**kwargs)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/ |
H A D | __init__.py | 21 from pathlib import Path 36 bitbake_dir = Path(__file__.split('lib/toaster')[0]) 45 eventpath = Path(self.eventplay_dir) / eventfile
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/ |
H A D | systemctl | 14 from pathlib import Path 18 ROOT = Path("/") 19 SYSCONFDIR = Path("etc") 20 BASE_LIBDIR = Path("lib") 21 LIBDIR = Path("usr", "lib") 53 path = root / Path(os.readlink(str(path))).relative_to(ROOT) 304 root = Path(args.root) if args.root else ROOT
|