Home
last modified time | relevance | path

Searched refs:_DPRINTF (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/hpcsh/hpcsh/
Dmachdep.c281 _DPRINTF("total memory = %dMbyte\n", (int)(sh3_ptob(physmem) >> 20)); in machine_startup()
293 _DPRINTF("symbol size = %d byte\n", symbolsize); in machine_startup()
463 _DPRINTF("mem_cluster_cnt = %d\n", mem_cluster_cnt); in mem_cluster_init()
466 _DPRINTF("mem_clusters[%d] = {0x%lx+0x%lx <0x%lx}", i, in mem_cluster_init()
472 _DPRINTF(" don't check.\n"); in mem_cluster_init()
479 _DPRINTF("\n"); in mem_cluster_init()
499 _DPRINTF("loading 0x%lx,0x%lx\n", start, size); in mem_cluster_load()
514 _DPRINTF("search D-RAM from 0x%08lx for 0x%08lx\n", start, end); in __find_dram_shadow()
563 _DPRINTF(" checking..."); in __check_dram()
579 _DPRINTF("success.\n"); in __check_dram()
[all …]
/netbsd/src/sys/arch/hpc/include/
Ddebug.h82 #define _DPRINTF(fmt, args...) do { \ macro
99 #define _DPRINTF(args...) do {} while (/* CONSTCOND */ 0) macro
/netbsd/src/sys/dev/
Dkloader.c56 #define _DPRINTF(fmt, args...) \ macro
68 #define _DPRINTF(fmt, args...) ((void)0) macro