Home
last modified time | relevance | path

Searched refs:f_rname (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c1139 if (ctx->f_rname) in smbfs_smb_trans2find2()
1140 mb_put_mem(mbp, ctx->f_rname, ctx->f_rnamelen + 1, MB_MSYSTEM); in smbfs_smb_trans2find2()
1337 if (ctx->f_rname) in smbfs_findnextLM2()
1338 free(ctx->f_rname, M_SMBFSDATA); in smbfs_findnextLM2()
1339 ctx->f_rname = malloc(nmlen + 1, M_SMBFSDATA, M_WAITOK); in smbfs_findnextLM2()
1342 bcopy(ctx->f_name, ctx->f_rname, nmlen); in smbfs_findnextLM2()
1343 ctx->f_rname[nmlen] = 0; in smbfs_findnextLM2()
1434 if (ctx->f_rname) in smbfs_findclose()
1435 free(ctx->f_rname, M_SMBFSDATA); in smbfs_findclose()
H A Dsmbfs_subr.h117 char * f_rname; /* resume name/key */ member