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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c2023 char *destcfp; local
2119 destcfp = kmem_alloc(destclen + 1, KM_SLEEP);
2120 bcopy(srcfp->utf8string_val, destcfp, destclen);
2121 destcfp[destclen] = '\0';
2125 open_args->open_claim4_u.delegate_cur_info.cfile = destcfp;
2127 open_args->open_claim4_u.cfile = destcfp;
2248 kmem_free(destcfp, destclen + 1);
2280 kmem_free(destcfp, destclen + 1);
2319 kmem_free(destcfp, destclen + 1);
2385 kmem_free(destcfp, destcle
[all...]

Completed in 61 milliseconds