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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c140 char *esi_path; member in struct:ephemeral_servinfo
1235 esi->esi_path = kmem_zalloc(esi->esi_path_len, KM_SLEEP);
1237 (void) strcat(esi->esi_path, svp->sv_path);
1238 (void) strcat(esi->esi_path, stubpath);
1792 esi->esi_path = p = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
1800 if ((p - esi->esi_path) + comp->utf8string_len + 1 > MAXPATHLEN)
1810 p = esi->esi_path;
1811 esi->esi_path = strdup(p);
1821 kmem_free(esi->esi_path, esi->esi_path_len);
1883 path = esi->esi_path;
[all...]

Completed in 61 milliseconds