Home
last modified time | relevance | path

Searched defs:msg_level (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/coreboot/tests/stubs/
H A Dconsole.c12 int printk(int msg_level, const char *fmt, ...) in printk()
23 int vprintk(int msg_level, const char *fmt, va_list args) in vprintk()
31 int console_log_level(int msg_level) in console_log_level()
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/
H A Dprintk.c16 int printk(int msg_level, const char *fmt, ...) in printk()
28 int vprintk(int msg_level, const char *fmt, va_list args) in vprintk()
/aosp_15_r20/external/coreboot/src/console/
H A Dprintk.c129 int vprintk(int msg_level, const char *fmt, va_list args) in vprintk()
156 int printk(int msg_level, const char *fmt, ...) in printk()
H A Dinit.c33 int console_log_level(int msg_level) in console_log_level()
/aosp_15_r20/external/libjpeg-turbo/
H A Dcjpeg.c158 static void my_emit_message_fuzzer(j_common_ptr cinfo, int msg_level) in my_emit_message_fuzzer()
539 my_emit_message(j_common_ptr cinfo, int msg_level) in my_emit_message()
H A Djerror.c127 emit_message(j_common_ptr cinfo, int msg_level) in emit_message()
H A Djpegtran.c437 my_emit_message(j_common_ptr cinfo, int msg_level) in my_emit_message()
H A Ddjpeg.c513 my_emit_message(j_common_ptr cinfo, int msg_level) in my_emit_message()
H A Dturbojpeg.c89 static void my_emit_message(j_common_ptr cinfo, int msg_level) in my_emit_message()
/aosp_15_r20/external/coreboot/util/uio_usbdebug/console/
H A Dprintk.c7 int printk(int msg_level, const char *const fmt, ...) in printk()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/sinks/
H A Dsink.h33 inline bool sink::should_log(level::level_enum msg_level) const in should_log()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dline_logger_impl.h18 …og::details::line_logger::line_logger(logger* callback_logger, level::level_enum msg_level, bool e… in line_logger()
H A Dlogger_impl.h237 inline bool spdlog::logger::should_log(spdlog::level::level_enum msg_level) const in should_log()
/aosp_15_r20/external/selinux/libsepol/src/
H A Dhandle.h8 int msg_level; member
/aosp_15_r20/external/coreboot/src/include/console/
H A Dconsole.h81 static inline int console_log_level(int msg_level) { return 0; } in console_log_level()
/aosp_15_r20/external/coreboot/util/vgabios/
H A Dtestbios.c87 int printk(int msg_level, const char *fmt, ...) in printk()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Doptimizer_test.cpp134 spv_message_level_t msg_level; in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Doptimizer_test.cpp134 spv_message_level_t msg_level; in TEST() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Doptimizer_test.cpp134 spv_message_level_t msg_level; in TEST() local
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dhandle.h39 int msg_level; member
/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/include/fsp/
H A Dutil.h40 #define fsp_printk(status, msg_level, fmt, ...) \ argument