Home
last modified time | relevance | path

Searched refs:efi_assert (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/fundamental/
Dmacro-fundamental.h56 …_noreturn_ void efi_assert(const char *expr, const char *file, unsigned line, const char *function…
62 …#define assert(expr) ({ _likely_(expr) ? VOID_0 : efi_assert(#expr, __FILE__, __LINE__, __PRETTY_F…
63 …#define assert_not_reached() efi_assert("Code should not be reached", __FILE__, __LINE__, __PRETTY…
66 …#define assert_se(expr) ({ _likely_(expr) ? VOID_0 : efi_assert(#expr, __FILE__, __LINE__, __PRETT…
/systemd-251/src/boot/efi/
Dassert.c8 void efi_assert(const char *expr, const char *file, unsigned line, const char *function) { in efi_assert() function