Searched refs:from_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
2945 from_name = get_pathbuff();
2946 if (from_name) {
2947 from_len = safe_getpath(fdvp, fromni.ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated);
2950 to_name = from_name ? get_pathbuff() : NULL;
2960 from_name = NULL;
2964 from_name = NULL;
2990 if (nfsrv_fsevents_enabled && !error && from_name && to_name) {
2993 FSE_ARG_STRING, from_len, from_name,
3000 FSE_ARG_STRING, from_len, from_name,
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6020 char *from_name = NULL, *to_name = NULL; local
6312 if (from_name == NULL) {
6313 GET_PATH(from_name);
6314 if (from_name == NULL) {
6320 from_len = safe_getpath(fdvp, fromnd->ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated);
6379 (uintptr_t)from_name, (uintptr_t)to_name);
6382 if (from_name != NULL && to_name != NULL) {
6397 FSE_ARG_STRING, from_len, from_name,
6404 FSE_ARG_STRING, from_len, from_name,
6475 if (from_name !
[all...]

Completed in 291 milliseconds