Lines Matching refs:LTRACEF
32 LTRACEF("bootentry too short\n"); in validate_bootimage()
44 LTRACEF("invalid first entry\n"); in validate_bootimage()
56 LTRACEF("bad hash of first section\n"); in validate_bootimage()
63 LTRACEF("second entry not boot info\n"); in validate_bootimage()
71 LTRACEF("unhandled version 0x%x\n", info->version); in validate_bootimage()
77 LTRACEF("boot image block says image is too big (0x%x bytes)\n", info->image_size); in validate_bootimage()
89 LTRACEF("%u: kind 0x%x\n", i, be[i].kind); in validate_bootimage()
99 LTRACEF("\ttype %c%c%c%c offset 0x%x, length 0x%x\n", in validate_bootimage()
107 LTRACEF("bad file section, size too large\n"); in validate_bootimage()
114 LTRACEF("\tvalidating SHA256 hash\n"); in validate_bootimage()
119 LTRACEF("bad hash of file section\n"); in validate_bootimage()
127 LTRACEF("unknown kind 0x%x\n", be[i].kind); in validate_bootimage()
132 LTRACEF("image good\n"); in validate_bootimage()
137 LTRACEF("ptr %p, len %zu\n", ptr, len); in bootimage_open()