Home
last modified time | relevance | path

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

12345678910>>...19

/openbmc/phosphor-pid-control/errors/
H A Dexception.hpp9 explicit SensorBuildException(const std::string& message) : message(message) in SensorBuildException()
18 std::string message; member in SensorBuildException
24 explicit ControllerBuildException(const std::string& message) : in ControllerBuildException()
34 std::string message; member in ControllerBuildException
40 explicit ConfigurationException(const std::string& message) : in ConfigurationException()
50 std::string message; member in ConfigurationException
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.hpp127 virtual void logDebug(const std::string& message) override in logDebug()
136 for (const std::string& message : messages) in logDebug() local
143 virtual void logError(const std::string& message) override in logError()
152 for (const std::string& message : messages) in logError() local
159 virtual void logInfo(const std::string& message) override in logInfo()
168 for (const std::string& message : messages) in logInfo() local
/openbmc/u-boot/lib/libavb/
H A Davb_util.h62 #define avb_debug(message) \ argument
71 #define avb_debugv(message, ...) \ argument
88 #define avb_error(message) \ argument
97 #define avb_errorv(message, ...) \ argument
109 #define avb_fatal(message) \ argument
119 #define avb_fatalv(message, ...) \ argument
/openbmc/phosphor-webui/app/common/services/
H A DtoastService.js17 type = 'create', title = '', message = '', dismissOnTimeout = false) { argument
36 this.error = function(message) { argument
40 this.success = function(message) { argument
44 this.warn = function(message) { argument
48 this.info = function(title, message) { argument
/openbmc/linux/lib/kunit/
H A Dassert.c33 static void kunit_assert_print_msg(const struct va_format *message, in kunit_assert_print_msg()
41 const struct va_format *message, in kunit_fail_assert_format()
49 const struct va_format *message, in kunit_unary_assert_format()
69 const struct va_format *message, in kunit_ptr_not_err_assert_format()
115 const struct va_format *message, in kunit_binary_assert_format()
145 const struct va_format *message, in kunit_binary_ptr_assert_format()
185 const struct va_format *message, in kunit_binary_str_assert_format()
236 const struct va_format *message, in kunit_mem_assert_format()
/openbmc/linux/drivers/scsi/arm/
H A Dmsgqueue.h12 struct message { struct
19 struct message msg; argument
/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js116 toastMessages.push({ type: 'success', message }); field in AnonymousClass724e31d50601
124 toastMessages.push({ type: 'error', message }); field in AnonymousClass724e31d50701
153 toastMessages.push({ type: 'success', message }); field in AnonymousClass724e31d50a01
160 toastMessages.push({ type: 'error', message }); field in AnonymousClass724e31d50b01
188 toastMessages.push({ type: 'success', message }); field in AnonymousClass724e31d50e01
195 toastMessages.push({ type: 'error', message }); field in AnonymousClass724e31d50f01
/openbmc/linux/Documentation/sphinx/
H A Dkernellog.py15 def warn(app, message): argument
18 def verbose(app, message): argument
21 def info(app, message): argument
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp33 namespace message namespace
70 class message : private sdbusplus::slot::details::slot_friend class
84 message(msgp_t m, sdbusplus::SdBusInterface* intf) : in message() function in sdbusplus::message::message
93 explicit message(msgp_t m = nullptr) : message(m, &sdbus_impl) {} in message() function in sdbusplus::message::message
95 message(msgp_t m, sdbusplus::SdBusInterface* intf, std::false_type) : in message() function in sdbusplus::message::message
103 message(msgp_t m, std::false_type) : _intf(&sdbus_impl), _msg(m) {} in message() function in sdbusplus::message::message
109 message(const message& other) : in message() function in sdbusplus::message::message
/openbmc/phosphor-logging/test/
H A Delog_quiesce_test.cpp40 std::string message{"test error"}; in TEST_F() local
66 std::string message{"test error"}; in TEST_F() local
94 std::string message{"test error"}; in TEST_F() local
151 std::string message{"test error"}; in TEST_F() local
210 std::string message{"test error"}; in TEST_F() local
/openbmc/webui-vue/src/components/Mixins/
H A DBVToastMixin.js57 message, argument
71 message, argument
85 message, argument
99 message, argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Duseradd.py10 def _print_message(self, message, file=None): argument
14 def exit(self, status=0, message=None): argument
18 def error(self, message): argument
/openbmc/u-boot/scripts/kconfig/
H A Dkxgettext.c83 struct message { struct
86 struct message *next; argument
90 static struct message *message__list; argument
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js211 toastMessages.push({ type: 'success', message }); field in AnonymousClassf362ce951301
219 toastMessages.push({ type: 'error', message }); field in AnonymousClassf362ce951401
254 toastMessages.push({ type: 'success', message }); field in AnonymousClassf362ce951701
262 toastMessages.push({ type: 'error', message }); field in AnonymousClassf362ce951801
297 toastMessages.push({ type: 'success', message }); field in AnonymousClassf362ce951b01
305 toastMessages.push({ type: 'error', message }); field in AnonymousClassf362ce951c01
H A DSessionsStore.js67 toastMessages.push({ type: 'success', message }); field in AnonymousClass63574dd00301
75 toastMessages.push({ type: 'error', message }); field in AnonymousClass63574dd00401
/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.cpp10 namespace message namespace
111 auto message = std::make_shared<Message>(); in unflatten() local
191 auto message = std::make_shared<Message>(); in unflatten() local
408 encryptPayload(const std::shared_ptr<Message>& message, in encryptPayload()
423 auto message = std::make_shared<Message>(); in unflatten() local
/openbmc/phosphor-virtual-sensor/
H A DdbusSensor.cpp26 [this](sdbusplus::message_t& message) { in DbusSensor()
32 [this](sdbusplus::message_t& message) { in __anona3fb8bc80202()
62 [this](sdbusplus::message_t& message) { in initSensorValue()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dmapper_errors.hpp12 explicit MapperException(const std::string& message) : message(message) {} in MapperException()
20 std::string message; member in ipmi_flash::MapperException
/openbmc/qemu/docs/sphinx/
H A Dkernellog.py16 def warn(app, message): argument
22 def verbose(app, message): argument
/openbmc/phosphor-ipmi-flash/tools/
H A Dtool_errors.hpp12 explicit ToolException(const std::string& message) : message(message){}; in ToolException()
20 std::string message; member in host_tool::ToolException
/openbmc/linux/tools/verification/rv/src/
H A Dutils.c21 char message[MAX_MSG_LENGTH]; in err_msg() local
36 char message[MAX_MSG_LENGTH]; in debug_msg() local
/openbmc/linux/drivers/mailbox/
H A Dmailbox-test.c41 char *message; member
101 char *message; in mbox_test_message_write() local
285 static void mbox_test_receive_message(struct mbox_client *client, void *message) in mbox_test_receive_message()
308 static void mbox_test_prepare_message(struct mbox_client *client, void *message) in mbox_test_prepare_message()
321 void *message, int r) in mbox_test_message_sent()
/openbmc/phosphor-host-ipmid/test/
H A Dmeson.build52 test('message', test
53 executable(
/openbmc/linux/tools/testing/selftests/futex/include/
H A Dlogging.h125 #define info(message, vargs...) \ argument
131 #define error(message, err, args...) \ argument
142 #define fail(message, args...) \ argument
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py63 def emit_simple_service_message(cls, message_type, message): argument
67 def format_simple_service_message(cls, message_type, message): argument
83 def progress(self, message, percent, extra=None): argument

12345678910>>...19