/openbmc/linux/arch/s390/include/asm/ |
H A D | asm-extable.h | 26 #define __EX_TABLE(_section, _fault, _target, _type) \ argument 30 stringify_in_c(.long (_target) - .;) \ 35 #define __EX_TABLE_UA(_section, _fault, _target, _type, _regerr, _regaddr, _len)\ argument 39 stringify_in_c(.long (_target) - .;) \ 74 #define EX_TABLE(_fault, _target) \ argument 75 __EX_TABLE(__ex_table, _fault, _target, EX_TYPE_FIXUP) 77 #define EX_TABLE_AMODE31(_fault, _target) \ argument 78 __EX_TABLE(.amode31.ex_table, _fault, _target, EX_TYPE_FIXUP) 80 #define EX_TABLE_UA_STORE(_fault, _target, _regerr) \ argument 81 __EX_TABLE_UA(__ex_table, _fault, _target, EX_TYPE_UA_STORE, _regerr, _regerr, 0) [all …]
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | zone.cpp | 53 _incDelay(0), _decInterval(0), _floor(0), _target(0), _incDelta(0), 148 if (_target != target) in setTarget() 152 std::format("Set target {} (from {})", target, _target)); in setTarget() 154 _target = target; in setTarget() 157 fan->setTarget(_target); in setTarget() 243 if (_target != itHoldMax->second) in setTargetHold() 251 _target = itHoldMax->second; in setTargetHold() 254 fan->setTarget(_target); in setTargetHold() 323 if (_target < _floor) in setFloorHold() 325 requestIncrease(_floor - _target); in setFloorHold() [all …]
|
H A D | fan.cpp | 85 _target = util::SDBusPlus::getProperty<uint64_t>( in setSensors() 103 if ((_target == target) || !_lockedTargets.empty()) in setTarget() 124 _target = target; in setTarget() 131 if (target >= _target || _lockedTargets.empty()) in lockTarget()
|
H A D | fan.hpp | 103 return _target; in getTarget() 150 uint64_t _target; member in phosphor::fan::control::json::Fan
|
H A D | zone.hpp | 159 return _target; in getTarget() 452 uint64_t _target; member in phosphor::fan::control::json::Zone 534 return (_requestTargetBase != 0) ? _requestTargetBase : _target; in getRequestTargetBase()
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | override_fan_target.cpp | 95 _target, fanList, zone.getName())); in lockFans() 99 zone.lockFanTarget(fan, _target); in lockFans() 116 record(std::format("Un-locking fan target {} on fans [{}] zone {}", _target, in unlockFans() 122 zone.unlockFanTarget(fan, _target); in unlockFans() 155 _target = jsonObj["target"].get<uint64_t>(); in setTarget()
|
H A D | missing_owner_target.cpp | 52 zone.setTargetHold(group.getName(), _target, isMissingOwner); in run() 63 _target = jsonObj["target"].get<uint64_t>(); in setTarget()
|
H A D | count_state_target.cpp | 72 zone.setTargetHold(getUniqueName(), _target, (numAtState >= _count)); in run() 102 _target = jsonObj["target"].get<uint64_t>(); in setTarget()
|
H A D | missing_owner_target.hpp | 72 uint64_t _target; member in phosphor::fan::control::json::MissingOwnerTarget
|
H A D | count_state_target.hpp | 81 uint64_t _target; member in phosphor::fan::control::json::CountStateTarget
|
H A D | override_fan_target.hpp | 110 uint64_t _target; member in phosphor::fan::control::json::OverrideFanTarget
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 41 stringify_in_c(.long (_target) - . ;) \
|
H A D | ppc_asm.h | 860 #define RESTART_TABLE(_start, _end, _target) \ argument 865 stringify_in_c(.llong (_target);) \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 41 stringify_in_c(.long (_target) - . ;) \
|
H A D | ppc_asm.h | 860 #define RESTART_TABLE(_start, _end, _target) \ argument 865 stringify_in_c(.llong (_target);) \
|
/openbmc/ipmitool/control/ |
H A D | rpmrc | 1 …es: /usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/etc/rpm/macros.specspo:/etc/rpm/macros:/et…
|
/openbmc/linux/tools/perf/util/ |
H A D | stat-display.c | 1244 struct target *_target __maybe_unused, in print_header_interval_std() 1291 struct target *_target, struct evlist *evlist, in print_header_std() argument 1299 if (_target->bpf_str) in print_header_std() 1300 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std() 1301 else if (_target->system_wide) in print_header_std() 1303 else if (_target->cpu_list) in print_header_std() 1304 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std() 1305 else if (!target__has_task(_target)) { in print_header_std() 1309 } else if (_target->pid) in print_header_std() 1310 fprintf(output, "process id \'%s", _target->pid); in print_header_std() [all …]
|
H A D | stat.h | 224 struct target *_target, struct timespec *ts, int argc, const char **argv);
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch | 37 confdir, "/platform/%{_target}/macros", ":", 42 - SYSCONFDIR "/rpm/%{_target}/macros", NULL); 45 + etcconfdir, SYSCONFDIR "/rpm/%{_target}/macros", NULL);
|
H A D | 0001-Do-not-read-config-files-from-HOME.patch | 30 - SYSCONFDIR "/rpm/%{_target}/macros", ":", 32 + SYSCONFDIR "/rpm/%{_target}/macros", NULL);
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max6620.rst | 38 fan[1-4]_target rw Desired fan speed in RPM.
|
H A D | corsair-cpro.rst | 36 fan[1-6]_target Sets fan speed target rpm.
|
H A D | max31790.rst | 40 fan[1-6]_target RW desired fan speed in RPM
|
H A D | max31785.rst | 42 fan[1-4]_target Fan input target
|
/openbmc/linux/include/linux/ |
H A D | device-mapper.h | 653 return dm_register_target(&(name##_target)); \ 658 dm_unregister_target(&(name##_target)); \
|