Lines Matching refs:log_errx
100 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()
363 log_errx("FIP %s is corrupted: entry size exceeds 64 bit address space", in parse_fip()
366 log_errx("FIP %s is corrupted: entry size exceeds FIP file size", in parse_fip()
394 log_errx("FIP %s does not have a ToC terminator entry", in parse_fip()
414 log_errx("fstat %s", filename); in read_image_from_file()
420 log_errx("Failed to read %s", filename); in read_image_from_file()
599 log_errx("Failed to set file position"); in pack_images()
605 log_errx("Failed to set file position"); in pack_images()
661 log_errx("Invalid platform ToC flags: %s", arg); in parse_plat_toc_flags()
679 log_errx("Invalid alignment: %s", arg); in get_image_align()
1138 log_errx("File %s already exists, use --force to overwrite it", in remove_cmd()