Home
last modified time | relevance | path

Searched refs:Cc (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_layer.hpp85 Cc ipmiUserInit();
102 Cc ipmiClearUserEntryPassword(const std::string& userName);
112 Cc ipmiRenameUserEntryPassword(const std::string& userName,
142 Cc ipmiUserSetUserName(const uint8_t userId, const char* userName)
152 Cc ipmiUserSetUserName(const uint8_t userId, const std::string& userName);
161 Cc ipmiUserSetUserPassword(const uint8_t userId, const char* userPassword);
170 Cc ipmiSetSpecialUserPassword(const std::string& userName,
180 Cc ipmiUserGetUserName(const uint8_t userId, std::string& userName);
190 Cc ipmiUserGetAllCounts(uint8_t& maxChUsers, uint8_t& enabledUsers,
200 Cc ipmiUserUpdateEnabledState(const uint8_t userId, const bool& state);
[all …]
H A Duser_layer.cpp30 Cc ipmiUserInit() in ipmiUserInit()
41 Cc ipmiClearUserEntryPassword(const std::string& userName) in ipmiClearUserEntryPassword()
50 Cc ipmiRenameUserEntryPassword(const std::string& userName, in ipmiRenameUserEntryPassword()
75 Cc ipmiUserSetUserName(const uint8_t userId, const char* userName) in ipmiUserSetUserName()
81 Cc ipmiUserSetUserName(const uint8_t userId, const std::string& userName) in ipmiUserSetUserName()
87 Cc ipmiUserGetUserName(const uint8_t userId, std::string& userName) in ipmiUserGetUserName()
92 Cc ipmiUserSetUserPassword(const uint8_t userId, const char* userPassword) in ipmiUserSetUserPassword()
97 Cc ipmiSetSpecialUserPassword(const std::string& userName, in ipmiSetSpecialUserPassword()
103 Cc ipmiUserGetAllCounts(uint8_t& maxChUsers, uint8_t& enabledUsers, in ipmiUserGetAllCounts()
125 Cc ipmiUserUpdateEnabledState(const uint8_t userId, const bool& state) in ipmiUserUpdateEnabledState()
[all …]
H A Dchannel_layer.cpp81 Cc ipmiChannelInit() in ipmiChannelInit()
88 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo) in getChannelInfo()
93 Cc getChannelAccessData(const uint8_t chNum, ChannelAccess& chAccessData) in getChannelAccessData()
98 Cc setChannelAccessData(const uint8_t chNum, const ChannelAccess& chAccessData, in setChannelAccessData()
105 Cc getChannelAccessPersistData(const uint8_t chNum, ChannelAccess& chAccessData) in getChannelAccessPersistData()
111 Cc setChannelAccessPersistData(const uint8_t chNum, in setChannelAccessPersistData()
119 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported) in getChannelAuthTypeSupported()
125 Cc getChannelEnabledAuthType(const uint8_t chNum, const uint8_t priv, in getChannelEnabledAuthType()
H A Dchannel_layer.hpp259 Cc ipmiChannelInit();
268 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo);
277 Cc getChannelAccessData(const uint8_t chNum, ChannelAccess& chAccessData);
305 Cc setChannelAccessData(const uint8_t chNum, const ChannelAccess& chAccessData,
315 Cc getChannelAccessPersistData(const uint8_t chNum,
326 Cc setChannelAccessPersistData(const uint8_t chNum,
337 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported);
347 Cc getChannelEnabledAuthType(const uint8_t chNum, const uint8_t priv,
H A Dchannel_mgmt.hpp154 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo);
163 Cc getChannelAccessData(const uint8_t chNum, ChannelAccess& chAccessData);
173 Cc setChannelAccessData(const uint8_t chNum,
184 Cc getChannelAccessPersistData(const uint8_t chNum,
195 Cc setChannelAccessPersistData(const uint8_t chNum,
206 Cc getChannelAuthTypeSupported(const uint8_t chNum,
217 Cc getChannelEnabledAuthType(const uint8_t chNum, const uint8_t priv,
H A Duser_mgmt.hpp208 Cc getUserName(const uint8_t userId, std::string& userName);
217 Cc setUserName(const uint8_t userId, const std::string& userName);
226 Cc setUserEnabledState(const uint8_t userId, const bool& enabledState);
235 Cc setUserPassword(const uint8_t userId, const char* userPassword);
244 Cc setSpecialUserPassword(const std::string& userName,
257 Cc setUserPrivilegeAccess(const uint8_t userId, const uint8_t chNum,
306 Cc setUserPayloadAccess(const uint8_t chNum, const uint8_t operation,
H A Dcipher_mgmt.hpp59 ipmi::Cc getCSPrivilegeLevels(
72 ipmi::Cc setCSPrivilegeLevels(
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dapi-types.hpp82 using Cc = uint8_t; typedef
368 constexpr Cc ccSuccess = 0x00;
369 constexpr Cc ccBusy = 0xC0;
370 constexpr Cc ccInvalidCommand = 0xC1;
371 constexpr Cc ccInvalidCommandOnLun = 0xC2;
372 constexpr Cc ccTimeout = 0xC3;
373 constexpr Cc ccOutOfSpace = 0xC4;
374 constexpr Cc ccInvalidReservationId = 0xC5;
375 constexpr Cc ccReqDataTruncated = 0xC6;
376 constexpr Cc ccReqDataLenInvalid = 0xC7;
[all …]
H A Dhandler.hpp47 message::Request::ptr request, ipmi::Cc cc, Args&&... args) in errorResponse()
55 message::Request::ptr request, ipmi::Cc cc) in errorResponse()
66 HandlerCompletion(Cc cc) noexcept : cc(cc) {} in HandlerCompletion()
68 Cc code() const noexcept in code()
74 Cc cc;
82 HandlerException(Cc cc, const char* what) : in HandlerException()
85 HandlerException(Cc cc, const std::string& what) : in HandlerException()
198 ipmi::Cc unpackError = request->unpack(unpackArgs); in executeCallback()
357 Cc ccRet{ccSuccess}; in executeCallback()
443 Cc ccRet{ccSuccess}; in executeCallback()
H A Dfilter.hpp30 using FilterFunction = ipmi::Cc(ipmi::message::Request::ptr);
45 virtual ipmi::Cc call(message::Request::ptr request) = 0;
68 ipmi::Cc call(message::Request::ptr request) override in call()
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-RISC-V-Restore-the-typcast-to-long.patch15 Cc: Andreas Schwab <schwab@suse.de>
16 Cc: Daniel Kiper <daniel.kiper@oracle.com>
17 Cc: Chester Lin <clin@suse.com>
18 Cc: Nikita Ermakov <arei@altlinux.org>
19 Cc: Alistair Francis <alistair.francis@wdc.com>
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp118 constexpr Cc ccParamNotSupported = 0x80;
119 constexpr Cc ccParamSetLocked = 0x81;
120 constexpr Cc ccParamReadOnly = 0x82;
/openbmc/linux/Documentation/translations/zh_CN/process/
H A D5.Posting.rst184 - Cc:指定某人收到了补丁的副本,并有机会对此发表评论。
186 在补丁中添加标签时要小心:只有Cc:才适合在没有指定人员明确许可的情况下添加。
223Cc: stable@vger.kernel.org”;这将使稳定版团队在修复进入主线时收到通知。
/openbmc/openbmc/poky/scripts/
H A Dsend-pull-request28 -a Send the cover letter to every recipient listed in Cc and
31 -c Expand the Cc list for the individual patches using the Cc and
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A D0001-sched_attr-Do-not-define-for-glibc-2.41.patch18 Cc: Clark Williams <williams@redhat.com>
19 Cc: John Kacur <jkacur@redhat.com>
20 Cc: rt-users <linux-rt-users@vger.kernel.org>
/openbmc/linux/Documentation/translations/zh_TW/process/
H A D5.Posting.rst187 - Cc:指定某人收到了補丁的副本,並有機會對此發表評論。
189 在補丁中添加標籤時要小心:只有Cc:才適合在沒有指定人員明確許可的情況下添加。
226Cc: stable@vger.kernel.org」;這將使穩定版團隊在修復進入主線時收到通知。
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch12 Cc: Adhemerval Zanella <adhemerval.zanella@linaro.org>
13 Cc: Paul Eggert <eggert@cs.ucla.edu>
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch10 Cc: Tom Rini <trini@konsulko.com>
11 Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
12 Cc: Jens Wiklander <jens.wiklander@linaro.org>
H A D0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch10 Cc: Tom Rini <trini@konsulko.com>
11 Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
12 Cc: Jens Wiklander <jens.wiklander@linaro.org>
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A D0001-Fix-typecast-warning-with-clang.patch11 Cc: Benjamin Coddington <bcodding@redhat.com>
12 Cc: Steve Dickson <steved@redhat.com>
/openbmc/linux/Documentation/process/
H A Dstable-kernel-rules.rst75 Cc: stable@vger.kernel.org
89 Cc: <stable@vger.kernel.org> # 3.3.x: a1f84a3: sched: Check for idle
90 Cc: <stable@vger.kernel.org> # 3.3.x: 1b9508f: sched: Rate-limit newidle
91 Cc: <stable@vger.kernel.org> # 3.3.x: fd21073: sched: Fix affinity logic
92 Cc: <stable@vger.kernel.org> # 3.3.x
109 Cc: <stable@vger.kernel.org> # 3.3.x
126 Cc: <stable@vger.kernel.org> # after 4 weeks in mainline
133 Cc: <stable@vger.kernel.org> # see patch description, needs adjustments for <= 6.3
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch14 Cc: Jedidiah Thompson <wej22007@outlook.com>
15 Cc: Zac Walker <zac.walker@linaro.org>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A D0001-selftests-timers-Fix-clock_adjtime-for-newer-32-bit-.patch13 Cc: John Stultz <jstultz@google.com>
14 Cc: Shuah Khan <shuah@kernel.org>
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch14 Cc: Zhang Yi <yi.z.zhang@linux.intel.com>
15 Cc: Michael S. Tsirkin <mst@redhat.com>
H A D0001-sched_attr-Do-not-define-for-glibc-2.41.patch18 Cc: Laurent Vivier <laurent@vivier.eu>
19 Cc: Paolo Bonzini <pbonzini@redhat.com>

12345