Home
last modified time | relevance | path

Searched refs:CAM_BUS_WILDCARD (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/cam/
Dcam_debug.h64 #define CAM_DEBUG_BUS CAM_BUS_WILDCARD
Dcam.h49 #define CAM_BUS_WILDCARD ((path_id_t)~0) macro
Dcam_xpt.c3596 if (path1->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp()
3598 else if (path2->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp()
3630 if (path->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp_dev()
3632 else if (dev->target->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp_dev()
4149 (device->target->bus->path_id == CAM_BUS_WILDCARD && in xpt_async_process_dev()
4150 path->target->bus->path_id != CAM_BUS_WILDCARD)) { in xpt_async_process_dev()
/freebsd-10-stable/share/examples/scsi_target/
Dscsi_target.c78 CAM_BUS_WILDCARD,
215 if (ioc_enlun.path_id == CAM_BUS_WILDCARD || in main()
/freebsd-10-stable/sbin/camcontrol/
Dcamcontrol.c3114 path_id_t bus = CAM_BUS_WILDCARD; in dorescan_or_reset()
3267 if (bus != CAM_BUS_WILDCARD) { in rescan_or_reset_bus()
3315 matchccb->ccb_h.path_id = CAM_BUS_WILDCARD; in rescan_or_reset_bus()
3433 if (bus == CAM_BUS_WILDCARD) { in scanlun_or_reset_dev()
4624 path_id_t bus = CAM_BUS_WILDCARD; in camdebug()