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