Home
last modified time | relevance | path

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

/openbmc/u-boot/include/test/
H A 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__, \
91 ut_failf(uts, __FILE__, __LINE__, __func__, \
104 ut_failf(uts, __FILE__, __LINE__, __func__, \
116 ut_failf(uts, __FILE__, __LINE__, __func__, \
128 ut_failf(uts, __FILE__, __LINE__, __func__, \
140 ut_failf(uts, __FILE__, __LINE__, __func__, \
/openbmc/u-boot/test/
H A Dut.c22 void ut_failf(struct unit_test_state *uts, const char *fname, int line, in ut_failf() function