Lines Matching refs:PDEBUG

114 #define PDEBUG(a)       if (bus_debug) {PRINTK("%s:%d: ", __func__, __LINE__), PRINTK a; PRINTK("\n");}
139 #define PDEBUG(a) /* nop */
292 PDEBUG(("looking for %s", classname));
315 PDEBUG(("create dc %p, %s", dc, classname));
336 PDEBUG(("found dc %p, %s", dc, classname));
432 PDEBUG(("%s +", DRIVERNAME(driver)));
471 PDEBUG(("%s -", DRIVERNAME(driver)));
567 PDEBUG(("%s from devclass %s", driver->name, DEVCLANAME(busclass)));
581 PDEBUG(("%s not found in %s list", driver->name,
624 PDEBUG(("%s from devclass %s", driver->name, DEVCLANAME(busclass)));
638 PDEBUG(("%s not found in %s list", driver->name,
675 PDEBUG(("%s in devclass %s", classname, DEVCLANAME(dc)));
682 PDEBUG(("not found"));
915 PDEBUG(("unit %d in devclass %s", unit, DEVCLANAME(dc)));
940 PDEBUG(("mid: unit %d in devclass %s", unit, DEVCLANAME(dc)));
953 PDEBUG(("oldlist %p, newlist %p, newsize %d", oldlist, newlist, newsize));
956 PDEBUG(("start memcpy, size %d", sizeof(device_t) * dc->maxunit));
959 PDEBUG(("start memset, maxunit %d, size %d", dc->maxunit, sizeof(device_t) * (newsize - dc->maxunit)));
967 PDEBUG(("now: unit %d in devclass %s", unit, DEVCLANAME(dc)));
989 PDEBUG(("desc internal copy desc failed!\n"));
1279 PDEBUG(("%s in devclass %s", DEVICENAME(dev), DEVCLANAME(dc)));
1300 PDEBUG(("dev->nameunit : %s", dev->nameunit));
1323 PDEBUG(("%s in devclass %s", DEVICENAME(dev), DEVCLANAME(dc)));
1355 PDEBUG(("%s at %s as unit %d", name, DEVICENAME(parent), unit));
1398 PDEBUG(("bus_data_devices (%p) ", &bus_data_devices));
1402 PDEBUG(("%s at %s as unit %d success", name, DEVICENAME(parent), unit));
1450 PDEBUG(("+"));
1455 PDEBUG(("-"));
1485 PDEBUG(("%s at %s with order %u as unit %d",
1515 PDEBUG(("%s at %s with order %u as unit %d success",
1539 PDEBUG(("%s from %s", DEVICENAME(child), DEVICENAME(dev)));
1583 PDEBUG(("Deleting all children of %s", DEVICENAME(dev)));
1590 PDEBUG(("Failed deleting %s", DEVICENAME(child)));
1607 PDEBUG(("+"));
1619 PDEBUG(("-"));
1647 PDEBUG(("+"));
1693 PDEBUG(("-"));
1730 PDEBUG(("+"));
1751 PDEBUG(("-"));
1772 PDEBUG(("%s", DEVICENAME(dev)));
1820 PDEBUG(("+"));
1837 PDEBUG(("-"));
1853 PDEBUG(("+"));
1857 PDEBUG(("-"));
2089 PDEBUG(("+"));
2092 PDEBUG(("dev->children %p", dev->children));
2098 PDEBUG(("-"));
2314 PDEBUG(("%s", DEVICENAME(dev)));
2331 PDEBUG(("BUS_CHILD_DETACHED %s", DEVICENAME(dev->parent)));
2336 PDEBUG(("devclass_delete_device"));
2452 PDEBUG(("Trying %s", DRIVERNAME(dl->driver)));
2478 PDEBUG(("start DEVICE_PROBE"));
2502 PDEBUG(("probe result: %d", result));
2546 PDEBUG(("in best"));
2594 PDEBUG(("-"));
2598 PDEBUG(("ENXIO -"));
2769 PDEBUG(("+"));
2789 PDEBUG(("-"));
2803 PDEBUG(("+"));
2808 PDEBUG(("-"));
2827 PDEBUG(("+"));
2832 PDEBUG(("-"));
2845 PDEBUG(("Loading module: driver %s on bus %s (pass %d)",
2852 PDEBUG(("Unloading module: driver %s from bus %s",
2862 PDEBUG(("Quiesce module: driver %s from bus %s",
2875 PDEBUG(("-"));