Home | History | Annotate | Download | only in pci

Lines Matching defs:rescan

635  * Rescan a device, possibly as a consequence of getting an event which
702 * Handle the completion of a rescan operation.
712 int bus, target, rescan;
723 rescan = 0;
739 /* If the rescan completed OK, we have possibly-new BTL data. */
750 printf("%s: WARNING: BTL rescan (logical) for %d:%d "
767 printf("%s: WARNING: BTL rescan (physical) for %d:%d "
786 printf("%s: BTL rescan result invalid\n", device_xname(mly->mly_dv));
790 /* Decide whether we need to rescan the device. */
794 rescan = 1;
799 if (rescan && (btl.mb_flags & MLY_BTL_PROTECTED) == 0) {
802 /* XXX SCSI mid-layer rescan goes here. */
1270 /* Perform device rescan? */