Symbol: PDEBUG
sys/dev/netif/sln/if_sln.c
1006
PDEBUG("tx done descriprtor %x\n", entry);
sys/dev/netif/sln/if_sln.c
1027
PDEBUG("mii_stat:0x%lx\n", phys[1]);
sys/dev/netif/sln/if_sln.c
1042
PDEBUG("media is connecting---> ");
sys/dev/netif/sln/if_sln.c
1087
PDEBUG("int_status = 0x%x\n", int_status);
sys/dev/netif/sln/if_sln.c
1098
PDEBUG("rx buffer is overflow\n");
sys/dev/netif/sln/if_sln.c
444
PDEBUG(" autoselet supported\n");
sys/dev/netif/sln/if_sln.c
451
PDEBUG(" 10Mbps half_duplex supported\n");
sys/dev/netif/sln/if_sln.c
458
PDEBUG("10Mbps full_duplex supported\n");
sys/dev/netif/sln/if_sln.c
466
PDEBUG("100Mbps half_duplex supported\n");
sys/dev/netif/sln/if_sln.c
473
PDEBUG("100Mbps full_duplex supported\n");
sys/dev/netif/sln/if_sln.c
666
PDEBUG("sln_init\n");
sys/dev/netif/sln/if_sln.c
797
PDEBUG("Queue tx packet size %d to tx-descriptor %d.\n", m_head->m_pkthdr.len, entry);
sys/dev/netif/sln/if_sln.c
864
PDEBUG("rx len: %ld rx frame size:%ld rx state:0x%x\n", rx_len, rx_size, rxstat);
sys/dev/netif/sln/if_sln.c
946
PDEBUG("ipackets = %lu\n", ipkts);
sys/dev/netif/sln/if_sln.c
991
PDEBUG("opackets = %lu\n", opkts);
sys/kern/subr_bus.c
1069
PDEBUG(("unit %d in devclass %s", unit, DEVCLANAME(dc)));
sys/kern/subr_bus.c
1121
PDEBUG(("now: unit %d in devclass %s", unit, DEVCLANAME(dc)));
sys/kern/subr_bus.c
1132
PDEBUG(("%s in devclass %s", DEVICENAME(dev), DEVCLANAME(dc)));
sys/kern/subr_bus.c
1157
PDEBUG(("%s in devclass %s", DEVICENAME(dev), DEVCLANAME(dc)));
sys/kern/subr_bus.c
1180
PDEBUG(("%s at %s as unit %d", name, DEVICENAME(parent), unit));
sys/kern/subr_bus.c
1252
PDEBUG(("%s at %s with order %d as unit %d", name, DEVICENAME(dev),
sys/kern/subr_bus.c
1289
PDEBUG(("%s from %s", DEVICENAME(child), DEVICENAME(dev)));
sys/kern/subr_bus.c
1331
PDEBUG(("Deleting all children of %s", DEVICENAME(dev)));
sys/kern/subr_bus.c
1338
PDEBUG(("Failed deleting %s", DEVICENAME(child)));
sys/kern/subr_bus.c
1424
PDEBUG(("Trying %s", DRIVERNAME(dl->driver)));
sys/kern/subr_bus.c
1519
PDEBUG(("Trying %s", DRIVERNAME(dl->driver)));
sys/kern/subr_bus.c
2133
PDEBUG(("%s", DEVICENAME(dev)));
sys/kern/subr_bus.c
2161
PDEBUG(("%s", DEVICENAME(dev)));
sys/kern/subr_bus.c
3570
PDEBUG(("."));
sys/kern/subr_bus.c
3626
PDEBUG(("Loading module: driver %s on bus %s",
sys/kern/subr_bus.c
3649
PDEBUG(("Unloading module: driver %s from bus %s",
sys/kern/subr_bus.c
744
PDEBUG(("looking for %s", classname));
sys/kern/subr_bus.c
753
PDEBUG(("creating %s", classname));
sys/kern/subr_bus.c
812
PDEBUG(("%s", DRIVERNAME(driver)));
sys/kern/subr_bus.c
861
PDEBUG(("%s from devclass %s", driver->name, DEVCLANAME(busclass)));
sys/kern/subr_bus.c
874
PDEBUG(("%s not found in %s list", driver->name, busclass->name));
sys/kern/subr_bus.c
913
PDEBUG(("%s in devclass %s", classname, DEVCLANAME(dc)));
sys/kern/subr_bus.c
919
PDEBUG(("not found"));