Searched refs:mirror_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/release/pkg_repos/
H A Drelease-dvd.conf4 mirror_type: "srv",
/freebsd-13-stable/release/scripts/
H A DFreeBSD_install_cdrom.conf9 mirror_type: "none",
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c65 enum mirror_type { enum
148 int mirror_type; local
161 mad_decode_field(buf, IB_PMR_MT_F, &mirror_type);
162 if (mirror_type == MT_MIRROR_ENCAP && mirror_dlid == 0)
164 if (mirror_type == MT_MIRROR_NATIVE && mirror_dport == 0)
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c194 static const char *mirror_type = NULL; local
200 if (mirror_type == NULL && config_string(MIRROR_TYPE, &mirror_type)
221 strcasecmp(mirror_type, "srv") == 0) {

Completed in 127 milliseconds