Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_bus.c195 #define PDEBUG(a) /* nop */ macro
979 PDEBUG(("looking for %s", classname)); in devclass_find_internal()
989 PDEBUG(("creating %s", classname)); in devclass_find_internal()
1112 PDEBUG(("%s", DRIVERNAME(driver))); in devclass_add_driver()
1272 PDEBUG(("%s not found in %s list", driver->name, in devclass_delete_driver()
1373 PDEBUG(("not found")); in devclass_find_driver_internal()
1891 PDEBUG(("%s at %s with order %u as unit %d", in device_add_child_ordered()
2099 PDEBUG(("Trying %s", DRIVERNAME(dl->driver))); in device_probe_child()
3003 PDEBUG(("%s", DEVICENAME(dev))); in device_detach()
3055 PDEBUG(("%s", DEVICENAME(dev))); in device_quiesce()
[all …]
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c158 #define PDEBUG(_lev_,_stat_) \ macro
164 #define PDEBUG(_lev_,_stat_) /* Nothing */ macro
1722 PDEBUG(1, printf("%s: phys_start = %#x\n", __func__, PHYSADDR)); in pmap_init()
2029 PDEBUG(1, printf("%s: addr = %#x\n", __func__, addr)); in pmap_growkernel()
2136 PDEBUG(1, printf("%s: pmap = %p\n", __func__, pmap)); in pmap_pinit0()
2192 PDEBUG(6, printf("%s: pmap = %p, pm_pt1 = %p\n", __func__, pmap, in pmap_pinit()
3444 PDEBUG(6, printf("%s(%p): try for va %#x pte1 %#x at %p\n", __func__, in pmap_promote_pte1()
3547 PDEBUG(6, printf("%s(%p): success for va %#x pte1 %#x(%#x) at %p\n", in pmap_promote_pte1()
3842 PDEBUG(6, printf("%s(%p): success for va %#x pte1 %#x(%#x) at %p\n", in pmap_demote_pte1()
4813 PDEBUG(6, printf("%s: pmap %p start %#x end %#x m %p prot %#x\n", in pmap_enter_object()
[all …]