Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 25 of 181) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dinit81subsystem-nomatch=tty --subsystem-nomatch=mem --subsystem-nomatch=vc --subsystem-nomatch=vtconsole…
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A Dinit101subsystem-nomatch=tty --subsystem-nomatch=mem --subsystem-nomatch=vc --subsystem-nomatch=vtconsole…
/openbmc/phosphor-logging/test/openpower-pels/
H A Duser_header_test.cpp35 EXPECT_EQ(uh.subsystem(), 0x10); in TEST()
96 regEntry.subsystem = 5; in TEST()
116 EXPECT_EQ(uh.subsystem(), 5); in TEST()
141 regEntry.subsystem = 5; in TEST()
187 regEntry.subsystem = 5; in TEST()
209 regEntry.subsystem = 5; in TEST()
231 regEntry.subsystem = 5; in TEST()
254 regEntry.subsystem = 5; in TEST()
276 regEntry.subsystem = 5; in TEST()
310 regEntry.subsystem = 5; in TEST()
[all …]
H A Dascii_string_test.cpp17 entry.subsystem = 0x37; in TEST()
43 entry.subsystem = 0x37; in TEST()
H A Dsrc_test.cpp180 entry.subsystem = 0x42; in TEST_F()
252 entry.subsystem = 0x42; in TEST_F()
319 entry.subsystem = 0x42; in TEST_F()
371 entry.subsystem = 0x42; in TEST_F()
412 entry.subsystem = 0x42; in TEST_F()
464 entry.subsystem = 0x42; in TEST_F()
669 entry.subsystem = 0x42; in TEST_F()
773 entry.subsystem = 0x42; in TEST_F()
839 entry.subsystem = 0x42; in TEST_F()
884 entry.subsystem = 0x42; in TEST_F()
[all …]
/openbmc/qemu/scripts/kvm/
H A Dkvm_flightrecorder46 def enable_event(subsystem, event, enable): argument
47 write_file(trace_path('events', subsystem, event, 'enable'), '1' if enable else '0')
49 def enable_subsystem(subsystem, enable): argument
50 write_file(trace_path('events', subsystem, 'enable'), '1' if enable else '0')
/openbmc/qemu/scripts/
H A Dget_maintainer.pl47 my $subsystem = 0;
193 'subsystem!' => \$subsystem,
232 $subsystem = 0;
237 my $selections = $email + $scm + $status + $subsystem + $web;
461 my @subsystem = ();
483 if ($subsystem) {
484 @subsystem = uniq(@subsystem);
485 output(@subsystem);
539 @subsystem = ();
906 my $subsystem = $typevalue[$start];
[all …]
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp116 uint8_t subsystem; in createPelCustom() local
121 subsystem = std::stoi(it->second); in createPelCustom()
122 tiPel->setSubsystem(subsystem); in createPelCustom()
148 if (static_cast<uint8_t>(pel::SubsystemID::hypervisor) == subsystem) in createPelCustom()
394 uint8_t subsystem; in event() local
399 subsystem = std::stoi(it->second); in event()
414 if (static_cast<uint8_t>(pel::SubsystemID::hypervisor) != subsystem) in event()
447 uint8_t subsystem; in eventTerminate() local
452 subsystem = std::stoi(it->second); in eventTerminate()
465 if (static_cast<uint8_t>(pel::SubsystemID::hypervisor) == subsystem) in eventTerminate()
/openbmc/qemu/docs/system/s390x/
H A Dcss.rst1 The virtual channel subsystem
4 QEMU implements a virtual channel subsystem with subchannels, (mostly
12 The default channel subsystem image id (``<cssid>``) is ``0xfe``. Devices in
13 there will show up in channel subsystem image ``0`` to guests that do not
69 * a virtio-mouse device in a non-standard channel subsystem image::
78 * a virtio-keyboard device in another non-standard channel subsystem image::
83 the standard channel subsystem image id.
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/
H A Dip-to-fpga.service3 BindsTo=sys-subsystem-net-devices-eth0.device
4 After=sys-subsystem-net-devices-eth0.device
/openbmc/u-boot/drivers/ram/
H A DKconfig15 The RAM subsystem adds a small amount of overhead to the image.
24 The RAM subsystem adds a small amount of overhead to the image.
50 K3 based AM654 devices has DDR memory subsystem that comprises
52 intergrate these blocks into the device. This DDR subsystem
55 SDRAM devices connected to DDR subsystem.
/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/
H A Ddhcpcd@.service5 BindsTo=sys-subsystem-net-devices-%i.device
6 After=sys-subsystem-net-devices-%i.device
/openbmc/phosphor-net-ipmid/
H A Dphosphor-ipmi-net@.service4 Requires=sys-subsystem-net-devices-%i.device
5 After=sys-subsystem-net-devices-%i.device
/openbmc/u-boot/scripts/
H A Dget_maintainer.pl52 my $subsystem = 0;
253 'subsystem!' => \$subsystem,
302 $subsystem = 0;
307 my $selections = $email + $scm + $status + $subsystem + $web;
581 my @subsystem = ();
603 if ($subsystem) {
604 @subsystem = uniq(@subsystem);
605 output(@subsystem);
798 @subsystem = ();
1194 my $subsystem = $typevalue[$start];
[all …]
/openbmc/openpower-hw-diags/attn/pel/
H A Duser_header.cpp27 void UserHeader::setSubsystem(uint8_t subsystem) in setSubsystem() argument
29 _eventSubsystem = subsystem; in setSubsystem()
H A Dpel_minimal.cpp67 void PelMinimal::setSubsystem(uint8_t subsystem) in setSubsystem() argument
69 _uh->setSubsystem(subsystem); in setSubsystem()
/openbmc/u-boot/doc/driver-model/
H A DMIGRATION.txt14 The subsystem itself has been converted and maintainers should submit patches
24 The subsystem itself has been converted along with many of the host controller
34 The subsystem itself has been converted along with many of the host controller
95 The PCI subsystem has supported driver model since mid 2015. Maintainers should
104 The video subsystem has supported driver model since early 2016. Maintainers
/openbmc/u-boot/drivers/net/ti/
H A DKconfig10 subsystem found in the TI SoCs.
20 This driver supports the TI Keystone 2 Ethernet subsystem
/openbmc/qemu/qapi/
H A Dpci.json119 # @subsystem: the PCI subsystem id (since 3.1)
121 # @subsystem-vendor: the PCI subsystem vendor id (since 3.1)
126 'data': {'device': 'int', 'vendor': 'int', '*subsystem': 'int',
127 '*subsystem-vendor': 'int'} }
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dascii_string.cpp40 setByte(2, entry.subsystem ? entry.subsystem.value() : 0x70); in AsciiString()
H A Duser_header.cpp67 subsys = entry.subsystem; in UserHeader()
240 std::string subsystem; in getJSON() local
245 subsystem = pv::getValue(_eventSubsystem, pel_values::subsystemValues); in getJSON()
271 jsonInsert(uh, "Subsystem", subsystem, 1); in getJSON()
H A Drepository.hpp32 uint8_t subsystem; member
45 uint8_t creator, uint8_t subsystem, uint8_t sev, in PELAttributes()
49 path(p), sizeOnDisk(size), creator(creator), subsystem(subsystem), in PELAttributes()
/openbmc/qemu/docs/devel/
H A Dui.rst2 QEMU UI subsystem
H A Dpci.rst2 PCI subsystem
/openbmc/u-boot/arch/arm/dts/
H A Dimx6dl.dtsi116 capture-subsystem {
117 compatible = "fsl,imx-capture-subsystem";
121 display-subsystem {
122 compatible = "fsl,imx-display-subsystem";

12345678