Lines Matching refs:CPRINT
66 #define CPRINT(...) do_log(std::format(__VA_ARGS__)) macro
136 CPRINT("[NCSI stopping]\n"); in ~StateMachine()
205 CPRINT("[NCSI link {}]\n", new_link_up ? "up" : "down"); in poll_simple()
219 CPRINT("[NCSI nic {}]\n", in poll_simple()
246 CPRINT("[NCSI timeout in state {}]\n", state_string); in report_ncsi_error()
251 CPRINT("[NCSI undersized response in state {}]\n", in report_ncsi_error()
257 CPRINT( in report_ncsi_error()
264 CPRINT( in report_ncsi_error()
286 CPRINT("[NCSI unexpected response size in state {}." in report_ncsi_error()
293 CPRINT("[NCSI OEM format error]\n"); in report_ncsi_error()
296 CPRINT("[NCSI OEM Filter MAC or TCP/IP Config Mismatch]\n"); in report_ncsi_error()
303 CPRINT("[NCSI OK]\n"); in report_ncsi_error()
348 CPRINT("StateMachine configuration incomplete: " in run()