Searched refs:bootx_printf (Results 1 – 1 of 1) sorted by relevance
24 #define DBG(fmt...) do { bootx_printf(fmt); } while(0)44 static void __init bootx_printf(const char *format, ...) in bootx_printf() function86 static void __init bootx_printf(const char *format, ...) {} in bootx_printf() function137 bootx_printf("WARNING: Can't find string index for <%s>\n", in bootx_dt_add_prop()142 bootx_printf("WARNING: ignoring large property "); in bootx_dt_add_prop()143 bootx_printf("%s length 0x%x\n", name, size); in bootx_dt_add_prop()228 bootx_printf("Node without a full name !\n"); in bootx_scan_dt_build_strings()431 bootx_printf("Welcome to Linux, kernel " UTS_RELEASE "\n"); in btext_welcome()432 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()433 bootx_printf("\nframe buffer at : 0x%x", bi->dispDeviceBase); in btext_welcome()[all …]