Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dsbp.c302 SBP_DEBUG(0) in sbp_identify()
317 SBP_DEBUG(0) in sbp_probe()
432 SBP_DEBUG(0) in sbp_alloc_lun()
582 SBP_DEBUG(1) in sbp_alloc_target()
606 SBP_DEBUG(1) in sbp_alloc_target()
675 SBP_DEBUG(0) in sbp_login()
694 SBP_DEBUG(1) in sbp_probe_target()
735 SBP_DEBUG(0) in sbp_probe_target()
768 SBP_DEBUG(0) in sbp_post_busreset()
788 SBP_DEBUG( in sbp_post_explore()
[all...]
H A Dsbp.h70 #define SBP_DEBUG(x) if (debug > x) { macro