Home
last modified time | relevance | path

Searched refs:error_message (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Derrors.c219 char error_message[VDO_MAX_ERROR_MESSAGE_SIZE]; in uds_status_to_errno() local
255 uds_string_error(error, error_message, in uds_status_to_errno()
256 sizeof(error_message))); in uds_status_to_errno()
/linux/rust/zerocopy-derive/derive/
H A Dinto_bytes.rs129 let error_message = "requires --cfg zerocopy_derive_union_into_bytes; in derive_into_bytes_union() localVariable
135 #core::compile_error!(#error_message); in derive_into_bytes_union()
/linux/rust/zerocopy-derive/
H A Dutil.rs123 let error_message = in cfg_compile_error() localVariable
129 #core::compile_error!(#error_message); in cfg_compile_error()
/linux/tools/testing/kunit/
H A Dkunit_parser.py58 def add_error(self, printer: Printer, error_message: str) -> None:
61 printer.print_with_timestamp(printer.red('[ERROR]') + f' Test: {self.name}: {error_message}')