Home
last modified time | relevance | path

Searched refs:CAM_DEV_UNCONFIGURED (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/cam/ata/
H A Data_xpt.c306 if ((periph->path->device->flags & CAM_DEV_UNCONFIGURED) || in aprobeschedule()
342 if ((path->device->flags & CAM_DEV_UNCONFIGURED) || in aprobestart()
831 device_fail: if ((path->device->flags & CAM_DEV_UNCONFIGURED) == 0) in aprobedone()
916 if ((periph->path->device->flags & CAM_DEV_UNCONFIGURED) == 0) { in aprobedone()
1137 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) { in aprobedone()
1138 path->device->flags &= ~CAM_DEV_UNCONFIGURED; in aprobedone()
1180 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) { in aprobedone()
1181 path->device->flags &= ~CAM_DEV_UNCONFIGURED; in aprobedone()
1214 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) in aprobedone()
1253 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) { in aprobedone()
[all …]
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c219 (device->flags & CAM_DEV_UNCONFIGURED) == 0) { in mmc_dev_async()
220 device->flags |= CAM_DEV_UNCONFIGURED; in mmc_dev_async()
549 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) in mmcprobe_register()
601 if (path->device->flags & CAM_DEV_UNCONFIGURED) in mmcprobe_start()
872 if ((path->device->flags & CAM_DEV_UNCONFIGURED) == 0) { in mmcprobe_done()
1173 (path->device->flags & CAM_DEV_UNCONFIGURED) == 0) { in mmcprobe_done()
1186 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) { in mmcprobe_done()
1187 path->device->flags &= ~CAM_DEV_UNCONFIGURED; in mmcprobe_done()
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c346 device_fail: if ((path->device->flags & CAM_DEV_UNCONFIGURED) == 0) in nvme_probe_done()
460 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) { in nvme_probe_done()
461 path->device->flags &= ~CAM_DEV_UNCONFIGURED; in nvme_probe_done()
779 (device->flags & CAM_DEV_UNCONFIGURED) == 0) { in nvme_dev_async()
780 device->flags |= CAM_DEV_UNCONFIGURED; in nvme_dev_async()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c714 if (((ccb->ccb_h.path->device->flags & CAM_DEV_UNCONFIGURED) == 0) in probeschedule()
780 if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) { in probestart()
1251 if (path->device->flags & CAM_DEV_UNCONFIGURED) { in probedone()
1252 path->device->flags &= ~CAM_DEV_UNCONFIGURED; in probedone()
1291 if ((path->device->flags & CAM_DEV_UNCONFIGURED) == 0) in probedone()
1718 if (path->device->flags & CAM_DEV_UNCONFIGURED) { in probedone()
1719 path->device->flags &= ~CAM_DEV_UNCONFIGURED; in probedone()
1779 if (path->device->flags & CAM_DEV_UNCONFIGURED) { in probedone()
1780 path->device->flags &= ~CAM_DEV_UNCONFIGURED; in probedone()
2154 if ((nextdev->flags & CAM_DEV_UNCONFIGURED) == 0) in scsi_scan_bus()
[all …]
/freebsd/sys/cam/
H A Dcam_xpt_internal.h135 #define CAM_DEV_UNCONFIGURED 0x01 macro
H A Dcam_xpt.c1796 if (device->flags & CAM_DEV_UNCONFIGURED) in xptedtdevicefunc()
2471 if ((device->flags & CAM_DEV_UNCONFIGURED) != 0) in xptsetasyncfunc()
2706 if ((dev->flags & CAM_DEV_UNCONFIGURED) != 0) { in xpt_action_default()
4794 device->flags = CAM_DEV_UNCONFIGURED; in xpt_alloc_device()