Lines Matching refs:pr_warn
55 pr_warn("vsnprintf(buf, %d, \"%s\", ...) returned %d, expected %d\n", in do_test()
61 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote before buffer\n", bufsize, fmt); in do_test()
67 pr_warn("vsnprintf(buf, 0, \"%s\", ...) wrote to buffer\n", in do_test()
76 pr_warn("vsnprintf(buf, %d, \"%s\", ...) did not nul-terminate buffer\n", in do_test()
82 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote beyond the nul-terminator\n", in do_test()
88 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote '%s', expected '%.*s'\n", in do_test()
127 pr_warn("kvasprintf(..., \"%s\", ...) returned '%s', expected '%s'\n", in __test()
233 pr_warn("crng possibly not yet initialized. plain 'p' buffer contains \"%s\"", in plain_format()
273 pr_warn("crng possibly not yet initialized. plain 'p' buffer contains \"%s\"", in plain_hash_to_buffer()
307 pr_warn("skipping plain 'p' tests"); in plain()
314 pr_warn("plain 'p' does not appear to be hashed\n"); in plain()
321 pr_warn("hashing plain 'p' has unexpected format\n"); in plain()
645 pr_warn("cannot register softnodes; rval %d\n", rval); in fwnode_pointer()