Lines Matching defs:PRINTF
49 #define PRINTF(fmt, args...) printf("kloader: " fmt, ##args)
118 PRINTF("No bootinfo.\n");
123 PRINTF("No boot operations.\n");
129 PRINTF("kernel file name: %s\n", filename);
153 PRINTF("Rebooting...\n");
159 PRINTF("Resetting...\n");
197 PRINTF("not an ELF file\n");
204 PRINTF("can't allocate program header table.\n");
208 PRINTF("program header read error.\n");
215 PRINTF("can't allocate section header table.\n");
219 PRINTF("section header read error.\n");
227 PRINTF("unable to allocate memory for .shstrtab\n");
276 PRINTF("no .symtab section\n");
278 PRINTF("no .strtab section\n");
440 PRINTF("can't allocate memory.\n");
597 PRINTF("%s: pathbuf_create failed\n", filename);
608 PRINTF("%s: namei failed, errno=%d\n", filename, error);
615 PRINTF("%s: open failed, errno=%d\n", filename, error);
646 PRINTF("read error.\n");
678 PRINTF("buffer insufficient.\n");
701 PRINTF("[page tag chain]\n");