Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/test/
H A Dut.h38 void ut_failf(struct unit_test_state *uts, const char *fname, int line,
53 ut_failf(uts, __FILE__, __LINE__, __func__, #cond, \
63 ut_failf(uts, __FILE__, __LINE__, __func__, \
75 ut_failf(uts, __FILE__, __LINE__, __func__, \
87 ut_failf(uts, __FILE__, __LINE__, __func__, \
99 ut_failf(uts, __FILE__, __LINE__, __func__, \
111 ut_failf(uts, __FILE__, __LINE__, __func__, \
/OK3568_Linux_fs/u-boot/test/
H A Dut.c23 void ut_failf(struct unit_test_state *uts, const char *fname, int line, in ut_failf() function