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

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c5958 char *from_name = NULL, *to_name = NULL; local
6260 if (to_name == NULL) {
6261 GET_PATH(to_name);
6262 if (to_name == NULL) {
6268 to_len = safe_getpath(tdvp, tond->ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated);
6317 (uintptr_t)from_name, (uintptr_t)to_name);
6320 if (from_name != NULL && to_name != NULL) {
6337 FSE_ARG_STRING, to_len, to_name,
6344 FSE_ARG_STRING, to_len, to_name,
6409 if (to_name !
[all...]

Completed in 84 milliseconds