Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sbp/
H A Dsbp.c302 SBP_DEBUG(0) in sbp_probe()
420 SBP_DEBUG(0) in sbp_alloc_lun()
552 SBP_DEBUG(1) in sbp_alloc_target()
577 SBP_DEBUG(1) in sbp_alloc_target()
645 SBP_DEBUG(0) in sbp_login()
664 SBP_DEBUG(1) in sbp_probe_target()
683 SBP_DEBUG(0) in sbp_probe_target()
706 SBP_DEBUG(0) in sbp_probe_target()
741 SBP_DEBUG(0) in sbp_post_busreset()
759 SBP_DEBUG(0) in sbp_post_explore()
[all …]
H A Dsbp.h69 #define SBP_DEBUG(x) if (debug > x) { macro