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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c5966 int from_truncated=0, to_truncated; local
6268 to_len = safe_getpath(tdvp, tond->ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated);
6321 if (from_truncated || to_truncated) {
7305 int from_truncated=0, to_truncated=0; local
7382 slen = safe_getpath(svp, NULL, spath, MAXPATHLEN, &to_truncated);
7387 if (from_truncated || to_truncated) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c2939 int from_truncated = 0, to_truncated = 0; local
2952 to_len = safe_getpath(tdvp, toni.ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated);
2955 if (from_truncated || to_truncated) {

Completed in 182 milliseconds