Home
last modified time | relevance | path

Searched defs:Group (Results 1 – 25 of 25) sorted by relevance

/openbmc/phosphor-led-manager/manager/
H A Dgroup.hpp23 class Group : public GroupInherit class
41 Group(sdbusplus::bus_t& bus, const std::string& objPath, Manager& manager, in Group() function in phosphor::led::Group
43 std::function<bool(Group*, bool)> callBack = nullptr) : in Group()
/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.cpp29 Group::Group(const json& jsonObj) : ConfigBase(jsonObj), _service("") in Group() function in phosphor::fan::control::json::Group
39 Group::Group(const Group& origObj) : ConfigBase(origObj) in Group() function in phosphor::fan::control::json::Group
H A Dgroup.hpp43 class Group : public ConfigBase class
/openbmc/phosphor-fan-presence/monitor/
H A Dtrust_group.hpp43 class Group class
58 explicit Group(const std::vector<GroupDefinition>& names) : _names(names) {} in Group() function in phosphor::fan::trust::Group
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/
H A Dmeson.build2 subdir('Group') subdir
/openbmc/fb-ipmi-oem/include/
H A Dgroupextcommands.hpp26 using Group = uint8_t; typedef
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Doemrouter.hpp17 using Group = std::array<std::uint8_t, groupMagicSize>; typedef
H A Dapi-types.hpp29 using Group = uint8_t; typedef
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dparameter.cpp43 std::vector<std::unique_ptr<ActionBase>>& actions) { in triggerParameter()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/
H A Dpgpool.service8 Group=postgres key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.service7 Group=redis key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dvalkey.service7 Group=valkey key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/
H A Dredis.service7 Group=redis key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dmysqld.service10 Group=mysql key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql.service8 Group=postgres key
/openbmc/linux/rust/macros/
H A Dquote.rs17 impl ToTokens for proc_macro::Group { implementation
H A Dhelpers.rs59 pub(crate) fn expect_group(it: &mut token_stream::IntoIter) -> Group { in expect_group()
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.service45 Group=weston key
/openbmc/phosphor-fan-presence/control/
H A Dtypes.hpp45 using Group = std::vector<std::tuple<std::string, std::string, std::string>>; typedef
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js313 function Group(data, groupBy) { function
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat435 class Group(object): class
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py385 class Group(ConfigEntry): class
/openbmc/linux/include/sound/
H A Dwavefront.h477 u8 Group:4; member
/openbmc/linux/fs/ntfs3/
H A Dntfs.h1203 __le32 Group; member
/openbmc/linux/arch/x86/kvm/
H A Demulate.c125 #define Group (1<<15) /* Bits 3:5 of modrm byte extend opcode */ macro