Home
last modified time | relevance | path

Searched refs:smb_time_NT2local (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/smbfs/
H A Dsmbfs_subr.h183 void smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp);
H A Dsmbfs_subr.c138 smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp) in smb_time_NT2local() function
H A Dsmbfs_smb.c1193 smb_time_NT2local(tmp, svtz, &ctx->f_attr.fa_atime); in smbfs_findnextLM2()
1195 smb_time_NT2local(tmp, svtz, &ctx->f_attr.fa_mtime); in smbfs_findnextLM2()
1197 smb_time_NT2local(tmp, svtz, &ctx->f_attr.fa_ctime); in smbfs_findnextLM2()