Lines Matching refs:log_errx
99 static void log_errx(const char *msg, ...) in log_errx() function
115 log_errx("strdup: %s", msg); in xstrdup()
125 log_errx("malloc: %s", msg); in xmalloc()
137 log_errx("Failed to write %s", filename); in xfwrite()
275 log_errx("UUID cannot be NULL"); in uuid_from_str()
277 log_errx("Invalid UUID: %s", s); in uuid_from_str()
293 log_errx("Invalid UUID: %s", s); in uuid_from_str()
323 log_errx("Failed to read %s", filename); in parse_fip()
328 log_errx("FIP %s is truncated", filename); in parse_fip()
334 log_errx("%s is not a FIP file", filename); in parse_fip()
362 log_errx("FIP %s is corrupted: entry size exceeds 64 bit address space", in parse_fip()
365 log_errx("FIP %s is corrupted: entry size exceeds FIP file size", in parse_fip()
393 log_errx("FIP %s does not have a ToC terminator entry", in parse_fip()
413 log_errx("fstat %s", filename); in read_image_from_file()
419 log_errx("Failed to read %s", filename); in read_image_from_file()
598 log_errx("Failed to set file position"); in pack_images()
604 log_errx("Failed to set file position"); in pack_images()
660 log_errx("Invalid platform ToC flags: %s", arg); in parse_plat_toc_flags()
678 log_errx("Invalid alignment: %s", arg); in get_image_align()
1137 log_errx("File %s already exists, use --force to overwrite it", in remove_cmd()