Lines Matching refs:AUTHPRNT
77 #define AUTHPRNT(fmt, args...) do { printf("%s: " fmt "\n", __func__, ##args); } while (0) macro
575 AUTHPRNT("namei failed (%s) - %d", path, err); in imageboot_read_file_internal()
582 AUTHPRNT("failed to get vnode size of %s - %d", path, err); in imageboot_read_file_internal()
589 AUTHPRNT("negative file offset"); in imageboot_read_file_internal()
595 AUTHPRNT("failed to open %s - %d", path, err); in imageboot_read_file_internal()
617 AUTHPRNT("file is too large (%lld > %lld)", (long long) fsize, (long long) maxsize); in imageboot_read_file_internal()
656 …AUTHPRNT("Cannot read %lld bytes at offset %lld from %s - %d", (long long)chunksize, (long long)re… in imageboot_read_file_internal()
734 AUTHPRNT("Cannot find %s - error %d", path, err); in imgboot_get_image_file()
741 AUTHPRNT("%s it not a regular file", path); in imgboot_get_image_file()
744 AUTHPRNT("Cannot get file size of %s - error %d", path, err); in imgboot_get_image_file()
807 AUTHPRNT("AppleImage4 is not ready"); in authenticate_root_with_img4()
813 AUTHPRNT("Cannot construct ticket path - out of memory"); in authenticate_root_with_img4()
819 AUTHPRNT("Cannot get a ticket from %s - %d\n", ticket_path, rv); in authenticate_root_with_img4()
835 AUTHPRNT("Could not allocate new firmware"); in authenticate_root_with_img4()