Home
last modified time | relevance | path

Searched refs:fetch_fn (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/sysinst/arch/evbarm/
H A Dmd.c235 saved_fetch_fn = fetch_fn; in evbarm_extract_finalize()
237 fetch_fn = NULL; in evbarm_extract_finalize()
243 fetch_fn = saved_fetch_fn; in evbarm_extract_finalize()
248 fetch_fn = saved_fetch_fn; in evbarm_extract_finalize()
253 fetch_fn = saved_fetch_fn; in evbarm_extract_finalize()
264 fetch_fn = saved_fetch_fn; in evbarm_extract_finalize()
/netbsd-src/usr.sbin/sysinst/
H A Dutil.c398 fetch_fn = floppy_fetch; in get_via_floppy()
998 if (fetch_fn != NULL) in extract_file_to()
1007 if (fetch_fn != NULL) { in extract_file_to()
1008 rval = fetch_fn(dist->name); in extract_file_to()
1079 if (fetch_fn != NULL && clean_xfer_dir) { in extract_file_to()
1463 fetch_fn = NULL; in get_and_unpack_sets()
H A Dnet.c1021 fetch_fn = pkgsrc_fetch; in get_pkgsrc()
1044 fetch_fn = ftp_fetch; in get_via_ftp()
H A Dmain.c79 int (*fetch_fn)(const char *); variable
H A Ddefs.h625 extern int (*fetch_fn)(const char *);