Home
last modified time | relevance | path

Searched refs:frompath (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_serv.c2754 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local
2779 frompath = topath = NULL; in nfsrv_rename()
2799 frompath = fromni.ni_cnd.cn_pnbuf; in nfsrv_rename()
2816 NDINIT(&fromni, DELETE, OP_UNLINK, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(frompath), ctx); in nfsrv_rename()
2817 fromni.ni_cnd.cn_pnbuf = frompath; in nfsrv_rename()
2818 frompath = NULL; in nfsrv_rename()
3112 frompath = zalloc(ZV_NAMEI); in nfsrv_rename()
3113 bcopy(fromni.ni_cnd.cn_pnbuf, frompath, fromlen + 1); in nfsrv_rename()
3140 if (!topath || !frompath) { in nfsrv_rename()
3356 if (frompath) { in nfsrv_rename()
[all …]