MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / bferror

Function bferror

loader/tests/include/debug.h:181–185  ·  view source on GitHub ↗

* <!-- description --> * @brief Outputs a string to the console * * <!-- inputs/outputs --> * @param str the string to output */

Source from the content-addressed store, hash-verified

179 * @param str the string to output
180 */
181static inline void
182bferror(char const *const str) NOEXCEPT
183{
184 printf("[BAREFLANK ERROR] %s\n", str);
185}
186
187/**
188 * <!-- description -->

Callers 5

platform_expectsFunction · 0.50
platform_ensuresFunction · 0.50
alloc_mk_root_page_tableFunction · 0.50
alloc_and_copy_mk_stateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected