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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c138 char *esi_hostname; member in struct:ephemeral_servinfo
926 (void) strlcpy(hostlist, esi_first->esi_hostname, MAXPATHLEN);
1028 esi_first->esi_hostname, MAXPATHLEN);
1033 (void) strlcat(hostlist, esi->esi_hostname,
1166 esi->esi_hostname = kmem_zalloc(strlen(svp->sv_hostname) + 1, KM_SLEEP);
1167 (void) strcat(esi->esi_hostname, svp->sv_hostname);
1754 esi->esi_hostname =
1756 bcopy(fsp->server_val->utf8string_val, esi->esi_hostname,
1758 esi->esi_hostname[fsp->server_val->utf8string_len] = '\0';
1822 kmem_free(esi->esi_hostname, fs
[all...]

Completed in 67 milliseconds