HomeSort by: relevance | last modified time | path
    Searched refs:fetch_fn (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/sysinst/arch/evbarm/
md.c 235 saved_fetch_fn = fetch_fn;
237 fetch_fn = NULL;
243 fetch_fn = saved_fetch_fn;
248 fetch_fn = saved_fetch_fn;
253 fetch_fn = saved_fetch_fn;
264 fetch_fn = saved_fetch_fn;
  /src/usr.sbin/sysinst/
util.c 409 fetch_fn = floppy_fetch;
1038 if (fetch_fn != NULL)
1047 if (fetch_fn != NULL) {
1048 rval = fetch_fn(dist->name);
1070 if (fetch_fn == NULL && is_compat_or_debug_set(dist)) {
1135 if (fetch_fn != NULL && clean_xfer_dir) {
1526 fetch_fn = NULL;
main.c 79 int (*fetch_fn)(const char *); variable
net.c 1032 fetch_fn = pkgsrc_fetch;
1055 fetch_fn = ftp_fetch;
defs.h 625 extern int (*fetch_fn)(const char *);

Completed in 18 milliseconds