Searched defs:new_nm (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c2053 char *new_nm,
2062 if (strcmp(new_nm, "") == 0 ||
2063 strcmp(new_nm, ".") == 0 ||
2064 strcmp(new_nm, "..") == 0 ||
2093 newpath = sfnode_construct_path(VN2SFN(new_dir), new_nm);
2049 sffs_rename( vnode_t *old_dir, char *old_nm, vnode_t *new_dir, char *new_nm, cred_t *cred, caller_context_t *ct, int flags) argument

Completed in 48 milliseconds