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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c3199 char *target_path = NULL; local
3205 if ((target_path = get_pathbuff()) && !vn_getpath(dvp, target_path, &plen)) {
3207 target_path[plen-1] = '/';
3208 strlcpy(&target_path[plen], ni.ni_cnd.cn_nameptr, MAXPATHLEN-plen);
3213 FSE_ARG_STRING, plen, target_path,
3217 if (target_path)
3218 release_pathbuff(target_path);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2601 char *target_path = NULL; local
2690 GET_PATH(target_path);
2691 if (target_path == NULL) {
2697 vn_getpath(dvp, target_path, &len);
2699 target_path[len-1] = '/';
2700 strlcpy(&target_path[len], nd.ni_cnd.cn_nameptr, MAXPATHLEN-len);
2720 (uintptr_t)link_to_path, (uintptr_t)target_path);
2731 FSE_ARG_STRING, len, target_path,
2744 if (target_path != NULL) {
2745 RELEASE_PATH(target_path);
[all...]

Completed in 46 milliseconds