Searched refs:DBG_FOLLOW (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/gpib/ |
| D | gpib.c | 55 #define DBG_FOLLOW 0x01 macro 248 DPRINTF(DBG_FOLLOW, ("_gpibrequest: sc=%p hdl=%p\n", sc, hdl)); in _gpibrequest() 264 DPRINTF(DBG_FOLLOW, ("_gpibrelease: sc=%p hdl=%p\n", sc, hdl)); in _gpibrelease() 280 DPRINTF(DBG_FOLLOW, ("_gpibawait: sc=%p\n", sc)); in _gpibawait() 295 DPRINTF(DBG_FOLLOW, ("_gpibswait: sc=%p\n", sc)); in _gpibswait() 315 DPRINTF(DBG_FOLLOW, ("gpib_isalloc: sc=%p address=%d\n", sc, address)); in gpib_isalloc() 332 DPRINTF(DBG_FOLLOW, ("gpib_alloc: sc=%p address=%d\n", sc, address)); in gpib_alloc() 353 DPRINTF(DBG_FOLLOW, ("gpib_free: sc=%p address=%d\n", sc, address)); in gpib_dealloc() 374 DPRINTF(DBG_FOLLOW, in _gpibsend() 427 DPRINTF(DBG_FOLLOW, in _gpibrecv() [all …]
|
| D | cs80bus.c | 50 #define DBG_FOLLOW 0x01 macro 159 DPRINTF(DBG_FOLLOW, ("cs80bussearch: id=0x%x slave=%d punit=%d\n", in cs80bussearch() 164 DPRINTF(DBG_FOLLOW, in cs80bussearch() 209 DPRINTF(DBG_FOLLOW, ("cs80bus_alloc: sc=%p\n", sc)); in cs80bus_alloc() 236 DPRINTF(DBG_FOLLOW, ("cs80describe: sc=%p slave=%d\n", sc, slave)); in cs80describe() 275 DPRINTF(DBG_FOLLOW, ("cs80reset: sc=%p slave=%d punit=%d\n", sc, in cs80reset() 361 DPRINTF(DBG_FOLLOW, in cs80send()
|
| /netbsd/src/sys/dev/isa/ |
| D | cec.c | 58 #define DBG_FOLLOW 0x01 macro 284 DPRINTF(DBG_FOLLOW, ("cecreset: sc=%p\n", sc)); in cecreset() 308 DPRINTF(DBG_FOLLOW, ("cecsendcmds: sc=%p, ptr=%p cnt=%d\n", in cecsendcmds() 329 DPRINTF(DBG_FOLLOW, ("cecrecvdata: sc=%p, ptr=%p cnt=%d\n", in cecrecvdata() 354 DPRINTF(DBG_FOLLOW, ("cecdsenddata: sc=%p, ptr=%p cnt=%d\n", in cecsenddata() 379 DPRINTF(DBG_FOLLOW, ("cectc: sc=%p, sync=%d\n", sc, sync)); in cectc() 420 DPRINTF(DBG_FOLLOW, ("cecgts: sc=%p\n", sc)); in cecgts() 455 DPRINTF(DBG_FOLLOW, ("cecpptest: sc=%p slave=%d\n", sc, slave)); in cecpptest() 471 DPRINTF(DBG_FOLLOW, ("cecppwatch: sc=%p\n", sc)); in cecppwatch() 484 DPRINTF(DBG_FOLLOW, ("cecppclear: sc=%p\n", sc)); in cecppclear() [all …]
|