Searched refs:mirrors (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzloop.sh259 mirrors=2
268 mirrors=$(((RANDOM % 3) * 1))
277 mirrors=0
292 zopt="$zopt -m $mirrors"
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c185 struct dns_srvinfo *mirrors, *current; local
197 current = mirrors = NULL;
224 mirrors = dns_getsrvinfo(zone);
225 current = mirrors;
229 if (mirrors != NULL) {
239 if (mirrors == NULL) {
244 current = mirrors;
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh979 # portsnap will select one of the mirrors) or "portsnap5.tld.freebsd.org"
986 # no mirrors are available for any reason.
997 echo -n "Looking up ${SERVERNAME} mirrors... "
1015 # Report how many mirrors we found.
1016 echo `wc -l < serverlist_full` "mirrors found."
1018 # Generate a random seed for use in picking mirrors. If HTTP_PROXY
1030 # Pick a mirror. Returns 1 if we have run out of mirrors to try.
1032 # Generate a list of not-yet-tried mirrors
1036 # Have we run out of mirrors?
1039 No mirrors remainin
[all...]

Completed in 78 milliseconds