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