/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
H A D | Intrusion.interface.yaml | 12 - name: Rearm 22 Methods to rearm the chassis intrusion status. 26 Automatic Rearm method. 29 Manual Rearm method.
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | ChassisIntrusionSensor.cpp | 87 // Automatic Rearm mode allows direct update in updateValue() 88 // Manual Rearm mode requires a rearm action to clear the intrusion in updateValue() 97 // (because the rearm action already did). in updateValue() 108 // Flush the rearm flag everytime it allows an update to Dbus in updateValue() 298 and raise rearm flag in Manual rearm mode. in pollSensorStatus() 340 mIface->register_property("Rearm", rearmStr); in setSensorValue()
|
H A D | ChassisIntrusionSensor.hpp | 30 // If this sensor uses automatic rearm method. Otherwise, manually rearm it
|
H A D | IntrusionSensorMain.cpp | 94 // Rearm defaults to "Automatic" mode in createSensorsFromConfig() 96 auto findRearm = baseConfiguration->second.find("Rearm"); in createSensorsFromConfig() 102 lg2::error("Wrong input for Rearm parameter"); in createSensorsFromConfig()
|
/openbmc/qemu/util/ |
H A D | qemu-timer.c | 433 bool rearm; in timer_mod_ns() local 437 rearm = timer_mod_ns_locked(timer_list, ts, expire_time); in timer_mod_ns() 440 if (rearm) { in timer_mod_ns() 451 bool rearm = false; in timer_mod_anticipate_ns() local 458 rearm = timer_mod_ns_locked(timer_list, ts, expire_time); in timer_mod_anticipate_ns() 460 rearm = false; in timer_mod_anticipate_ns() 463 if (rearm) { in timer_mod_anticipate_ns()
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 353 int rearm = 0; in i8257_dma_run() local 356 rearm = 1; in i8257_dma_run() 369 rearm = 1; in i8257_dma_run() 375 if (rearm) { in i8257_dma_run()
|
/openbmc/pldm/host-bmc/ |
H A D | dbus_to_event_handler.hpp | 65 * @param[in] sensorRearm - sensor rearm value with in the sensor
|
/openbmc/pldm/libpldmresponder/ |
H A D | platform_state_sensor.hpp | 125 …"The requester sent wrong sensor rearm count '{SENSOR_REARM_COUNT}' for the sensor ID '{SENSORID}'… in getStateSensorReadingsHandler()
|
H A D | platform.hpp | 494 * @param[in] sensorRearm - rearm value within the sensor 556 * @param[in] sensorRearmCount - sensor rearm count
|
H A D | platform.cpp | 890 "The requester sent wrong sensor rearm count '{SENSOR_REARM_COUNT}' for the sensor ID '{SENSORID}'.", in isOemStateSensor()
|
/openbmc/phosphor-dbus-monitor/src/example/ |
H A D | example.yaml | 227 once to rearm the callback.'
|
/openbmc/qemu/target/s390x/ |
H A D | machine.c | 40 /* Rearm the CKC timer if necessary */ in cpu_post_load()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 1859 app->add_option("-r, --rearm", sensorRearm, in GetStateSensorReadings() 1952 app->add_option("-r, --rearm", rearm, in GetSensorReading() 1965 encode_get_sensor_reading_req(instanceId, sensorId, rearm, request); in createRequestMsg() 2059 uint8_t rearm; member in pldmtool::platform::GetSensorReading
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_sdr.h | 365 uint8_t rearm:1; member 373 uint8_t rearm:1;
|
/openbmc/entity-manager/schemas/ |
H A D | legacy.json | 131 "Rearm": { object
|
/openbmc/fb-ipmi-oem/src/ |
H A D | storagecommands.cpp | 703 record.body.sensor_capabilities = 0x60; // auto rearm - todo hysteresis in ipmiStorageGetSDR()
|
/openbmc/entity-manager/configurations/ampere/ |
H A D | mtjefferson_mb.json | 1107 "Rearm": "Manual", string
|
H A D | mtmitchell_mb.json | 1639 "Rearm": "Manual", string
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 2843 * more coming and immediately rearm in virtio_net_tx_timer() 2854 * we find something, assume the guest is still active and rearm in virtio_net_tx_timer()
|
H A D | e1000.c | 309 * Then rearm the timer. in set_interrupt_cause()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 1809 record.body.sensorCapabilities = 0x68; // auto rearm - todo hysteresis in constructSensorSdr()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sdr.c | 258 * threshold rearm point is computed using threshold +/- hysterisis
|