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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1043 char *xdrbuf, *p, *cp, *frompath, *endserverp; local
1061 frompath = ndmntp->ndm_mntfrom;
1062 if (*frompath == '[') { /* skip IPv6 literal address */
1063 while (*frompath && (*frompath != ']'))
1064 frompath++;
1065 if (*frompath == ']')
1066 frompath++;
1068 while (*frompath && (*frompath !
1204 char *xdrbuf = NULL, *p, *cp, *frompath, *endserverp; local
1459 char *mntfrom, *endserverp, *frompath, *p, *cp; local
[all...]
H A Dnfs_serv.c2521 char *frompath = NULL, *topath = NULL; local
2546 frompath = topath = NULL;
2566 frompath = fromni.ni_cnd.cn_pnbuf;
2589 fromni.ni_cnd.cn_pnbuf = frompath;
2590 frompath = NULL;
2866 MALLOC_ZONE(frompath, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
2867 if (frompath)
2868 bcopy(fromni.ni_cnd.cn_pnbuf, frompath, fromlen + 1);
2895 if (!topath || !frompath) {
3102 if (frompath)
[all...]

Completed in 54 milliseconds