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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1304 char *svcname, *d, *mntfromhere; local
1309 mntfromhere = &vfs_statfs(nmp->nm_mountp)->f_mntfromname[0];
1310 len = strlen(mntfromhere) + 5; /* "nfs/" plus null */
1315 strlcat(svcname, mntfromhere, len);

Completed in 7 milliseconds