Home
last modified time | relevance | path

Searched refs:Targets (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/phosphor-hwmon/
H A Dtargets.hpp32 struct Targets struct
36 static_assert(sizeof(Targets) == -1, "Unsupported Target type"); in fail() argument
42 struct Targets<hwmon::FanSpeed> struct
48 struct Targets<hwmon::FanPwm> argument
77 auto type = Targets<T>::type; in addTarget()
/openbmc/phosphor-mrw-tools/
H A Dprint_inventory.pl5 use mrw::Targets;
14 $targetObj = Targets->new;
H A Dprint_targets.pl5 use mrw::Targets;
13 $targetObj = Targets->new;
H A Dgen_occ_map.pl6 use mrw::Targets; # Set of APIs allowing access to parsed ServerWiz2 XML output
36 my $targetObj = Targets->new;
H A Dgen_openpower_fru.pl6 use mrw::Targets;
29 my $targets = Targets->new;
H A Dgen_settings.pl21 use mrw::Targets; # Set of APIs allowing access to parsed ServerWiz2 XML output
50 my $targetObj = Targets->new;
H A Dgen_presence_yaml.pl12 use mrw::Targets;
26 my $targets = Targets->new;
H A Dgen_ipmi_sel.pl6 use mrw::Targets;
34 my $targetObj = Targets->new;
H A Dgen_fan_zone_yaml.pl11 use mrw::Targets;
26 my $targets = Targets->new;
H A Dgen_callouts.pl7 use mrw::Targets;
31 my $targets = Targets->new;
H A Dgen_fru_properties.pl7 use mrw::Targets;
36 my $targets = Targets->new;
H A Dgen_ipmi_fru.pl6 use mrw::Targets;
33 my $targetObj = Targets->new;
H A Dhwmon.pl12 use mrw::Targets;
32 my $g_targetObj = Targets->new;
H A Dgen_led_groups.pl6 use mrw::Targets; # Set of APIs allowing access to parsed ServerWiz2 XML output
52 my $targetObj = Targets->new;
H A Dgen_ipmi_sensor.pl5 use mrw::Targets;
33 my $targetObj = Targets->new;
/openbmc/boost-dbus/
H A DCMakeLists.txt91 FILE ${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}Targets.cmake)
95 "include(\${CMAKE_CURRENT_LIST_DIR}/${CMAKE_PROJECT_NAME}Targets.cmake)\n")
102 EXPORT ${CMAKE_PROJECT_NAME}Targets
107 install(EXPORT ${CMAKE_PROJECT_NAME}Targets
/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/
H A Dmrw-api-native.bb21 …install -m 0755 scripts/Targets.pm ${D}${PERLLIBDIRS:class-native}/site_perl/${perl_version}/mrw/T…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0004-cmake-Use-GNUInstallDirs.patch27 EXPORT ${PROJECT_NAME}Targets
43 # Install Targets
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A D0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch14 | CMake Error at <...>/recipe-sysroot/usr/share/fltk/FLTK-Targets.cmake:129 (message):
36 - EXPORT FLTK-Targets
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/
H A D0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch21 FILE "${CMAKE_CURRENT_BINARY_DIR}/${package_name}Targets.cmake"
26 FILE ${package_name}Targets.cmake
/openbmc/qemu/tests/qemu-iotests/
H A D256.out5 --- Create Targets & Full Backups ---
68 --- Create Targets & Incremental Backups ---
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-targets.rst16 Targets used by a cropping, composing and scaling process
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0004-reproducible.patch147 - for Type in self._AutoGenObject.Targets:
148 + for Type in sorted(self._AutoGenObject.Targets):
150 - for T in self._AutoGenObject.Targets[Type]:
151 + for T in sorted(self._AutoGenObject.Targets[Type]):
/openbmc/openbmc/poky/
H A DREADME.qemu.md1 QEMU Emulation Targets
/openbmc/qemu/docs/system/
H A Dtargets.rst3 QEMU System Emulator Targets

12