Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/
H A Dphosphor-power_git.bb2 DESCRIPTION = "Configure and monitor power supplies, power sequencers, and \
18 ${PN}-monitor \
19 ${PN}-psu-monitor \
46 # The monitor packages use an org.open_power D-Bus interface and so
48 PACKAGECONFIG[monitor] = "-Dsupply-monitor=true, -Dsupply-monitor=false"
49 PACKAGECONFIG[monitor-ng] = "-Dsupply-monitor-ng=true, -Dsupply-monitor-ng=false"
51 SEQ_MONITOR_SVC = "pseq-monitor.service"
52 SEQ_PGOOD_SVC = "pseq-monitor-pgood.service"
53 PSU_MONITOR_TMPL = "power-supply-monitor@.service"
54 PSU_MONITOR_SVC = "phosphor-psu-monitor.service"
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/
H A Dphosphor-fan_%.bbappend24 …fan-control:witherspoon += "fan-watchdog-monitor.conf:phosphor-fan-control-init@0.service.d/fan-wa…
25 …r-fan-control:witherspoon += "fan-watchdog-monitor.conf:phosphor-fan-control@0.service.d/fan-watch…
26 …OVERRIDE:phosphor-fan-monitor:witherspoon += "fan-watchdog-monitor.conf:phosphor-fan-monitor-init@…
27 …MD_OVERRIDE:phosphor-fan-monitor:witherspoon += "fan-watchdog-monitor.conf:phosphor-fan-monitor@0.…
28 …phor-fan-control:p10bmc += "fan-watchdog-monitor.conf:phosphor-fan-control-init@0.service.d/fan-wa…
29 …osphor-fan-control:p10bmc += "fan-watchdog-monitor.conf:phosphor-fan-control@0.service.d/fan-watch…
30 …MD_OVERRIDE:phosphor-fan-monitor:p10bmc += "fan-watchdog-monitor.conf:phosphor-fan-monitor-init@0.…
31 …TEMD_OVERRIDE:phosphor-fan-monitor:p10bmc += "fan-watchdog-monitor.conf:phosphor-fan-monitor@0.ser…
35 SYSTEMD_OVERRIDE:phosphor-fan-monitor:witherspoon += "fan-watchdog-conflicts.conf:phosphor-fan-moni…
37 SYSTEMD_OVERRIDE:phosphor-fan-monitor:p10bmc += "fan-watchdog-conflicts.conf:phosphor-fan-monitor@0…
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/
H A Dphosphor-fan_git.bb15 PACKAGECONFIG ?= "presence control monitor sensor-monitor"
16 # The control, monitor, and presence apps can either be JSON or YAML driven.
43 # ${PN}-monitor specific configuration
44 PACKAGECONFIG[monitor] = "-Dmonitor-service=enabled \
46 -Dfan-monitor-yaml-file=${STAGING_DIR_HOST}${monitor_datadir}/monitor.yaml, \
48 phosphor-fan-monitor-config \
51 RDEPENDS:${PN}-monitor:append = " \
52 ${@bb.utils.contains('PACKAGECONFIG', 'sensor-monitor', '${PN}-sensor-monitor', '', d)} \
58 # ${PN}-sensor-monitor specific configuration
59 PACKAGECONFIG[sensor-monitor] = "-Dsensor-monitor-service=enabled,-Dsensor-monitor-service=disabled"
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_git.bb1 SUMMARY = "Phosphor GPIO monitor application"
2 DESCRIPTION = "Application to monitor gpio assertions"
3 HOMEPAGE = "http://github.com/openbmc/phosphor-gpio-monitor"
19 SRC_URI = "git://github.com/openbmc/phosphor-gpio-monitor;branch=master;protocol=https"
23 SYSTEMD_SERVICE:${PN}-monitor += "phosphor-multi-gpio-monitor.service"
24 SYSTEMD_SERVICE:${PN}-monitor += "phosphor-gpio-monitor@.service"
34 FILES:${PN}-monitor += "${bindir}/phosphor-gpio-monitor"
35 FILES:${PN}-monitor += "${bindir}/phosphor-multi-gpio-monitor"
36 FILES:${PN}-monitor += "${bindir}/phosphor-gpio-util"
37 FILES:${PN}-monitor += "${nonarch_base_libdir}/udev/rules.d/99-gpio-keys.rules"
[all …]
/openbmc/linux/Documentation/trace/rv/
H A Dda_monitor_synthesis.rst8 The formal representation needs to be then *synthesized* into a *monitor*
10 *monitor* connects to the system via an *instrumentation* that converts
15 the *RV monitor* abstraction. The RV monitor includes a set of instances
16 of the monitor (per-cpu monitor, per-task monitor, and so on), the helper
17 functions that glue the monitor to the system reference model, and the
39 DA monitor synthesis
42 The synthesis of automata-based models into the Linux *RV monitor* abstraction
44 contains a set of macros that automatically generate the monitor's code.
51 a kernel monitor in C.
54 [1] into a per-cpu monitor with the following command::
[all …]
/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend3 SRC_URI:append:fb-compute-multihost = " file://phosphor-multi-gpio-monitor.json"
9 SYSTEMD_SERVICE:${PN}-monitor += "phosphor-multi-gpio-monitor.service"
12 SYSTEMD_LINK:${PN}-monitor:append = " ../phosphor-multi-gpio-monitor.service:multi-user.target.requ…
14 GPIO_HOST_TEMPLATES:append = " ${UNPACKDIR}/phosphor-multi-gpio-monitor.json"
18 install -d ${D}${datadir}/phosphor-gpio-monitor
19 install -m 0644 ${UNPACKDIR}/phosphor-multi-gpio-monitor.json \
20 ${D}${datadir}/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json
26 install -d ${D}${libexecdir}/phosphor-gpio-monitor
27 install -m 0755 ${UNPACKDIR}/ipmb-rescan-fru ${D}${libexecdir}/phosphor-gpio-monitor/
/openbmc/linux/kernel/trace/rv/
H A Drv.c218 buff = mdef->monitor->enabled ? "1\n" : "0\n"; in monitor_enable_read_data()
230 if (mdef->monitor->enabled) { in __rv_disable_monitor()
231 mdef->monitor->enabled = 0; in __rv_disable_monitor()
232 mdef->monitor->disable(); in __rv_disable_monitor()
270 if (mdef->monitor->enabled) in rv_enable_monitor()
273 retval = mdef->monitor->enable(); in rv_enable_monitor()
276 mdef->monitor->enabled = 1; in rv_enable_monitor()
325 snprintf(buff, sizeof(buff), "%s\n", mdef->monitor->description); in monitor_desc_read_data()
344 const char *name = mdef->monitor->name; in create_monitor_dir()
382 seq_printf(m, "%s\n", mon_def->monitor->name); in monitors_show()
[all …]
/openbmc/u-boot/common/
H A Dedid.c49 struct edid_monitor_descriptor *monitor; in edid_get_ranges() local
56 monitor = &edid->monitor_details.descriptor[i]; in edid_get_ranges()
57 if (monitor->type == EDID_MONITOR_DESCRIPTOR_RANGE) { in edid_get_ranges()
58 *hmin = monitor->data.range_data.horizontal_min; in edid_get_ranges()
59 *hmax = monitor->data.range_data.horizontal_max; in edid_get_ranges()
60 *vmin = monitor->data.range_data.vertical_min; in edid_get_ranges()
61 *vmax = monitor->data.range_data.vertical_max; in edid_get_ranges()
258 static void edid_print_dtd(struct edid_monitor_descriptor *monitor, in edid_print_dtd() argument
261 unsigned char *bytes = (unsigned char *)monitor; in edid_print_dtd()
263 (struct edid_detailed_timing *)monitor; in edid_print_dtd()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/
H A Dtime_t.patch22 libsn/sn-monitor.c | 8 ++++----
23 libsn/sn-monitor.h | 8 ++++----
26 diff --git a/libsn/sn-monitor.c b/libsn/sn-monitor.c
28 --- a/libsn/sn-monitor.c
29 +++ b/libsn/sn-monitor.c
52 diff --git a/libsn/sn-monitor.h b/libsn/sn-monitor.h
54 --- a/libsn/sn-monitor.h
55 +++ b/libsn/sn-monitor.h
91 libsn/sn-monitor.h | 1 +
94 diff --git a/libsn/sn-monitor.h b/libsn/sn-monitor.h
[all …]
/openbmc/linux/net/bluetooth/
H A Dmsft.c260 struct adv_monitor *monitor, in msft_le_monitor_advertisement_cb() argument
286 handle_data->mgmt_handle = monitor->handle; in msft_le_monitor_advertisement_cb()
292 monitor->state = ADV_MONITOR_STATE_OFFLOADED; in msft_le_monitor_advertisement_cb()
296 hci_free_adv_monitor(hdev, monitor); in msft_le_monitor_advertisement_cb()
369 struct adv_monitor *monitor, in msft_le_cancel_monitor_advertisement_cb() argument
390 handle_data = msft_find_handle_data(hdev, monitor->handle, true); in msft_le_cancel_monitor_advertisement_cb()
393 if (monitor->state == ADV_MONITOR_STATE_OFFLOADED) in msft_le_cancel_monitor_advertisement_cb()
394 monitor->state = ADV_MONITOR_STATE_REGISTERED; in msft_le_cancel_monitor_advertisement_cb()
400 hci_free_adv_monitor(hdev, monitor); in msft_le_cancel_monitor_advertisement_cb()
425 struct adv_monitor *monitor) in msft_remove_monitor_sync() argument
[all …]
/openbmc/phosphor-fan-presence/
H A Dmeson.options72 'monitor-service',
75 description: 'Build fan monitor service',
79 'fan-monitor-yaml-file',
81 value: 'example/monitor.yaml',
86 'num-monitor-log-entries',
89 description: 'Maximum number of entries in the monitor log.',
100 'monitor-use-host-state',
103 description: 'Use CurrentHostState for fan monitor to decide power state.',
132 'sensor-monitor-service',
135 description: 'Build sensor monitor.',
[all …]
H A Dmeson.build117 conf.set('NUM_MONITOR_LOG_ENTRIES', get_option('num-monitor-log-entries'))
118 conf.set_quoted('FAN_MONITOR_YAML_FILE', get_option('fan-monitor-yaml-file'))
120 if get_option('monitor-use-host-state').allowed()
140 get_option('sensor-monitor-persist-root-path'),
153 get_option('sensor-monitor-hard-shutdown-delay'),
157 get_option('sensor-monitor-soft-shutdown-delay'),
178 if get_option('monitor-service').allowed()
179 subdir('monitor') subdir
180 service_files = ['phosphor-fan-monitor@.service']
182 service_files += 'phosphor-fan-monitor-init@.service'
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dwrite-zeroes-unmap54 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT \
64 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT \
75 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT \
85 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,discard=off \
95 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,detect-zeroes=on \
105 … | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,detect-zeroes=on,discard=on \
115 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,discard=on \
125 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,discard=on \
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dphosphor-multi-gpio-monitor.service2 Description=Phosphor Multi GPIO monitor
7 ExecStartPre=/usr/libexec/phosphor-gpio-monitor/prepare-serv-json phosphor-multi-gpio-monitor
8 ExecStart=/usr/bin/phosphor-multi-gpio-monitor --config /var/lib/phosphor-gpio-monitor/phosphor-mul…
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-ip-monitor.bb9 file://gbmc-ip-monitor.service \
10 file://gbmc-ip-monitor.sh \
11 file://gbmc-ip-monitor-test.sh \
24 SYSTEMD_SERVICE:${PN} += "gbmc-ip-monitor.service"
27 SYSROOT="$PKG_CONFIG_SYSROOT_DIR" bash gbmc-ip-monitor-test.sh || exit
32 install -m0755 gbmc-ip-monitor.sh ${D}${libexecdir}/
35 install -m0644 gbmc-ip-monitor.service ${D}${systemd_system_unitdir}/
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend7 file://catalina-gpio-monitor \
9 file://phosphor-multi-gpio-monitor.json \
11 file://phosphor-multi-gpio-monitor-evt.json \
20 SYSTEMD_SERVICE:${PN}-monitor += " \
41 install -m 0644 ${UNPACKDIR}/phosphor-multi-gpio-monitor.json \
42 ${D}${datadir}/${PN}/phosphor-multi-gpio-monitor.json
45 install -m 0644 ${UNPACKDIR}/phosphor-multi-gpio-monitor.json \
46 ${D}${datadir}/${PN}/phosphor-multi-gpio-monitor-evt.json
50 install -m 0755 ${UNPACKDIR}/catalina-gpio-monitor ${D}${libexecdir}/${PN}/catalina-gpio-monitor
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-systemd-target-monitor.service2 Description=phosphor systemd target monitor
9 ExecStart=/usr/bin/phosphor-systemd-target-monitor \
10 -f /etc/phosphor-systemd-target-monitor/phosphor-target-monitor-default.json \
11 -s /etc/phosphor-systemd-target-monitor/phosphor-service-monitor-default.json
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend7 RDEPENDS:${PN}-monitor:append = " bash"
9 SYSTEMD_SERVICE:${PN}-monitor += " \
16 FILES:${PN}-monitor += " \
20 SYSTEMD_LINK:${PN}-monitor:append = " ../phosphor-multi-gpio-monitor.service:multi-user.target.requ…
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/
H A Dphosphor-fan_%.bbappend16 PACKAGECONFIG:append = " json sensor-monitor"
19 RDEPENDS:${PN}-sensor-monitor = " bash"
30 install -d ${D}${libexecdir}/phosphor-fan-sensor-monitor
31 install -m 0755 ${UNPACKDIR}/host-poweroff ${D}${libexecdir}/phosphor-fan-sensor-monitor/
34 pkg_postinst:${PN}-sensor-monitor() {
48 pkg_postinst:${PN}-sensor-monitor:fb-compute-singlehost() {
53 FILES:${PN}-sensor-monitor += "${libexecdir}/phosphor-fan-sensor-monitor/host-poweroff"
54 FILES:${PN}-sensor-monitor += "${systemd_system_unitdir}"
/openbmc/phosphor-led-manager/fault-monitor/
H A Dmeson.build1 fault_monitor_sources = ['monitor-main.cpp']
3 if get_option('monitor-operational-status').allowed()
4 fault_monitor_sources += ['../utils.cpp', 'operational-status-monitor.cpp']
6 fault_monitor_sources += ['fru-fault-monitor.cpp']
10 'phosphor-fru-fault-monitor',
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend3 SRC_URI += "file://greatlakes-phosphor-multi-gpio-monitor.json"
6 install -d ${D}${datadir}/phosphor-gpio-monitor
7 install -m 0644 ${UNPACKDIR}/greatlakes-phosphor-multi-gpio-monitor.json \
8 ${D}${datadir}/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json
/openbmc/phosphor-power/services/
H A Dpower-supply-monitor@.service7 ConditionPathExists=/etc/default/obmc/power-supply-monitor/power-supply-monitor-%i.conf
10 EnvironmentFile=/etc/default/obmc/power-supply-monitor/power-supply-monitor-%i.conf
11 ExecStart=/usr/bin/env psu-monitor --path=${DEVPATH} --instance=${INSTANCE} --inventory=${INVENTORY…
12 SyslogIdentifier=psu-monitor
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dcheckstop-monitor.bb1 SUMMARY = "OpenPOWER Host checkstop monitor application"
12 DEPENDS += "phosphor-gpio-monitor"
13 RDEPENDS:${PN} += "phosphor-gpio-monitor-monitor"
28 SYSTEMD_OVERRIDE:${PN} +="checkstop.conf:phosphor-gpio-monitor@checkstop.service.d/checkstop.conf"
31 GPIO_MONITOR_TMPL = "phosphor-gpio-monitor@.service"
32 GPIO_MONITOR_TGTFMT = "phosphor-gpio-monitor@{1}.service"
/openbmc/docs/designs/
H A Dhw-fault-monitor.md12 The goal is to create a new hardware fault monitor which will provide a
17 information through BMC interfaces, the hardware fault monitor will also receive
22 Future expansion of the hardware fault monitor would include adding the means to
25 hardware fault monitor could receive repair action requests via Redfish from
34 https://github.com/openbmc/host-error-monitor
53 https://github.com/openbmc/phosphor-led-manager/blob/master/fault-monitor/fru-fault-monitor.hpp
67 goal of the fault monitor is to enable rich error logging (OEM and CPU vendor
68 specific) for data center tools to monitor servers, manage repairs, predict
71 - The fault monitor must be able to handle receiving fault information that is
75 - The fault monitor should allow for logging of a variety of sizes of fault
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D186.out7 QEMU X.Y.Z monitor - type 'help' for more information
15 QEMU X.Y.Z monitor - type 'help' for more information
23 QEMU X.Y.Z monitor - type 'help' for more information
31 QEMU X.Y.Z monitor - type 'help' for more information
39 QEMU X.Y.Z monitor - type 'help' for more information
47 QEMU X.Y.Z monitor - type 'help' for more information
58 QEMU X.Y.Z monitor - type 'help' for more information
66 QEMU X.Y.Z monitor - type 'help' for more information
74 QEMU X.Y.Z monitor - type 'help' for more information
82 QEMU X.Y.Z monitor - type 'help' for more information
[all …]

12345678910>>...43