/openbmc/phosphor-pid-control/errors/ |
H A D | exception.hpp | 9 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 D | journal.hpp | 127 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 D | avb_util.h | 62 #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 D | toastService.js | 17 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 D | assert.c | 33 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 D | msgqueue.h | 12 struct message { struct 19 struct message msg; argument
|
/openbmc/webui-vue/src/store/modules/Logs/ |
H A D | EventLogStore.js | 120 toastMessages.push({ type: 'success', message }); field in AnonymousClass724e31d50601 128 toastMessages.push({ type: 'error', message }); field in AnonymousClass724e31d50701 157 toastMessages.push({ type: 'success', message }); field in AnonymousClass724e31d50a01 164 toastMessages.push({ type: 'error', message }); field in AnonymousClass724e31d50b01 192 toastMessages.push({ type: 'success', message }); field in AnonymousClass724e31d50e01 199 toastMessages.push({ type: 'error', message }); field in AnonymousClass724e31d50f01
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernellog.py | 15 def warn(app, message): argument 18 def verbose(app, message): argument 21 def info(app, message): argument
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | message.hpp | 33 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 D | elog_quiesce_test.cpp | 41 std::string message{"test error"}; in TEST_F() local 67 std::string message{"test error"}; in TEST_F() local 95 std::string message{"test error"}; in TEST_F() local 152 std::string message{"test error"}; in TEST_F() local 211 std::string message{"test error"}; in TEST_F() local
|
/openbmc/webui-vue/src/components/Mixins/ |
H A D | BVToastMixin.js | 58 message, argument 72 message, argument 86 message, argument 100 message, argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | useradd.py | 10 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 D | kxgettext.c | 83 struct message { struct 86 struct message *next; argument 90 static struct message *message__list; argument
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | UserManagementStore.js | 216 toastMessages.push({ type: 'success', message }); field in AnonymousClassf362ce951301 224 toastMessages.push({ type: 'error', message }); field in AnonymousClassf362ce951401 259 toastMessages.push({ type: 'success', message }); field in AnonymousClassf362ce951701 267 toastMessages.push({ type: 'error', message }); field in AnonymousClassf362ce951801 302 toastMessages.push({ type: 'success', message }); field in AnonymousClassf362ce951b01 310 toastMessages.push({ type: 'error', message }); field in AnonymousClassf362ce951c01
|
H A D | SessionsStore.js | 67 toastMessages.push({ type: 'success', message }); field in AnonymousClass63574dd00301 75 toastMessages.push({ type: 'error', message }); field in AnonymousClass63574dd00401
|
/openbmc/phosphor-net-ipmid/ |
H A D | message_parsers.cpp | 10 namespace message namespace 111 auto message = std::make_shared<Message>(); in unflatten() local 191 auto message = std::make_shared<Message>(); in unflatten() local 407 encryptPayload(const std::shared_ptr<Message>& message, in encryptPayload() 422 auto message = std::make_shared<Message>(); in unflatten() local
|
/openbmc/phosphor-virtual-sensor/ |
H A D | dbusSensor.cpp | 25 [this](sdbusplus::message_t& message) { in DbusSensor() 31 [this](sdbusplus::message_t& message) { in __anona3fb8bc80202() 61 [this](sdbusplus::message_t& message) { in initSensorValue()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | mapper_errors.hpp | 12 explicit MapperException(const std::string& message) : message(message) {} in MapperException() 20 std::string message; member in ipmi_flash::MapperException
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | tool_errors.hpp | 12 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 D | utils.c | 21 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 D | mailbox-test.c | 41 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 D | meson.build | 52 test('message', test 53 executable(
|
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | logging.h | 125 #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 D | teamcity.py | 63 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
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | argparse_oe.py | 13 def __init__(self, message, subcommand=None): argument 26 def error(self, message): argument 36 def error_subcommand(self, message, subcommand): argument
|