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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c3202 char *target_path = NULL; local
3207 target_path = get_pathbuff();
3208 if (target_path) {
3209 plen = safe_getpath(dvp, ni.ni_cnd.cn_nameptr, target_path, MAXPATHLEN, &truncated);
3216 FSE_ARG_STRING, plen, target_path,
3221 release_pathbuff(target_path);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c3657 char *target_path = NULL; local
3754 GET_PATH(target_path);
3755 if (target_path == NULL) {
3760 len = safe_getpath(dvp, nd.ni_cnd.cn_nameptr, target_path, MAXPATHLEN, &truncated);
3778 (uintptr_t)link_to_path, (uintptr_t)target_path);
3793 FSE_ARG_STRING, len, target_path,
3811 if (target_path != NULL) {
3812 RELEASE_PATH(target_path);

Completed in 88 milliseconds