Searched refs:rescan (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sbin/ldconfig/
H A Dldconfig.c73 static int rescan; variable
111 rescan = 1;
115 rescan = 1;
145 argv + optind, merge || rescan);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_005_pos.ksh41 # 2) Expand the device and rescan the scsi bus
75 # rescan the device to detect the new size
76 echo "1" > /sys/class/block/$SDISK/device/rescan
H A Dzpool_expand_003_neg.ksh111 echo "1" > /sys/class/block/$DEV2/device/rescan
H A Dzpool_expand_001_pos.ksh111 echo "1" > /sys/class/block/$DEV2/device/rescan
/freebsd-13-stable/usr.sbin/devctl/
H A Ddevctl.c82 " devctl rescan device\n"
304 rescan(int ac, char **av) function
310 err(1, "Failed to rescan %s", av[1]);
313 DEVCTL_COMMAND(top, rescan, rescan);
/freebsd-13-stable/contrib/dialog/
H A Dfselect.c435 bool rescan = FALSE; local
451 rescan = (n == 0 && d_list->length == 0);
456 rescan = TRUE;
459 if (rescan) {
/freebsd-13-stable/contrib/one-true-awk/
H A Db.c932 rescan:
1090 /* must rescan input for next token */
1091 goto rescan;
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c190 {"rescan", CAM_CMD_RESCAN, CAM_ARG_NONE, NULL},
289 static int dorescan_or_reset(int argc, char **argv, int rescan);
290 static int rescan_or_reset_bus(path_id_t bus, int rescan);
3510 dorescan_or_reset(int argc, char **argv, int rescan) argument
3521 warnx(must, rescan? "rescan" : "reset");
3533 warnx(must, rescan ? "rescan" : "reset");
3539 error = scanlun_or_reset_dev(bus, target, lun, rescan);
3541 error = rescan_or_reset_bus(bus, rescan);
3547 rescan_or_reset_bus(path_id_t bus, int rescan) argument
[all...]
/freebsd-13-stable/sys/vm/
H A Dvm_object.c1049 rescan:
1062 goto rescan;
1079 goto rescan;
/freebsd-13-stable/sys/dev/mly/
H A Dmly.c308 * Mark all attached devices for rescan.
806 * Schedule all possible devices for a rescan.
822 * Mark all devices as requiring a rescan, and let the next
836 * If we suffer resource starvation, we can abandon the rescan as we'll be
886 * Dispatch the command. If we successfully send the command, clear the rescan
897 * Handle the completion of a rescan operation
907 int bus, target, rescan; local
928 /* if the rescan completed OK, we have possibly-new BTL data */
934 mly_printf(sc, "WARNING: BTL rescan for %d:%d returned data for %d:%d instead\n",
942 debug(1, "BTL rescan fo
[all...]

Completed in 331 milliseconds