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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c882 svp->sv_hostnamelen = strlen(args->hostname) + 1;
887 svp->sv_hostnamelen = strlen(p) + 1;
888 svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP);
1512 kmem_free(svp->sv_hostname, svp->sv_hostnamelen);
1516 svp->sv_hostnamelen = host->utf8string_len + 1;
2057 svp->sv_hostnamelen = nsvp->sv_hostnamelen;
2062 svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP);
2063 bcopy(nsvp->sv_hostname, svp->sv_hostname, svp->sv_hostnamelen);
2618 len = svp->sv_hostnamelen
[all...]
H A Dnfs3_vfsops.c675 svp->sv_hostnamelen = strlen(args->hostname) + 1;
680 svp->sv_hostnamelen = strlen(p) + 1;
681 svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP);
1724 svp->sv_hostnamelen = (int)(strlen(root_hostname) + 1);
1725 svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP);
H A Dnfs_vfsops.c694 svp->sv_hostnamelen = strlen(args->hostname) + 1;
699 svp->sv_hostnamelen = strlen(p) + 1;
700 svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP);
1726 svp->sv_hostnamelen = (int)(strlen(root_hostname) + 1);
1727 svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP);
H A Dnfs_subr.c4706 if (svp->sv_hostname && svp->sv_hostnamelen > 0)
4707 kmem_free(svp->sv_hostname, svp->sv_hostnamelen);
4986 length += s->sv_hostnamelen;
4993 namep += s->sv_hostnamelen - 1;
H A Dnfs4_subr.c2283 if (svp->sv_hostname && svp->sv_hostnamelen > 0)
2284 kmem_free(svp->sv_hostname, svp->sv_hostnamelen);
H A Dnfs4_recovery.c3447 length += svp->sv_hostnamelen;
3461 namep += svp->sv_hostnamelen - 1;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h272 int sv_hostnamelen; /* server's hostname length */ member in struct:servinfo
H A Dnfs4_clnt.h601 * sv_hostnamelen
642 int sv_hostnamelen; /* server's hostname length */ member in struct:servinfo4

Completed in 143 milliseconds