Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c100 static void log_errx(const char *msg, ...) in log_errx() function
116 log_errx("strdup: %s", msg); in xstrdup()
126 log_errx("malloc: %s", msg); in xmalloc()
138 log_errx("Failed to write %s", filename); in xfwrite()
276 log_errx("UUID cannot be NULL"); in uuid_from_str()
278 log_errx("Invalid UUID: %s", s); in uuid_from_str()
294 log_errx("Invalid UUID: %s", s); in uuid_from_str()
324 log_errx("Failed to read %s", filename); in parse_fip()
329 log_errx("FIP %s is truncated", filename); in parse_fip()
335 log_errx("%s is not a FIP file", filename); in parse_fip()
[all …]