|
|
auto | zxfoundation::sys::syschk::init (const arch::s390x::init::zxfl::protocol &proto) noexcept -> void |
| | Initialize the system-check subsystem.
|
|
template<typename... Args> |
| auto | zxfoundation::sys::syschk::syschk_critical (lib::kernel_error err, fmt_loc fl, Args &&... args) noexcept -> void |
| | Issue a critical system check with a formatted message.
|
|
template<typename... Args> |
| auto | zxfoundation::sys::syschk::syschk_fatal (lib::kernel_error err, fmt_loc fl, Args &&... args) noexcept -> void |
| | Issue a fatal system check with a formatted message.
|
|
template<typename... Args> |
| auto | zxfoundation::sys::syschk::syschk_notice (lib::kernel_error err, fmt_loc fl, Args &&... args) noexcept -> void |
| | Issue a notice-level system check with a formatted message.
|
|
template<typename... Args> |
| auto | zxfoundation::sys::syschk::syschk_warning (lib::kernel_error err, fmt_loc fl, Args &&... args) noexcept -> void |
| | Issue a warning-level system check with a formatted message.
|
|
auto | zxfoundation::sys::syschk::system_check (lib::kernel_error err, syschk_severity sev, std::string_view msg, std::source_location location) noexcept -> void |
| | Record a kernel error. Conditionally halt.
|