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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c145 ep->re_char2 = kmem_alloc(len + 1, KM_SLEEP);
146 bcopy(why, ep->re_char2, len);
147 ep->re_char2[len] = '\0';
149 ep->re_char2 = NULL;
163 ep->re_char2 = fn_path(rp2->r_svnode.sv_name);
165 ep->re_char2 = NULL;
224 ep->re_char2 = fn_path(rp2->r_svnode.sv_name);
226 ep->re_char2 = NULL;
261 ep->re_char2 = fn_path(rp2->r_svnode.sv_name);
263 ep->re_char2
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h824 char *re_char2; member in struct:nfs4_revent

Completed in 68 milliseconds