Searched refs:estr (Results 1 - 2 of 2) sorted by relevance

/u-boot/boot/
H A Dexpo.c39 static void estr_destroy(struct expo_string *estr) argument
41 free(estr);
47 struct expo_string *estr, *enext; local
52 list_for_each_entry_safe(estr, enext, &exp->str_head, sibling)
53 estr_destroy(estr);
77 struct expo_string *estr; local
79 estr = calloc(1, sizeof(struct expo_string));
80 if (!estr)
83 estr->id = resolve_id(exp, id);
84 estr
92 struct expo_string *estr; local
[all...]
/u-boot/test/dm/
H A Dpinmux.c19 char estr[64] = { 0 }; \
21 snprintf(estr, sizeof(estr), "0x%016llx %s", (u64)regaddr, expected); \
23 snprintf(estr, sizeof(estr), "0x%08x %s", (u32)regaddr, expected); \
25 ut_asserteq_str(estr, (char *)&buf); \

Completed in 67 milliseconds