/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/ |
H A D | Fault.metadata.yaml | 6 inherits: 14 inherits: 22 inherits: 30 inherits: 38 inherits: 46 inherits: 86 inherits: 94 inherits: 102 inherits:
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | Host.metadata.yaml | 2 inherits: 5 inherits: 8 inherits: 11 inherits: 14 inherits: 17 inherits:
|
H A D | Chassis.metadata.yaml | 2 inherits: 5 inherits:
|
/openbmc/phosphor-power/org/open_power/Witherspoon/ |
H A D | Fault.metadata.yaml | 6 inherits: 14 inherits: 22 inherits: 30 inherits: 38 inherits: 46 inherits: 197 inherits: 205 inherits: 213 inherits:
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/ |
H A D | Device.metadata.yaml | 2 inherits: 6 inherits: 10 inherits: 14 inherits:
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 56 inherits = [] 170 … if handler.process_line(srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values): 197 inherits.append('pkgconfig') 208 inherits.append('pkgconfig') 216 … if handler.process_findpackage(srctree, fn, pkg, deps, outlines, inherits, values): 223 inherits.append('gettext') 225 inherits.append('perlnative') 227 inherits.append('pkgconfig') 229 inherits.append('python3native') 231 inherits.append('python3-dir') [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | query.py | 117 inheritlist = args.inherits.split(',') if args.inherits else [] 124 …, show_filenames, show_recipes_only, show_multi_provider_only, selected_layer, bare, inherits, mc): argument 125 if inherits: 127 for classname in inherits: 209 if inherits: 211 recipe_inherits = self.tinfoil.cooker_data.inherits.get(preffile, []) 218 elif classname in inherits: 220 if matchcount != len(inherits): 422 if f in self.tinfoil.cooker_data.inherits: 423 inherits = self.tinfoil.cooker_data.inherits[f] [all …]
|
/openbmc/ibm-logging/ |
H A D | create_error_reports.py | 15 "Inherits xyz.openbmc_project.Common.Callout.Error.Device" 92 inherits: 105 # inherits is a list, return it comma separated 106 if "inherits" in m: 107 vals = list(map(add_error, m["inherits"])) 109 data.append("Inherits %s" % i)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 392 inherits = ['autotools', 'pkgconfig'] 393 self._test_recipe_contents(recipefile, checkvars, inherits) 414 inherits = ['autotools'] 415 self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits) 429 inherits = ['cmake'] 430 self._test_recipe_contents(recipefile, checkvars, inherits) 457 checkvars['LICENSE:${PN}-inherits'] = 'ISC' 458 inherits = ['npm'] 459 self._test_recipe_contents(recipefile, checkvars, inherits) 474 inherits = ['setuptools3'] [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | Inventory.metadata.yaml | 2 inherits: 5 inherits:
|
H A D | Time.metadata.yaml | 2 inherits: 10 inherits:
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Device.metadata.yaml | 2 inherits: 6 inherits:
|
H A D | Callout.metadata.yaml | 13 inherits: 22 inherits:
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/ |
H A D | Access.metadata.yaml | 5 inherits: 12 inherits:
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/ |
H A D | Host.metadata.yaml | 6 inherits: 14 inherits:
|
/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/ |
H A D | Elog.metadata.yaml | 10 inherits: 35 inherits:
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | gettext.bbclass | 8 if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'): 18 if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'):
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | documentation.conf | 67 ANY_OF_COMBINED_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item… 68 ANY_OF_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item i… 69 ANY_OF_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item … 119 CONFLICT_COMBINED_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this… 120 CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this v… 121 CONFLICT_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this … 167 EXTRA_OESCONS[doc] = "When a recipe inherits the scons class, this variable specifies additional co… 170 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides imag… 180 FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies run… 181 FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages… [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 20 inherits = " ".join(dataCaches[mc].inherits[fn]) 21 …return inherits.find("/module-base.bbclass") != -1 or inherits.find("/linux-kernel-base.bbclass") … 23 inherits = " ".join(dataCaches[mc].inherits[fn]) 24 return "/packagegroup.bbclass" in inherits 26 inherits = " ".join(dataCaches[mc].inherits[fn]) 27 return "/allarch.bbclass" in inherits 29 return "/image.bbclass" in " ".join(dataCaches[mc].inherits[fn])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
H A D | 0001-Fix-build-issues-with-latest-Clang.patch | 26 (JSC::JSCastingHelpers::inherits): 221 bool inherits(From* from) 224 - return Dispatcher::template inherits(from); 225 + return Dispatcher::template inherits<>(from); 233 - if (LIKELY(Dispatcher::template inherits(from))) 234 + if (LIKELY(Dispatcher::template inherits<>(from)))
|
/openbmc/linux/drivers/ata/ |
H A D | pata_amd.c | 396 .inherits = &ata_bmdma32_port_ops, 401 .inherits = &amd_base_port_ops, 408 .inherits = &amd_base_port_ops, 415 .inherits = &amd_base_port_ops, 422 .inherits = &amd_base_port_ops, 429 .inherits = &ata_bmdma_port_ops, 437 .inherits = &nv_base_port_ops, 443 .inherits = &nv_base_port_ops,
|
H A D | pata_legacy.c | 256 .inherits = &ata_sff_port_ops, 269 .inherits = &legacy_base_port_ops, 274 .inherits = &legacy_base_port_ops, 373 .inherits = &legacy_base_port_ops, 406 .inherits = &legacy_base_port_ops, 448 .inherits = &legacy_base_port_ops, 547 .inherits = &legacy_base_port_ops, 657 .inherits = &legacy_base_port_ops, 770 .inherits = &legacy_base_port_ops, 777 .inherits = &legacy_base_port_ops, [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | smc-sysctl.rst | 47 The default value inherits from net.ipv4.tcp_wmem[1]. 56 The default value inherits from net.ipv4.tcp_rmem[1].
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 57 + " inherits " 256 if "inherits" in match: 257 parents[fullname] = match["inherits"][0] 260 # so that child errors could inherits such error without meta
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 325 inherits = data.getVar('__BBDEFINHERITS', False) or [] 326 inherits.append(self.inherit) 327 data.setVar('__BBDEFINHERITS', inherits) 483 inherits = d.getVar('__BBDEFINHERITS', False) or [] 484 if not inherits: 486 inherit, filename, lineno = inherits.pop(0) 487 d.setVar('__BBDEFINHERITS', inherits)
|