HomeSort by: relevance | last modified time | path
    Searched defs:rescan (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uhub.c 70 SDT_PROBE_DEFINE3(usb, hub, explore, rescan,
539 int change, status, reconnect, rescan; local in function:uhub_explore
557 /* Process rescan if requested. */
559 rescan = sc->sc_rescan;
562 if (rescan) {
564 SDT_PROBE3(usb, hub, explore, rescan,
  /src/sys/dev/pci/
mly.c 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; local in function:mly_complete_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
    [all...]

Completed in 12 milliseconds