Lines Matching +full:hart +full:- +full:1
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
10 * Darren Hart <dvhart@linux.intel.com>
13 * 2009-Nov-6: Initial version by Darren Hart <dvhart@linux.intel.com>
31 #define BRIGHT '1'
34 #define RED '3', '1'
57 #define VCRITICAL 1
64 #define RET_ERROR -1
65 #define RET_FAIL -2
68 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
69 * @use_color: use color (1) or not (0)
85 * log_verbosity() - Set verbosity of test output
86 * @verbose: Enable (1) verbose output or not (0)
88 * Currently setting verbose=1 will enable INFO messages and 0 will disable
101 * print_result() - Print standard PASS | ERROR | FAIL results