Home
last modified time | relevance | path

Searched refs:PDEBUG (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/kern/
HDsubr_bus.c151 #define PDEBUG(a) if (bus_debug) {printf("%s:%d: ", __func__, __LINE__), printf a; printf("\n");} macro
176 #define PDEBUG(a) /* nop */ macro
968 PDEBUG(("looking for %s", classname)); in devclass_find_internal()
978 PDEBUG(("creating %s", classname)); in devclass_find_internal()
1101 PDEBUG(("%s", DRIVERNAME(driver))); in devclass_add_driver()
1235 PDEBUG(("%s from devclass %s", driver->name, DEVCLANAME(busclass))); in devclass_delete_driver()
1249 PDEBUG(("%s not found in %s list", driver->name, in devclass_delete_driver()
1292 PDEBUG(("%s from devclass %s", driver->name, DEVCLANAME(busclass))); in devclass_quiesce_driver()
1306 PDEBUG(("%s not found in %s list", driver->name, in devclass_quiesce_driver()
1343 PDEBUG(("%s in devclass %s", classname, DEVCLANAME(dc))); in devclass_find_driver_internal()
[all …]
/NextBSD/sys/mips/rmi/dev/nlge/
HDif_nlge.c217 #undef PDEBUG
218 #define PDEBUG(fmt, args...) \ macro
237 #undef PDEBUG
238 #define PDEBUG(fmt, args...) macro
1048 PDEBUG("Sending %d free-in descriptors to station=%d\n", n_desc, in nlna_submit_rx_free_desc()
1091 PDEBUG("Allocated spill %d bytes at %llx\n", size, phys_addr); in nlna_config_spill()
1267 PDEBUG("Translation table[%d] b1=%d b2=%d c1=%d c2=%d\n", in nlna_config_translate_table()
1678 PDEBUG("Phy_%d: int_status=0x%08x\n", port_sc->phy_addr, in nlge_intr()
1727 PDEBUG("Setup intr for dev=%s, irq=%d\n", in nlge_irq_init()
2270 PDEBUG("Port%d: base=%p, mii_base=%p, phy_addr=%d\n", sc->id, sc->base, in nlge_set_port_attribs()
[all …]
/NextBSD/sys/arm/arm/
HDpmap.c179 #define PDEBUG(_lev_,_stat_) \ macro
187 #define PDEBUG(_lev_,_stat_) /* Nothing */ macro
1714 PDEBUG(1, printf("pmap_pinit0: pmap = %08x\n", (u_int32_t) pmap)); in pmap_pinit0()
1760 PDEBUG(1, printf("pmap_init: done!\n")); in pmap_init()
2164 PDEBUG(1, printf("firstaddr = %08x, lastaddr = %08x\n", in pmap_bootstrap()
2653 PDEBUG(1, printf("pmap_kenter: va = %08x, pa = %08x\n", in pmap_kenter_internal()
2663 PDEBUG(1, printf("pmap_kenter: pte = %08x, opte = %08x, npte = %08x\n", in pmap_kenter_internal()
2837 PDEBUG(1, printf("pmap_map: virt = %08x, start = %08x, end = %08x, " in pmap_map()
3243 PDEBUG(1, printf("pmap_enter: pmap = %08x, va = %08x, m = %08x, prot = %x, " in pmap_enter_locked()
3749 PDEBUG(1, printf("pmap_pinit: pmap = %08x\n", (uint32_t) pmap)); in pmap_pinit()
HDpmap-v6-new.c166 #define PDEBUG(_lev_,_stat_) \ macro
172 #define PDEBUG(_lev_,_stat_) /* Nothing */ macro
1295 PDEBUG(1, printf("%s: virt = %#x, start = %#x, end = %#x (size = %#x)," in pmap_map()
1592 PDEBUG(1, printf("%s: phys_start = %#x\n", __func__, PHYSADDR)); in pmap_init()
1905 PDEBUG(1, printf("%s: addr = %#x\n", __func__, addr)); in pmap_growkernel()
2010 PDEBUG(1, printf("%s: pmap = %p\n", __func__, pmap)); in pmap_pinit0()
2066 PDEBUG(6, printf("%s: pmap = %p, pm_pt1 = %p\n", __func__, pmap, in pmap_pinit()
3166 PDEBUG(6, printf("%s(%p): try for va %#x pte1 %#x at %p\n", __func__, in pmap_promote_pte1()
3289 PDEBUG(6, printf("%s(%p): success for va %#x pte1 %#x(%#x) at %p\n", in pmap_promote_pte1()
3360 PDEBUG(6, printf("%s(%p): va %#x pte1 %#x at %p\n", __func__, pmap, sva, in pmap_remove_pte1()
[all …]
HDpmap-v6.c189 #define PDEBUG(_lev_,_stat_) \ macro
197 #define PDEBUG(_lev_,_stat_) /* Nothing */ macro
1259 PDEBUG(1, printf("pmap_pinit0: pmap = %08x\n", (u_int32_t) pmap)); in pmap_pinit0()
1384 PDEBUG(1, printf("pmap_init: done!\n")); in pmap_init()
1831 PDEBUG(1, printf("firstaddr = %08x, lastaddr = %08x\n", in pmap_bootstrap()
2423 PDEBUG(1, printf("pmap_kenter: va = %08x, pa = %08x\n", in pmap_kenter_internal()
2462 PDEBUG(1, printf("pmap_kenter: pte = %08x, opte = %08x, npte = %08x\n", in pmap_kenter_internal()
2580 PDEBUG(1, printf("pmap_map: virt = %08x, start = %08x, end = %08x, " in pmap_map()
3067 PDEBUG(1, printf("pmap_enter: pmap = %08x, va = %08x, m = %08x, " in pmap_enter_locked()
3547 PDEBUG(1, printf("pmap_pinit: pmap = %08x\n", (uint32_t) pmap)); in pmap_pinit()