Searched refs:hstlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c764 size_t hstlen; local
1063 error = copyinstr(args.hostname, hst, MNAMELEN - 1, &hstlen);
1066 bzero(&hst[hstlen], MNAMELEN - hstlen);

Completed in 121 milliseconds