Searched refs:PDEBUG (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_bus.c153 #define PDEBUG(a) if (bus_debug) {printf("%s:%d: ", __func__, __LINE__), printf a; printf("\n");} macro
178 #define PDEBUG(a) /* nop */ macro
916 PDEBUG(("looking for %s", classname));
926 PDEBUG(("creating %s", classname));
1049 PDEBUG(("%s", DRIVERNAME(driver)));
1183 PDEBUG(("%s from devclass %s", driver->name, DEVCLANAME(busclass)));
1197 PDEBUG(("%s not found in %s list", driver->name,
1240 PDEBUG(("%s from devclass %s", driver->name, DEVCLANAME(busclass)));
1254 PDEBUG(("%s not found in %s list", driver->name,
1291 PDEBUG(("
[all...]
/freebsd-9.3-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c216 #undef PDEBUG macro
217 #define PDEBUG(fmt, args...) \ macro
236 #undef PDEBUG macro
237 #define PDEBUG(fmt, args...) macro
1045 PDEBUG("Sending %d free-in descriptors to station=%d\n", n_desc,
1088 PDEBUG("Allocated spill %d bytes at %llx\n", size, phys_addr);
1264 PDEBUG("Translation table[%d] b1=%d b2=%d c1=%d c2=%d\n",
1675 PDEBUG("Phy_%d: int_status=0x%08x\n", port_sc->phy_addr,
1724 PDEBUG("Setup intr for dev=%s, irq=%d\n",
2267 PDEBUG("Por
[all...]
/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c174 #define PDEBUG(_lev_,_stat_) \ macro
182 #define PDEBUG(_lev_,_stat_) /* Nothing */ macro
1829 PDEBUG(1, printf("pmap_pinit0: pmap = %08x\n", (u_int32_t) pmap));
1859 PDEBUG(1, printf("pmap_init: phys_start = %08x\n", PHYSADDR));
1869 PDEBUG(1, printf("pmap_init: done!\n"));
2318 PDEBUG(1, printf("firstaddr = %08x, lastaddr = %08x\n",
2811 PDEBUG(1, printf("pmap_kenter: va = %08x, pa = %08x\n",
2821 PDEBUG(1, printf("pmap_kenter: pte = %08x, opte = %08x, npte = %08x\n",
2960 PDEBUG(1, printf("pmap_map: virt = %08x, start = %08x, end = %08x, "
3361 PDEBUG(
[all...]

Completed in 50 milliseconds