Lines Matching refs:AUTHPRNT
78 #define AUTHPRNT(fmt, args...) do { printf("%s: " fmt "\n", __func__, ##args); } while (0) macro
597 AUTHPRNT("namei failed (%s) - %d", path, err); in imageboot_read_file_internal()
604 AUTHPRNT("failed to get vnode size of %s - %d", path, err); in imageboot_read_file_internal()
611 AUTHPRNT("negative file offset"); in imageboot_read_file_internal()
621 AUTHPRNT("failed to open %s - %d", path, err); in imageboot_read_file_internal()
643 AUTHPRNT("file is too large (%lld > %lld)", (long long) fsize, (long long) maxsize); in imageboot_read_file_internal()
668 AUTHPRNT("file is too large for non-pageable (%lld)", (long long) fsize); in imageboot_read_file_internal()
704 …AUTHPRNT("Cannot read %lld bytes at offset %lld from %s - %d", (long long)chunksize, (long long)re… in imageboot_read_file_internal()
782 AUTHPRNT("Cannot find %s - error %d", path, err); in imgboot_get_image_file()
789 AUTHPRNT("%s it not a regular file", path); in imgboot_get_image_file()
792 AUTHPRNT("Cannot get file size of %s - error %d", path, err); in imgboot_get_image_file()
856 AUTHPRNT("Cannot construct ticket path - out of memory"); in authenticate_root_with_img4()
862 AUTHPRNT("Cannot get a ticket from %s - %d\n", ticket_path, rv); in authenticate_root_with_img4()
878 AUTHPRNT("Could not allocate new firmware"); in authenticate_root_with_img4()