Searched refs:fetchLastErrCode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c150 fetchLastErrCode = 0;
203 if (fetchLastErrCode == 0)
/freebsd-13-stable/lib/libfetch/
H A Dfetch.h143 extern int fetchLastErrCode;
H A Dcommon.c161 fetchLastErrCode = p->cat;
173 fetchLastErrCode = FETCH_OK;
180 fetchLastErrCode = FETCH_AUTH;
184 fetchLastErrCode = FETCH_UNAVAIL;
187 fetchLastErrCode = FETCH_MEMORY;
191 fetchLastErrCode = FETCH_TEMP;
194 fetchLastErrCode = FETCH_EXISTS;
197 fetchLastErrCode = FETCH_FULL;
205 fetchLastErrCode = FETCH_NETWORK;
209 fetchLastErrCode
[all...]
H A Dfetch.c48 int fetchLastErrCode; variable
H A Dftp.c1132 && fetchLastErrCode != FETCH_PROTO
1133 && fetchLastErrCode != FETCH_UNAVAIL)
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c584 fetchLastErrCode == FETCH_OK &&
1162 fetchLastErrCode = 0;
1186 if ((fetchLastErrCode
1187 && fetchLastErrCode != FETCH_UNAVAIL
1188 && fetchLastErrCode != FETCH_MOVED
1189 && fetchLastErrCode != FETCH_URL
1190 && fetchLastErrCode != FETCH_RESOLV
1191 && fetchLastErrCode != FETCH_UNKNOWN)) {
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c934 if (fetchLastErrCode == FETCH_RESOLV) {

Completed in 51 milliseconds