/openbmc/qemu/hw/usb/ |
H A D | quirks.c | 19 static bool usb_id_match(const struct usb_device_id *ids, in usb_id_match() argument 25 for (i = 0; ids[i].terminating_entry == 0; i++) { in usb_id_match() 26 if (ids[i].vendor_id == vendor_id && in usb_id_match() 27 ids[i].product_id == product_id && in usb_id_match() 28 (ids[i].interface_protocol_used == 0 || in usb_id_match() 29 (ids[i].interface_class == interface_class && in usb_id_match() 30 ids[i].interface_subclass == interface_subclass && in usb_id_match() 31 ids[i].interface_protocol == interface_protocol))) { in usb_id_match()
|
/openbmc/qemu/target/riscv/ |
H A D | sbi_ecall_interface.h | 26 /* SBI Extension IDs */ 43 /* SBI function IDs for BASE extension */ 52 /* SBI function IDs for TIME extension */ 55 /* SBI function IDs for IPI extension */ 58 /* SBI function IDs for RFENCE extension */ 67 /* SBI function IDs for HSM extension */ 72 /* SBI function IDs for DBCN extension */
|
/openbmc/phosphor-logging/tools/phosphor-logging/templates/ |
H A D | event-filter.cpp.mako | 21 % if "ids" in data['events'] and len(data['events']['ids']) != 0: 23 % for item in data['events']['ids']: 45 % if "ids" in data['errors'] and len(data['errors']['ids']) != 0: 47 % for item in data['errors']['ids']:
|
/openbmc/openbmc/meta-security/recipes-core/packagegroup/ |
H A D | packagegroup-core-security.bb | 13 packagegroup-security-ids \ 23 packagegroup-security-ids \ 70 SUMMARY:packagegroup-security-ids = "Security Intrusion Detection systems" 71 RDEPENDS:packagegroup-security-ids = " \ 78 RDEPENDS:packagegroup-security-ids:remove:powerpc = "suricata" 79 RDEPENDS:packagegroup-security-ids:remove:powerpc64le = "suricata" 80 RDEPENDS:packagegroup-security-ids:remove:powerpc64 = "suricata" 81 RDEPENDS:packagegroup-security-ids:remove:riscv32 = "suricata" 82 RDEPENDS:packagegroup-security-ids:remove:riscv64 = "suricata" 83 RDEPENDS:packagegroup-security-ids:remove:libc-musl = "ossec-hids"
|
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
H A D | stream_id_lsch3.h | 11 * Stream IDs on NXP Chassis-3 (for example ls2080a, ls1088a, ls2088a) 13 * number of stream IDs available, and the partitioning of them is scenario 25 * -there is a range of stream IDs set aside for PCI in this 37 * -u-boot will allocate a range of stream IDs to be used by the Management 43 * IDs (ICIDs) based on the allocated stream IDs for all DPAA2 devices. 45 * On Chasis-3 SoCs stream IDs are programmed in AMQ registers (32-bits) for 47 * the AMQ registers and stream IDs is defined in the table below:
|
H A D | stream_id_lsch2.h | 10 * Stream IDs on Chassis-2 (for example ls1043a, ls1046a, ls1012) devices 12 * of stream IDs available, and the partitioning of them is scenario 24 * -there is a range of stream IDs set aside for PCI in this 36 * - Stream ids for DPAA1 use are reserved for future usecase.
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | repository_test.cpp | 124 std::vector<Repository::LogID> ids; in TEST_F() local 135 ids.emplace_back(pelID(pel->id()), obmcID(1)); in TEST_F() 142 ids.emplace_back(pelID(pel->id()), obmcID(2)); in TEST_F() 146 EXPECT_TRUE(repo.hasPEL(ids[0])); in TEST_F() 147 EXPECT_TRUE(repo.hasPEL(ids[1])); in TEST_F() 152 Repository::LogID id(pelID(ids[0].pelID)); in TEST_F() 157 id.obmcID = ids[0].obmcID; in TEST_F() 161 id.pelID = ids[1].pelID; in TEST_F() 178 EXPECT_TRUE(repo.hasPEL(ids[0])); in TEST_F() 179 EXPECT_TRUE(repo.hasPEL(ids[1])); in TEST_F() [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/pciutils/ |
H A D | pciutils_3.13.0.bb | 45 PACKAGES =+ "${PN}-ids libpci" 47 FILES:${PN}-ids = "${datadir}/pci.ids*" 48 SUMMARY:${PN}-ids = "PCI utilities - device ID database" 49 DESCRIPTION:${PN}-ids = "Package providing the PCI device ID database for pciutils." 50 RDEPENDS:${PN} += "${PN}-ids"
|
/openbmc/dbus-sensors/src/nvidia-gpu/ |
H A D | NvidiaGpuThresholds.cpp | 84 uint8_t eid, const std::shared_ptr<std::vector<uint8_t>>& ids, in readThermalParameterCallback() argument 94 "EID", eid, "PID", (*ids)[index], "RC", rc); in readThermalParameterCallback() 102 if (index == ids->size()) in readThermalParameterCallback() 108 readThermalParameter(eid, (*ids)[index], mctpRequester, in readThermalParameterCallback() 110 ids, std::ref(mctpRequester), in readThermalParameterCallback() 116 uint8_t eid, const std::vector<uint8_t>& ids, in readThermalParameters() argument 124 eid, ids[index], mctpRequester, in readThermalParameters() 126 std::make_shared<std::vector<uint8_t>>(ids), in readThermalParameters()
|
/openbmc/phosphor-logging/tools/phosphor-logging/schemas/ |
H A D | eventfilter.schema.yaml | 11 The default setting for any event not specified in ids. 16 ids: 17 description: The list of ids to do the opposite of 'default'. 21 description: Event ids from phosphor-dbus-interfaces.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/ |
H A D | libosinfo_1.12.0.bb | 31 -Dwith-pci-ids-path=${datadir}/hwdata/pci.ids \ 32 -Dwith-usb-ids-path=${datadir}/hwdata/usb.ids \
|
/openbmc/phosphor-logging/test/ |
H A D | extensions_test.cpp | 98 std::vector<uint32_t> ids; in REGISTER_EXTENSION_FUNCTION() local 103 getLogIDWithHwIsolation(ids); in REGISTER_EXTENSION_FUNCTION() 106 EXPECT_EQ(ids.size(), 1); in REGISTER_EXTENSION_FUNCTION() 107 EXPECT_EQ(ids[0], 1); in REGISTER_EXTENSION_FUNCTION() 111 EXPECT_EQ(ids.size(), 2); in REGISTER_EXTENSION_FUNCTION() 112 EXPECT_EQ(ids[1], 2); in REGISTER_EXTENSION_FUNCTION()
|
/openbmc/qemu/docs/specs/ |
H A D | pci-ids.rst | 2 PCI IDs for QEMU 6 virtual devices. The vendor IDs are 1af4 (formerly Qumranet ID) and 1b36. 15 Note that this allocation is separate from the virtio device IDs, which are 38 0x1040 offset. The virtio IDs are defined in the virtio 40 defines for all virtio IDs (``linux/virtio_ids.h``); QEMU has a 55 All other device IDs are reserved.
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_mock.hpp | 37 createMockVersionConfigs(const C& ids, Im* im = nullptr, Tm* tm = nullptr) in createMockVersionConfigs() argument 40 ret.reserve(ids.size()); in createMockVersionConfigs() 41 std::for_each(ids.begin(), ids.end(), [im, tm, &ret](const auto& id) { in createMockVersionConfigs()
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input-host.c | 103 struct input_id ids; in virtio_input_host_realize() local 141 if (ioctl(vih->fd, EVIOCGID, &ids) == 0) { in virtio_input_host_realize() 145 id.u.ids.bustype = cpu_to_le16(ids.bustype); in virtio_input_host_realize() 146 id.u.ids.vendor = cpu_to_le16(ids.vendor); in virtio_input_host_realize() 147 id.u.ids.product = cpu_to_le16(ids.product); in virtio_input_host_realize() 148 id.u.ids.version = cpu_to_le16(ids.version); in virtio_input_host_realize()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | repository.hpp | 58 * OpenBMC IDs. 59 * Used for correlating the IDs with their data files for quick 60 * lookup. To find a PEL based on just one of the IDs, just use 91 * one can look up a PEL with just one of the IDs. 175 * it has both the PEL and OpenBMC IDs, unlike the passed in LogID 235 * For example, to save up to 100 IDs in the repo into a vector: 237 * std::vector<uint32_t> ids; 238 * ForEachFunc f = [&ids](const PEL& pel) { 239 * ids.push_back(pel.id()); 240 * return ids.size() == 100 ? true : false; [all …]
|
/openbmc/u-boot/board/nvidia/nyan-big/ |
H A D | nyan-big.c | 88 static enum periph_id ids[] = { in enable_required_clocks() enum 114 for (i = 0; i < ARRAY_SIZE(ids); i++) in enable_required_clocks() 115 clock_enable(ids[i]); in enable_required_clocks() 117 for (i = 0; i < ARRAY_SIZE(ids); i++) in enable_required_clocks() 118 reset_set_enable(ids[i], 0); in enable_required_clocks()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | event_notification_utils.robot | 16 Get Event Subscription IDs 17 [Documentation] Get event subscription IDs. 31 ${subscription_ids}= Get Event Subscription IDs 45 ${subscription_ids}= Get Event Subscription IDs
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 365 ids = self.merge_ids(matches) 366 if ids is None: 370 if not ids.uppercase: 373 if not ids.typename: 377 #issues = ids.check_consistency() 382 names = [n for n in (ids.instancetype, ids.classtype, ids.uppercase, ids.typename) 385 self.warn("duplicate names used by macro: %r", ids) 388 assert ids.classtype or ids.instancetype 389 assert ids.typename 390 assert ids.uppercase [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 142 | 88 ids="node-name=image,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=f… 96 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot… 98 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]… 100 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[… 102 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.direct=on | grep -e "Cache" … 108 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.writeback=off | grep -e "Cache" -e "[Cc]a… 110 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.writeback=off | grep -e "doesn't" -e… 112 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.writeback=off | grep -e "doesn't"… 114 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.writeback=off | grep -e "doe… 119 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]ann… [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | rootfspostcommandstests.py | 89 ids = [] 93 ids.append(int(entries[2])) 94 if (ids != sorted(ids)):
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_common.c | 273 struct pci_device_id ids[2] = { {}, {0, 0} }; in pci_find_device() local 275 ids[0].vendor = vendor; in pci_find_device() 276 ids[0].device = device; in pci_find_device() 278 return pci_find_devices(ids, index); in pci_find_device() 282 struct pci_device_id *ids, int *indexp) in pci_hose_find_devices() argument 308 for (i = 0; ids[i].vendor != 0; i++) { in pci_hose_find_devices() 309 if (vendor == ids[i].vendor && in pci_hose_find_devices() 310 device == ids[i].device) { in pci_hose_find_devices()
|
/openbmc/docs/designs/ |
H A D | gpio-based-cable-presence.md | 11 most support 255 sensor IDs. On a systems with 25 cables, and 255 sensor IDs, 14 less SDR IDs. 65 On the IPMI sIDe, the presence states will be grouped into fewer SDR IDs in 66 order to save SDR IDs for ipmi. Given the following example, 122 addition, Redfish doesn't have a limit of 256 SDR IDs. Therefore, no need to 129 of 255 IDs. Meanwhile, it doesn't support stacking multiple presence states in
|
/openbmc/qemu/backends/ |
H A D | dbus-vmstate.c | 65 g_auto(GStrv) ids = NULL; in get_id_list_set() 73 ids = g_strsplit(self->id_list, ",", -1); in get_id_list_set() 75 for (i = 0; ids[i]; i++) { in get_id_list_set() 76 g_hash_table_add(set, ids[i]); in get_id_list_set() 77 ids[i] = NULL; in get_id_list_set() 87 g_autoptr(GHashTable) ids = NULL; in dbus_get_proxies() 92 ids = get_id_list_set(self); in dbus_get_proxies() 133 if (ids && !g_hash_table_remove(ids, id)) { in dbus_get_proxies() 155 if (ids) { in dbus_get_proxies() 158 left = (char **)g_hash_table_get_keys_as_array(ids, NULL); in dbus_get_proxies()
|
/openbmc/openbmc-test-automation/openpower/pel/ |
H A D | test_bmc_pel.robot | 61 ${ids}= Get Dictionary Keys ${pel_records} 62 ${id}= Get From List ${ids} 0 92 ${pel_ids}= Fetch All Pel Ids Based On Error Message test error 122 # Example of PEL IDs from PEL logs. 221 ${pel_ids}= Fetch All Pel Ids Based On Error Message test error 236 ${pel_informational_error}= Get PEL Log IDs User Header Event Severity Informational Event 237 ${pel_bmc_created_error}= Get PEL Log IDs Private Header Creator Subsystem BMC 410 ${ids}= Get Dictionary Keys ${pel_records} 411 ${id}= Get From List ${ids} 0 458 ${ids}= Get Dictionary Keys ${pel_records} [all …]
|