Searched refs:CAM_DEBUG_PROBE (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/cam/ |
| HD | cam_debug.h | 44 CAM_DEBUG_PROBE = 0x40 /* print out probe actions */ enumerator 58 CAM_DEBUG_PERIPH | CAM_DEBUG_PROBE | \
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_xpt.c | 174 CAM_DEBUG((softc)->periph->path, CAM_DEBUG_PROBE, \ 646 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, ("Probe started\n")); in proberegister() 1072 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, in proberequestbackoff() 1092 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, in proberequestbackoff() 1100 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, in proberequestbackoff() 1110 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, in proberequestbackoff() 1296 CAM_DEBUG(path, CAM_DEBUG_PROBE, in probedone() 1314 CAM_DEBUG(path, CAM_DEBUG_PROBE, in probedone() 1337 CAM_DEBUG(path, CAM_DEBUG_PROBE, in probedone() 1659 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, in probedone() [all …]
|
| /NextBSD/sys/cam/ata/ |
| HD | ata_xpt.c | 127 CAM_DEBUG((softc)->periph->path, CAM_DEBUG_PROBE, \ 251 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, ("Probe started\n")); in proberegister() 789 CAM_DEBUG(path, CAM_DEBUG_PROBE, in probedone() 1260 CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, ("Probe completed\n")); in probedone()
|
| /NextBSD/sbin/camcontrol/ |
| HD | camcontrol.c | 4524 ccb.cdbg.flags |= CAM_DEBUG_PROBE; in camdebug()
|
| /NextBSD/sys/conf/ |
| HD | NOTES | 1333 options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
|