/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 515 def register(type_iri, *, compact_type=None, abstract=False): argument 530 c.IS_ABSTRACT = abstract 1965 @register("http://spdx.invalid./AbstractClass", abstract=False) 1974 …pdx.org/rdf/3.0.1/terms/AI/EnergyConsumption", compact_type="ai_EnergyConsumption", abstract=False) 2011 …s/AI/EnergyConsumptionDescription", compact_type="ai_EnergyConsumptionDescription", abstract=False) 2043 …ps://spdx.org/rdf/3.0.1/terms/AI/EnergyUnitType", compact_type="ai_EnergyUnitType", abstract=False) 2060 …0.1/terms/AI/SafetyRiskAssessmentType", compact_type="ai_SafetyRiskAssessmentType", abstract=False) 2080 …tps://spdx.org/rdf/3.0.1/terms/Core/AnnotationType", compact_type="AnnotationType", abstract=False) 2094 …("https://spdx.org/rdf/3.0.1/terms/Core/CreationInfo", compact_type="CreationInfo", abstract=False) 2148 …s://spdx.org/rdf/3.0.1/terms/Core/DictionaryEntry", compact_type="DictionaryEntry", abstract=False) [all …]
|
/openbmc/linux/Documentation/admin-guide/acpi/ |
H A D | cppc_sysfs.rst | 13 performance of a logical processor on a contiguous and abstract performance 14 scale. CPPC exposes a set of registers to describe abstract performance scale, 40 * highest_perf : Highest performance of this processor (abstract scale). 42 (abstract scale). 44 power savings (abstract scale). 45 * lowest_perf : Lowest performance of this processor (abstract scale). 50 frequency instead of abstract scale. These values should not be used for any 59 accumulates (abstract scale).
|
/openbmc/linux/tools/testing/selftests/net/af_unix/ |
H A D | scm_pidfd.c | 229 bool abstract; in FIXTURE_VARIANT() local 235 .abstract = 0, in FIXTURE_VARIANT_ADD() 241 .abstract = 1, in FIXTURE_VARIANT_ADD() 247 .abstract = 0, in FIXTURE_VARIANT_ADD() 253 .abstract = 1, in FIXTURE_VARIANT_ADD() 270 if (!variant->abstract) { in FIXTURE_TEARDOWN() 276 static void fill_sockaddr(struct sock_addr *addr, bool abstract) in fill_sockaddr() argument 284 if (abstract) { in fill_sockaddr() 312 fill_sockaddr(self->client_addr, variant->abstract); in client() 383 fill_sockaddr(&self->server_addr, variant->abstract); in TEST_F()
|
/openbmc/qemu/tests/qtest/ |
H A D | device-introspect-test.c | 29 bool abstract) in qom_list_types() argument 35 qdict_put_bool(args, "abstract", abstract); in qom_list_types() 98 static QList *device_type_list(QTestState *qts, bool abstract) in device_type_list() argument 100 return qom_list_types(qts, "device", abstract); in device_type_list() 181 bool abstract = qdict_haskey(d, "abstract") ? in test_qom_list_fields() local 186 g_assert(abstract == expected_abstract); in test_qom_list_fields()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-memory-tiers | 7 named by the abstract distance of the memory tier. 19 memory tier, memtierN, where N is derived based on abstract distance.
|
/openbmc/qemu/util/ |
H A D | qemu-sockets.c | 859 return saddr->abstract; in saddr_is_abstract() 878 bool abstract = saddr_is_abstract(saddr); in unix_listen_saddr() local 892 if (saddr->path[0] || abstract) { in unix_listen_saddr() 901 (abstract && pathlen > (sizeof(un.sun_path) - 1))) { in unix_listen_saddr() 904 abstract ? sizeof(un.sun_path) - 1 : in unix_listen_saddr() 926 if (!abstract && unlink(path) < 0 && errno != ENOENT) { in unix_listen_saddr() 936 if (abstract) { in unix_listen_saddr() 966 bool abstract = saddr_is_abstract(saddr); in unix_connect_saddr() local 985 (abstract && pathlen > (sizeof(un.sun_path) - 1))) { in unix_connect_saddr() 988 abstract ? sizeof(un.sun_path) - 1 : in unix_connect_saddr() [all …]
|
/openbmc/qemu/qom/ |
H A D | qom-qmp-cmds.c | 100 info->has_abstract = info->abstract = object_class_is_abstract(klass); in qom_list_types_tramp() 110 bool abstract, in qmp_qom_list_types() argument 116 object_class_foreach(qom_list_types_tramp, implements, abstract, &ret); in qmp_qom_list_types()
|
/openbmc/qemu/qapi/ |
H A D | sockets.json | 83 # @abstract: if true, this is a Linux abstract socket address. @path 87 # @tight: if false, pad an abstract socket address with enough null 96 '*abstract': { 'type': 'bool', 'if': 'CONFIG_LINUX' },
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None: 64 self.abstract = abstract 177 qom_all_types = vm.cmd('qom-list-types', abstract=True) 200 assert not drv.abstract
|
/openbmc/qemu/hw/s390x/ |
H A D | virtio-ccw-input.c | 99 .abstract = true, 106 .abstract = true,
|
H A D | ap-device.c | 29 .abstract = true,
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-input-pci.c | 119 .abstract = true, 126 .abstract = true,
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_port.c | 203 .abstract = true, 233 .abstract = true,
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-asttokens_3.0.0.bb | 1 SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)"
|
H A D | python3-pyproject-api_1.7.2.bb | 4 SUMMARY = "pyproject-api aims to abstract away interaction with pyproject.toml style projects in a …
|
H A D | python3-astroid_3.3.5.bb | 1 SUMMARY = "An abstract syntax tree for Python with inference support."
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/physfs/ |
H A D | physfs_3.0.2.bb | 1 SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
|
/openbmc/linux/Documentation/power/ |
H A D | energy-model.rst | 23 The power values might be expressed in micro-Watts or in an 'abstract scale'. 28 powercap power values expressed in an 'abstract scale' might cause issues. 36 an 'abstract scale' deriving real energy in micro-Joules would not be possible. 134 create an abstract power model. But even an abstract power model can
|
/openbmc/qemu/authz/ |
H A D | base.c | 74 .abstract = true,
|
/openbmc/qemu/accel/qtest/ |
H A D | qtest.c | 75 .abstract = true,
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | TODO | 8 - abstract VT3184 chipset specific code
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | TODO | 8 - abstract VT3253 chipset specific code
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | using-gpio.rst | 5 The Linux kernel exists to abstract and present hardware to users. GPIO lines 29 because of not being reusable or abstract enough, or involving a lot of non
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/ |
H A D | gphoto2_2.5.28.bb | 11 file://0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch \
|
/openbmc/qemu/hw/misc/ |
H A D | imx_ccm.c | 78 .abstract = true,
|