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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2533 char *from_name, *to_name; local
2950 to_name = from_name ? get_pathbuff() : NULL;
2951 if (to_name) {
2952 to_len = safe_getpath(tdvp, toni.ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated);
2961 to_name = NULL;
2965 to_name = NULL;
2990 if (nfsrv_fsevents_enabled && !error && from_name && to_name) {
2995 FSE_ARG_STRING, to_len, to_name,
3002 FSE_ARG_STRING, to_len, to_name,
3008 if (to_name)
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6020 char *from_name = NULL, *to_name = NULL; local
6322 if (to_name == NULL) {
6323 GET_PATH(to_name);
6324 if (to_name == NULL) {
6330 to_len = safe_getpath(tdvp, tond->ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated);
6379 (uintptr_t)from_name, (uintptr_t)to_name);
6382 if (from_name != NULL && to_name != NULL) {
6399 FSE_ARG_STRING, to_len, to_name,
6406 FSE_ARG_STRING, to_len, to_name,
6471 if (to_name !
[all...]

Completed in 74 milliseconds