Home
last modified time | relevance | path

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

/external/u-boot/include/test/
Dut.h37 void ut_failf(struct unit_test_state *uts, const char *fname, int line,
52 ut_failf(uts, __FILE__, __LINE__, __func__, #cond, \
62 ut_failf(uts, __FILE__, __LINE__, __func__, \
74 ut_failf(uts, __FILE__, __LINE__, __func__, \
86 ut_failf(uts, __FILE__, __LINE__, __func__, \
98 ut_failf(uts, __FILE__, __LINE__, __func__, \
110 ut_failf(uts, __FILE__, __LINE__, __func__, \
/external/u-boot/test/
Dut.c22 void ut_failf(struct unit_test_state *uts, const char *fname, int line, in ut_failf() function