HomeSort by: relevance | last modified time | path
    Searched refs:tnm (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/coda/
coda_venus.h 105 const char *nm, int len, const char *tnm, int tlen,
coda_vnops.c 1236 const char *tnm = tcnp->cn_nameptr; local in function:coda_rename
1252 if (IS_CTL_NAME(odvp, fnm, flen) || IS_CTL_NAME(ndvp, tnm, tlen)) {
1270 coda_nc_zapfile(VTOC(ndvp), tnm, tlen);
1288 error = venus_rename(vtomi(odvp), &odcp->c_fid, &ndcp->c_fid, fnm, flen, tnm, tlen, cred, l);
coda_venus.c 587 const char *nm, int len, const char *tnm, int tlen,
603 STRCPY(destname, tnm, tlen); /* increments Isize */

Completed in 15 milliseconds