Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 4048) sorted by relevance

12345678910>>...162

/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddependencies.conf4 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0a1.service
5 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0a2.service
6 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0b1.service
7 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0b2.service
8 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0c1.service
9 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0c2.service
10 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0d1.service
11 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0d2.service
12 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0e1.service
13 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0e2.service
[all …]
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddependencies.conf4 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_a0.service
5 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_a1.service
6 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_b0.service
7 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_b1.service
8 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c0.service
9 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_c1.service
10 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_d0.service
11 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_d1.service
12 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_e0.service
13 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-dimm_e1.service
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dgitignore10 !/system/
11 !/system/core/
12 !/system/core/adb/
13 !/system/core/fastboot/
14 !/system/core/fs_mgr/
15 !/system/core/fs_mgr/include/
16 !/system/core/include/
17 !/system/core/include/android/
18 !/system/core/include/cutils/
19 !/system/core/include/log/
[all …]
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSystemStore.js14 const system = {};
15 system.assetTag = data.AssetTag;
16 system.description = data.Description;
17 system.firmwareVersion = data.BiosVersion;
18 system.hardwareType = data.Name;
19 system.health = data.Status?.Health;
20 system.totalSystemMemoryGiB = data.MemorySummary?.TotalSystemMemoryGiB;
21 system.id = data.Id;
22 system.locationIndicatorActive = data.LocationIndicatorActive;
23 system.locationNumber = data.Location?.PartLocation?.ServiceLabel;
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch19 debian/system/core/append2simg.mk | 2 +-
20 debian/system/core/fastboot.mk | 2 +-
21 debian/system/core/img2simg.mk | 2 +-
22 debian/system/core/libbacktrace.mk | 8 ++++----
23 debian/system/core/libbase.mk | 5 +++--
24 debian/system/core/libcutils.mk | 5 +++--
25 debian/system/core/liblog.mk | 3 ++-
26 debian/system/core/libsparse.mk | 5 +++--
27 debian/system/core/libutils.mk | 2 +-
28 debian/system/core/libziparchive.mk | 5 +++--
[all …]
H A D0001-Fixes-for-yocto-build.patch13 system/core/adb/daemon/file_sync_service.cpp | 4 ++--
14 system/core/adb/daemon/framebuffer_service.h | 2 --
15 system/core/adb/daemon/main.cpp | 5 +++--
16 system/core/adb/daemon/restart_service.h | 2 --
17 system/core/adb/daemon/services.cpp | 6 ++----
18 system/core/adb/daemon/shell_service.cpp | 5 ++++-
19 system/core/adb/types.h | 1 +
22 diff --git a/system/core/adb/daemon/file_sync_service.cpp b/system/core/adb/daemon/file_sync_servic…
24 --- a/system/core/adb/daemon/file_sync_service.cpp
25 +++ b/system/core/adb/daemon/file_sync_service.cpp
[all …]
/openbmc/linux/tools/tracing/rtla/src/
H A Dtrace.c216 free(free_event->system); in trace_events_free()
232 tevent->system = strdup(event_string); in trace_event_alloc()
233 if (!tevent->system) { in trace_event_alloc()
238 tevent->event = strstr(tevent->system, ":"); in trace_event_alloc()
292 debug_msg("Disabling %s:%s filter %s\n", tevent->system, in trace_event_disable_filter()
297 retval = tracefs_event_file_write(instance->inst, tevent->system, in trace_event_disable_filter()
300 err_msg("Error disabling %s:%s filter %s\n", tevent->system, in trace_event_disable_filter()
329 snprintf(path, 1024, "%s_%s_hist.txt", tevent->system, tevent->event); in trace_event_save_hist()
331 printf(" Saving event %s:%s hist to %s\n", tevent->system, tevent->event, path); in trace_event_save_hist()
339 hist = tracefs_event_file_read(instance->inst, tevent->system, tevent->event, "hist", 0); in trace_event_save_hist()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu1 What: /sys/devices/system/cpu/
10 /sys/devices/system/cpu/cpuX/
12 What: /sys/devices/system/cpu/kernel_max
13 /sys/devices/system/cpu/offline
14 /sys/devices/system/cpu/online
15 /sys/devices/system/cpu/possible
16 /sys/devices/system/cpu/present
35 the system.
40 What: /sys/devices/system/cpu/probe
41 /sys/devices/system/cpu/release
[all …]
H A Dsysfs-devices-memory1 What: /sys/devices/system/memory
5 The /sys/devices/system/memory contains a snapshot of the
12 What: /sys/devices/system/memory/memoryX/removable
16 The file /sys/devices/system/memory/memoryX/removable is a
24 What: /sys/devices/system/memory/memoryX/phys_device
28 The file /sys/devices/system/memory/memoryX/phys_device
33 What: /sys/devices/system/memory/memoryX/phys_index
37 The file /sys/devices/system/memory/memoryX/phys_index
42 What: /sys/devices/system/memory/memoryX/state
46 The file /sys/devices/system/memory/memoryX/state
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_dev_cgroup.c60 assert(system("rm -f /tmp/test_dev_cgroup_null") == 0); in main()
61 assert(system("mknod /tmp/test_dev_cgroup_null c 1 3")); in main()
62 assert(system("rm -f /tmp/test_dev_cgroup_null") == 0); in main()
65 assert(system("rm -f /tmp/test_dev_cgroup_zero") == 0); in main()
66 assert(system("mknod /tmp/test_dev_cgroup_zero c 1 5") == 0); in main()
67 assert(system("rm -f /tmp/test_dev_cgroup_zero") == 0); in main()
69 assert(system("dd if=/dev/urandom of=/dev/zero count=64") == 0); in main()
72 assert(system("dd if=/dev/urandom of=/dev/full count=64")); in main()
75 assert(system("dd if=/dev/random of=/dev/zero count=64")); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools_5.1.1.r37.bb24 …git://${ANDROID_MIRROR}/platform/system/core;name=core;protocol=https;nobranch=1;destsuffix=git/sy…
25 …git://${ANDROID_MIRROR}/platform/system/extras;name=extras;protocol=https;nobranch=1;destsuffix=gi…
29 file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \
30 file://core/0002-adb-Use-local-sockets-where-appropriate.patch;patchdir=system/core \
31 file://core/0003-adb-define-shell-command.patch;patchdir=system/core \
32 file://core/0004-adb-Fix-build-on-big-endian-systems.patch;patchdir=system/core \
33 file://core/0005-adb-add-base64-implementation.patch;patchdir=system/core \
34 file://core/0006-adb-Musl-fixes.patch;patchdir=system/core \
35 file://core/0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch;patchdir=system/core \
36 file://core/0008-adb-Allow-adbd-to-be-ran-as-root.patch;patchdir=system/core \
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c201 ASSERT_OK(system("ip link delete bond1"), "delete bond1"); in bonding_cleanup()
202 ASSERT_OK(system("ip link delete veth1_1"), "delete veth1_1"); in bonding_cleanup()
203 ASSERT_OK(system("ip link delete veth1_2"), "delete veth1_2"); in bonding_cleanup()
204 ASSERT_OK(system("ip netns delete ns_dst"), "delete ns_dst"); in bonding_cleanup()
386 if (!ASSERT_OK(system("ip link add veth type veth"), "add veth")) in test_xdp_bonding_attach()
388 if (!ASSERT_OK(system("ip link add bond type bond"), "add bond")) in test_xdp_bonding_attach()
403 err = system("ip link set veth master bond"); in test_xdp_bonding_attach()
437 if (!ASSERT_OK(system("ip link add vxlan type vxlan id 1 remote 1.2.3.4 dstport 0 dev lo"), in test_xdp_bonding_attach()
441 err = system("ip link set vxlan master bond"); in test_xdp_bonding_attach()
454 system("ip link del veth"); in test_xdp_bonding_attach()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddevice.cpp88 void Device::configure(Services& services, System& system, Chassis& chassis) in configure() argument
91 if (isPresent(services, system, chassis)) in configure()
96 configuration->execute(services, system, chassis, *this); in configure()
102 rail->configure(services, system, chassis, *this); in configure()
107 void Device::detectPhaseFaults(Services& services, System& system, in detectPhaseFaults() argument
111 if (isPresent(services, system, chassis)) in detectPhaseFaults()
116 phaseFaultDetection->execute(services, system, chassis, *this); in detectPhaseFaults()
121 void Device::monitorSensors(Services& services, System& system, in monitorSensors() argument
125 if (isPresent(services, system, chassis)) in monitorSensors()
130 rail->monitorSensors(services, system, chassis, *this); in monitorSensors()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/
H A Dandroid-tools_29.0.6.r14.bb25 file://debian/system/core/move-log-file-to-proper-dir.patch \
26 file://debian/system/core/Added-missing-headers.patch \
27 file://debian/system/core/libusb-header-path.patch \
28 file://debian/system/core/stdatomic.patch \
29 file://debian/system/core/Nonnull.patch \
30 file://debian/system/core/Vector-cast.patch \
31 file://debian/system/core/throw-exception-on-unknown-os.patch \
32 file://debian/system/core/simg_dump-python3.patch \
33 file://debian/system/core/fix-attribute-issue-with-gcc.patch \
34 file://debian/system/core/fix-gettid-exception-declaration.patch \
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-node1 What: /sys/devices/system/node/possible
7 What: /sys/devices/system/node/online
13 What: /sys/devices/system/node/has_normal_memory
19 What: /sys/devices/system/node/has_cpu
25 What: /sys/devices/system/node/has_high_memory
32 What: /sys/devices/system/node/nodeX
40 What: /sys/devices/system/node/nodeX/cpumap
46 What: /sys/devices/system/node/nodeX/cpulist
52 What: /sys/devices/system/node/nodeX/meminfo
59 What: /sys/devices/system/node/nodeX/numastat
[all …]
/openbmc/boost-dbus/test/
H A Davahi.cpp21 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST()
26 m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
45 t.async_wait([&](const boost::system::error_code& /*e*/) { in TEST()
54 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST()
73 std::function<void(boost::system::error_code, dbus::message)> event_handler = in TEST()
74 [&](boost::system::error_code ec, dbus::message s) { in TEST()
85 t.async_wait([&](const boost::system::error_code& /*e*/) { in TEST()
95 t.async_wait([&](const boost::system::error_code& /*e*/) { in TEST()
100 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST()
107 m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
[all …]
/openbmc/linux/Documentation/admin-guide/pm/
H A Dsleep-states.rst13 Sleep states are global low-power states of the entire system in which user
14 space code cannot be executed and the overall system activity is significantly
22 the Linux kernel can support up to four system sleep states, including
23 hibernation and up to three variants of system suspend. The sleep states that
31 This is a generic, pure software, light-weight variant of system suspend (also
36 states while the system is suspended.
38 The system is woken up from this state by in-band interrupts, so theoretically
44 deeper system suspend variants to provide reduced resume latency. It is always
54 operating state is lost (the system core logic retains power), so the system can
59 <s2idle>` too, nonboot CPUs are taken offline and all low-level system functions
[all …]
H A Dstrategies.rst15 One of them is based on using global low-power states of the whole system in
16 which user space code cannot be executed and the overall system activity is
18 kernel puts the system into one of these states when requested by user space
19 and the system stays in it until a special signal is received from one of
21 user space code can run. Because sleep states are global and the whole system
23 :doc:`system-wide power management <system-wide>`.
27 components of the system, as needed, in the working state. In consequence, if
28 this strategy is in use, the working state of the system usually does not
30 a metastate covering a range of different power states of the system in which
37 If all of the system components are active, the system as a whole is regarded as
[all …]
/openbmc/boost-dbus/include/dbus/
H A Derror.hpp19 class error_category : public boost::system::error_category {
32 inline const boost::system::error_category &get_dbus_category() { in get_dbus_category()
67 boost::system::error_code error_code() const;
68 boost::system::system_error system_error() const;
72 inline boost::system::error_code error::error_code() const { in error_code()
73 return boost::system::error_code(is_set(), get_dbus_category()); in error_code()
76 inline boost::system::system_error error::system_error() const { in system_error()
77 return boost::system::system_error( in system_error()
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-greatlakes/greatlakes-sysinit/
H A Dgreatlakes-sysinit.bb1 SUMMARY = "Initialize system state"
2 DESCRIPTION = "Initialize system state"
16 file://greatlakes-system-state-init \
17 file://greatlakes-system-state-init@.service \
22 install -m 0755 ${UNPACKDIR}/greatlakes-system-state-init ${D}${libexecdir}/${PN}/
26 GREATLAKES_SYS_ST_INIT_INSTFMT="../greatlakes-system-state-init@.service:${TGT}.wants/greatlakes-sy…
28 SYSTEMD_SERVICE:${PN} += "greatlakes-system-state-init@.service"
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsystem_tests.cpp75 System system{std::move(rules), std::move(chassis)}; in TEST() local
76 EXPECT_EQ(system.getChassis().size(), 1); in TEST()
77 EXPECT_EQ(system.getChassis()[0]->getNumber(), 1); in TEST()
78 EXPECT_NO_THROW(system.getIDMap().getRule("set_voltage_rule")); in TEST()
79 EXPECT_NO_THROW(system.getIDMap().getDevice("reg1")); in TEST()
80 EXPECT_NO_THROW(system.getIDMap().getRail("rail1")); in TEST()
81 EXPECT_THROW(system.getIDMap().getRail("rail2"), std::invalid_argument); in TEST()
82 EXPECT_EQ(system.getRules().size(), 1); in TEST()
83 EXPECT_EQ(system.getRules()[0]->getID(), "set_voltage_rule"); in TEST()
113 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
[all …]
/openbmc/linux/Documentation/livepatch/
H A Dsystem-state.rst5 Some users are really reluctant to reboot a system. This brings the need
14 change the system behavior or state so that it is no longer safe to
19 This is where the livepatch system state tracking gets useful. It
22 - store data needed to manipulate and restore the system state
28 1. Livepatch system state API
31 The state of the system might get modified either by several livepatch callbacks
46 - Non-zero number used to identify the affected system state.
50 - Number describing the variant of the system state change that
68 The system state version is used to prevent loading incompatible livepatches.
71 - Any completely new system state modification is allowed.
[all …]
/openbmc/bmcweb/include/
H A Ddbus_utility.hpp98 inline void logError(const boost::system::error_code& ec) in logError()
136 std::function<void(const boost::system::error_code&, in getAllProperties()
148 std::function<void(const boost::system::error_code&, const PropertyType&)>&& in getProperty()
161 std::function<void(const boost::system::error_code&, const PropertyType&)>&& in getProperty()
171 std::function<void(const boost::system::error_code&, in getAllProperties()
181 [callback = std::move(callback)](const boost::system::error_code& ec, in checkDbusPathExists()
194 std::function<void(const boost::system::error_code&, in getSubTree()
199 const boost::system::error_code& ec, in getSubTree()
210 std::function<void(const boost::system::error_code&, in getSubTreePaths()
215 const boost::system::error_code& ec, in getSubTreePaths()
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp32 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getIndicatorLedState()
35 if (ec == boost::system::errc::invalid_argument) in getIndicatorLedState()
55 [asyncResp](const boost::system::error_code& ec2, in getIndicatorLedState()
57 if (ec2 == boost::system::errc::invalid_argument) in getIndicatorLedState()
121 ledBlinkng](const boost::system::error_code& ec) mutable { in setIndicatorLedState()
156 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getSystemLocationIndicatorActive()
159 if (ec == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive()
178 [asyncResp](const boost::system::error_code& ec2, in getSystemLocationIndicatorActive()
180 if (ec2 == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive()
215 [asyncResp, ledState](const boost::system::error_code& ec) { in setSystemLocationIndicatorActive()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dadd-missing-headers.patch4 --- a/system/core/fs_mgr/liblp/reader.cpp
5 +++ b/system/core/fs_mgr/liblp/reader.cpp
14 --- a/system/core/fs_mgr/liblp/writer.cpp
15 +++ b/system/core/fs_mgr/liblp/writer.cpp
24 --- a/system/core/liblog/logger_write.cpp
25 +++ b/system/core/liblog/logger_write.cpp
34 --- a/system/core/libziparchive/zip_archive_stream_entry.cc
35 +++ b/system/core/libziparchive/zip_archive_stream_entry.cc

12345678910>>...162