Home
last modified time | relevance | path

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

12345678910>>...24

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dsystem.hpp34 class System class
37 System() = delete;
38 System(const System&) = delete;
39 System(System&&) = delete;
40 System& operator=(const System&) = delete;
41 System& operator=(System&&) = delete;
42 ~System() = default;
49 explicit System(std::vector<std::unique_ptr<Chassis>> chassis) : in System() function in phosphor::power::sequencer::System
/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);
H A Ddevice.hpp36 class System;
132 void configure(Services& services, System& system, Chassis& chassis);
145 void detectPhaseFaults(Services& services, System& system,
229 bool isPresent(Services& services, System& system, Chassis& chassis) in isPresent()
263 void monitorSensors(Services& services, System& system, Chassis& chassis);
H A Drail.hpp32 class System;
91 void configure(Services& services, System& system, Chassis& chassis,
128 void monitorSensors(Services& services, System& system, Chassis& chassis,
H A Dchassis.cpp64 void Chassis::configure(Services& services, System& system) in configure()
77 void Chassis::detectPhaseFaults(Services& services, System& system) in detectPhaseFaults()
86 void Chassis::monitorSensors(Services& services, System& system) in monitorSensors()
/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-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.cpp47 const std::string System::dumpFile = "/tmp/fan_monitor_dump.json";
49 System::System(Mode mode, sdbusplus::bus_t& bus, in System() function in phosphor::fan::monitor::System
57 bus, std::bind(std::mem_fn(&System::powerStateChanged), this, in System()
62 void System::start() in start()
69 std::bind(&System::inventoryOnlineCb, this, std::placeholders::_1)); in start()
86 void System::load() in load()
127 void System::subscribeSensorsToServices() in subscribeSensorsToServices()
187 std::bind(&System::tachSignalOffline, this, in subscribeSensorsToServices()
198 void System::inventoryOnlineCb(sdbusplus::message_t& msg) in inventoryOnlineCb()
227 void System::sighupHandler(sdeventplus::source::Signal&, in sighupHandler()
[all …]
H A Dmain.cpp75 System system(mode, bus, event); in main()
79 phosphor::fan::JsonConfig config(std::bind(&System::start, &system)); in main()
85 std::bind(&System::sighupHandler, &system, std::placeholders::_1, in main()
92 std::bind(&System::dumpDebugData, &system, std::placeholders::_1, in main()
/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/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/openbmc-test-automation/extended/
H A D__init__.robot10 Suite Setup System Driver Data
14 System Driver Data
15 [Documentation] System driver information.
20 ${bmc_model}= Get BMC System Model
/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
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Fedora/
H A Dks.cfg9 # System language
22 # Do not configure the X Window System
25 # System bootloader configuration
31 # System timezone
/openbmc/openbmc-test-automation/redfish/
H A D__init__.robot6 Suite Setup Get System Environment
10 Get System Environment
11 [Documentation] System environment details.
/openbmc/qemu/docs/system/arm/
H A Demcraft-sf2.rst5 Emcraft (M2S010). This is a System-on-Module from EmCraft systems,
11 - System timer
12 - System registers
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/System/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Item/System'
8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/System.interface.yaml',
28 'xyz/openbmc_project/Inventory/Item/System',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/System/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Dump/Entry/System'
8 '../../../../../../yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml',
28 'xyz/openbmc_project/Dump/Entry/System',
/openbmc/openbmc-test-automation/xcat/
H A D__init__.robot10 Suite Setup Log System Driver Data
14 Log System Driver Data
26 ${bmc_model}= Get BMC System Model
/openbmc/openbmc-test-automation/openpower/vpd/
H A Dtest_vpd_tool.robot2 Documentation This suite tests System Vital Product Data (VPD) using vpdtool.
21 Verify System VPD Data Via Vpdtool
27 System Model
28 System SerialNumber
29 System LocationCode
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot60 Test System Cleanup
73 Test System Cleanup
77 Test System Cleanup
82 Run Keyword And Ignore Error Redfish Delete All System Dumps
92 Log To Console Trigger System dump
94 ... DiagnosticDataType=OEM OEMDiagnosticDataType=System
143 # "Name": "System Dump Entry",
144 # "OEMDiagnosticDataType": "System"
147 Log To Console System dump generated: ${sys_dump['Members@odata.count']}
/openbmc/u-boot/drivers/firmware/
H A DKconfig13 tristate "TI System Control Interface (TISCI) Message Protocol"
17 TI System Control Interface (TISCI) Message Protocol is used to manage
19 complex System on Chip (SoC) such as those found on certain K3

12345678910>>...24