Home
last modified time | relevance | path

Searched refs:System (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot3 Documentation Module to test IPMI System Info Parameters functionality.
6 ... 2. System Firmware Version - param 1,
7 ... 3. System Name - param 2,
33 Verify System Info Set In Progress
34 [Documentation] Verify Set In Progress of System Info Parameter,
40 Set System Info Set In Progress 0x00
42 # Get System Info Parameter for param 0 - Set In Progress.
44 ${complete}= Get System Info Set In Progress
51 Set System Info Set In Progress 0x01
53 # Get System Info Parameter for param 0 - Set In Progress.
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dsystem.hpp38 class System class
42 System() = delete;
43 System(const System&) = delete;
44 System(System&&) = delete;
45 System& operator=(const System&) = delete;
46 System& operator=(System&&) = delete;
47 ~System() = default;
55 explicit System(std::vector<std::unique_ptr<Rule>> rules, in System() function in phosphor::power::regulators::System
H A Dsystem.cpp22 void System::buildIDMap() in buildIDMap()
37 void System::clearCache() in clearCache()
46 void System::clearErrorHistory() in clearErrorHistory()
55 void System::closeDevices(Services& services) in closeDevices()
64 void System::configure(Services& services) in configure()
73 void System::detectPhaseFaults(Services& services) in detectPhaseFaults()
82 void System::monitorSensors(Services& services) in monitorSensors()
H A Dconfiguration.hpp34 class System;
89 void execute(Services& services, System& system, Chassis& chassis,
104 void execute(Services& services, System& system, Chassis& chassis,
137 void execute(Services& services, System& system, Chassis& chassis,
H A Dchassis.hpp32 class System;
120 void configure(Services& services, System& system);
130 void detectPhaseFaults(Services& services, System& system);
174 void monitorSensors(Services& services, System& system);
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.hpp45 class System class
48 System() = delete;
49 ~System() = default;
50 System(const System&) = delete;
51 System(System&&) = delete;
52 System& operator=(const System&) = delete;
53 System& operator=(System&&) = delete;
62 System(Mode mode, sdbusplus::bus_t& bus, const sdeventplus::Event& event);
H A Dsystem.cpp49 const std::string System::dumpFile = "/tmp/fan_monitor_dump.json";
51 System::System(Mode mode, sdbusplus::bus_t& bus, in System() function in phosphor::fan::monitor::System
59 bus, std::bind(std::mem_fn(&System::powerStateChanged), this, in System()
64 void System::start() in start()
71 std::bind(&System::inventoryOnlineCb, this, std::placeholders::_1)); in start()
88 void System::load() in load()
129 void System::subscribeSensorsToServices() in subscribeSensorsToServices()
189 std::bind(&System::tachSignalOffline, this, in subscribeSensorsToServices()
200 void System::inventoryOnlineCb(sdbusplus::message_t& msg) in inventoryOnlineCb()
229 void System::sighupHandler(sdeventplus::source::Signal&, in sighupHandler()
[all …]
/openbmc/smbios-mdr/include/
H A Dsystem.hpp30 class System : class
37 System() = delete;
38 ~System() = default;
39 System(const System&) = delete;
40 System& operator=(const System&) = delete;
41 System(System&&) = default;
42 System& operator=(System&&) = default;
44 System(std::shared_ptr<sdbusplus::asio::connection> bus, in System() function in phosphor::smbios::System
/openbmc/linux/drivers/eisa/
H A Deisa.ids18 ACE1010 "ACME Super Fast System Board"
26 ACR1201 "Acer 1200 486/25 EISA System Board"
27 ACR1211 "AcerFrame 3000SP33 486/33 EISA System Board"
40 ACR1801 "Acer P43WE EISA System Board"
49 ACR4509 "ACER/Altos M1 System Board"
55 AIM0002 "AUVA OPTi/EISA 32-Bit 486 All-in-One System Board"
62 AEI0401 "486EI EISA System Board"
63 AEO0301 "486EO EISA System Board"
67 AIR0301 "AIR 486EO EISA System Board"
68 AIR0401 "486EI EISA System Board"
[all …]
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py14 import obmc_system_config as System namespace
29 for category in System.ID_LOOKUP:
30 for key in System.ID_LOOKUP[category]:
31 val = System.ID_LOOKUP[category][key]
35 System.ID_LOOKUP[category][key] = new_val
43 obj_path = System.ID_LOOKUP[category][key]
67 if name not in System.GPIO_CONFIG:
75 gpio = System.GPIO_CONFIG[name]
76 if "gpio_num" in System.GPIO_CONFIG[name]:
79 if "gpio_pin" in System.GPIO_CONFIG[name]:
[all …]
/openbmc/linux/drivers/soc/renesas/
H A DKconfig59 #comment "Renesas ARM SoCs System Type"
357 bool "System Controller support for R-Car" if COMPILE_TEST
360 bool "System Controller support for R-Car Gen4" if COMPILE_TEST
363 bool "System Controller support for R-Car D3" if COMPILE_TEST
367 bool "System Controller support for R-Car E2" if COMPILE_TEST
371 bool "System Controller support for R-Car E3" if COMPILE_TEST
375 bool "System Controller support for R-Car H1" if COMPILE_TEST
379 bool "System Controller support for R-Car H2" if COMPILE_TEST
383 bool "System Controller support for R-Car H3" if COMPILE_TEST
387 bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST
[all …]
/openbmc/linux/scripts/package/
H A Dkernel.spec13 Group: System Environment/Kernel
29 Group: Development/System
42 Group: System Environment/Kernel
68 cp System.map %{buildroot}/boot/System.map-%{KERNELRELEASE}
79 if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KERNELRELEASE} -a -r /boot/System.map-%{KERNELREL…
81 cp /boot/System.map-%{KERNELRELEASE} /boot/.System.map-%{KERNELRELEASE}-rpm
82 rm -f /boot/vmlinuz-%{KERNELRELEASE} /boot/System.map-%{KERNELRELEASE}
83 /sbin/installkernel %{KERNELRELEASE} /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNEL…
84 rm -f /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNELRELEASE}-rpm
/openbmc/linux/arch/sparc/boot/
H A Dinstall.sh23 if [ -f $4/System.map ]; then
24 mv $4/System.map $4/System.old
28 cp $3 $4/System.map
/openbmc/linux/arch/nios2/boot/
H A Dinstall.sh23 if [ -f $4/System.map ]; then
24 mv $4/System.map $4/System.old
28 cp $3 $4/System.map
/openbmc/linux/arch/m68k/
H A Dinstall.sh23 if [ -f $4/System.map ]; then
24 mv $4/System.map $4/System.old
28 cp $3 $4/System.map
/openbmc/linux/arch/powerpc/boot/
H A Dinstall.sh28 if [ -f $4/System.map ]; then
29 mv $4/System.map $4/System.old
33 cp $3 $4/System.map
/openbmc/linux/arch/arm64/boot/
H A Dinstall.sh37 if [ -f $4/System.map-$1 ]; then
38 mv $4/System.map-$1 $4/System.map-$1.old
40 cp $3 $4/System.map-$1
/openbmc/linux/arch/parisc/
H A Dinstall.sh35 if [ -f $4/System.map-$1 ]; then
36 mv $4/System.map-$1 $4/System.map-$1.old
38 cp $3 $4/System.map-$1
/openbmc/linux/arch/riscv/boot/
H A Dinstall.sh36 if [ -f $4/System.map-$1 ]; then
37 mv $4/System.map-$1 $4/System.map-$1.old
39 cp $3 $4/System.map-$1
/openbmc/linux/arch/ia64/
H A Dinstall.sh23 if [ -f $4/System.map ]; then
24 mv $4/System.map $4/System.old
28 cp $3 $4/System.map
/openbmc/linux/arch/arm/boot/
H A Dinstall.sh36 if [ -f $4/System.map-$1 ]; then
37 mv $4/System.map-$1 $4/System.map-$1.old
39 cp $3 $4/System.map-$1
/openbmc/linux/arch/x86/boot/
H A Dinstall.sh23 if [ -f $4/System.map ]; then
24 mv $4/System.map $4/System.old
28 cp $3 $4/System.map
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Drtsm-dcscb.txt1 ARM Dual Cluster System Configuration Block
4 The Dual Cluster System Configuration Block (DCSCB) provides basic
6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
/openbmc/linux/drivers/crypto/allwinner/
H A DKconfig9 tristate "Support for Allwinner Security System cryptographic accelerator"
20 Security System. Select this if you want to use it.
21 The Security System handle AES/DES/3DES ciphers in CBC mode
28 bool "Support for Allwinner Security System PRNG"
33 the Pseudo-Random Number Generator found in the Security System.
98 tristate "Support for Allwinner Security System cryptographic offloader"
108 Select y here to have support for the Security System available on
110 The Security System handle AES/3DES ciphers in ECB/CBC mode.
125 bool "Support for Allwinner Security System PRNG"
130 the Pseudo-Random Number Generator found in the Security System.
/openbmc/qemu/tests/vm/
H A Dcentos-8-aarch64.ks8 # System bootloader configuration
20 # System language
28 # Do not configure the X Window System
30 # System services
32 # System timezone

12345678910>>...46