Searched refs:transp_timeo_opts (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | ops_nfs.c | 761 char *xopts=NULL, transp_timeo_opts[40], transp_retrans_opts[40]; in mount_nfs_fh() local 800 transp_timeo_opts[0] = transp_retrans_opts[0] = '\0'; /* initialize */ in mount_nfs_fh() 807 xsnprintf(transp_timeo_opts, sizeof(transp_timeo_opts), "%s=%d,", in mount_nfs_fh() 818 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts); in mount_nfs_fh() 821 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_mopts); in mount_nfs_fh()
|