Home
last modified time | relevance | path

Searched refs:nfs_dir (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Dmenus.entropy65 option {src_legend(menu, MSG_Base_dir, nfs_dir);},
66 action { src_prompt(MSG_Base_dir, nfs_dir, sizeof nfs_dir); };
H A Dmain.c81 char nfs_dir[STRSIZE]; variable
144 {"nfs dir", "/bsd/release", nfs_dir, sizeof nfs_dir},
H A Dmenus.mi423 option {src_legend(menu, MSG_Base_dir, nfs_dir);},
424 action { src_prompt(MSG_Base_dir, nfs_dir, sizeof nfs_dir); };
H A Ddefs.h618 extern char nfs_dir[STRSIZE];
H A Dnet.c1075 nfs_host, nfs_dir)) in get_via_nfs()
H A Dutil.c1262 if (nfs_host[0] != 0 && nfs_dir[0] != 0 && in entropy_get_file()
1271 nfs_host, nfs_dir, mountpt) == 0) { in entropy_get_file()