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

  /src/usr.sbin/sysinst/
menus.entropy 63 option {src_legend(menu, MSG_Host, nfs_host);},
64 action { src_prompt(MSG_Host, nfs_host, sizeof nfs_host); };
main.c 80 char nfs_host[STRSIZE]; variable in typeref:typename:char[]
143 {"nfs host", "", nfs_host, sizeof nfs_host},
menus.mi 434 option {src_legend(menu, MSG_Host, nfs_host);},
435 action { src_prompt(MSG_Host, nfs_host, sizeof nfs_host); };
defs.h 626 extern char nfs_host[STRSIZE];
net.c 1077 nfs_host, nfs_dir))
util.c 1275 if (nfs_host[0] != 0 && nfs_dir[0] != 0 &&
1284 nfs_host, nfs_dir, mountpt) == 0) {

Completed in 19 milliseconds