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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1459 char *mntfrom, *endserverp, *frompath, *p, *cp; local
1470 /* allocate a temporary buffer for mntfrom */
1471 MALLOC_ZONE(mntfrom, char*, MAXPATHLEN, M_NAMEI, M_WAITOK);
1472 if (!mntfrom)
1543 error = copystr(CAST_DOWN(void *, args.hostname), mntfrom, MAXPATHLEN-1, &len);
1545 error = copyinstr(args.hostname, mntfrom, MAXPATHLEN-1, &len);
1547 bzero(&mntfrom[len], MAXPATHLEN - len);
1550 frompath = mntfrom;
1763 xb_add_string(error, &xb, mntfrom, (endserverp - mntfrom)); /* serve
[all...]

Completed in 68 milliseconds