Searched refs:CAM_DEV_UNCONFIGURED (Results 1 – 1 of 1) sorted by relevance
152 #define CAM_DEV_UNCONFIGURED 0x01 macro2307 if (device->flags & CAM_DEV_UNCONFIGURED) in xptedtdevicefunc()2892 if ((device->flags & CAM_DEV_UNCONFIGURED) != 0) in xptsetasyncfunc()3154 if ((dev->flags & CAM_DEV_UNCONFIGURED) != 0) { in xpt_action()3175 if ((dev->flags & CAM_DEV_UNCONFIGURED) != 0) { in xpt_action()4724 if ((device->flags & CAM_DEV_UNCONFIGURED) == 0) { in xpt_dev_async()4725 device->flags |= CAM_DEV_UNCONFIGURED; in xpt_dev_async()5139 device->flags = CAM_DEV_UNCONFIGURED; in xpt_alloc_device()5197 KKASSERT(device->flags & CAM_DEV_UNCONFIGURED); in xpt_release_device()5785 if (((ccb->ccb_h.path->device->flags & CAM_DEV_UNCONFIGURED) == 0) in probeschedule()[all …]