Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c187 prt_err("CSB still not valid after %d polls, giving up.\n", in nx_wait_for_csb()
220 prt_err("Touching address %p, 0x%lx\n", in nxu_run_job()
228 prt_err("wait_for_csb() returns %d\n", ret); in nxu_run_job()
246 prt_err("Paste attempt %d/", i); in nxu_run_job()
247 prt_err("%d, failed pid= %d\n", retries, in nxu_run_job()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h47 #define prt_err(fmt, ...) do { if (nx_dbg >= 0) { \ macro