Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Dtrace.hpp18 constexpr size_t MSG_MAX_LEN = 256; variable
31 char msg[MSG_MAX_LEN]; in inf()
32 vsnprintf(msg, MSG_MAX_LEN, format, args); in inf()
48 char msg[MSG_MAX_LEN]; in err()
49 vsnprintf(msg, MSG_MAX_LEN, format, args); in err()
H A Dpdbg_callback.hpp25 constexpr size_t MSG_MAX_LEN = 256; in pdbg_log_callback() local
26 char msg[MSG_MAX_LEN]; in pdbg_log_callback()
27 vsnprintf(msg, MSG_MAX_LEN, format, args); in pdbg_log_callback()