Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs_subr.c59 smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp) in smb_time_server2local() function
75 smb_time_server2local(nsec / 10000000 - DIFF1970TO1601, 0, tsp); in smb_time_NT2local()
106 smb_time_server2local(tsp->tv_sec, tzoff, tsp); in smb_dos2unixtime()
H A Dsmbfs_subr.h174 void smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp);
H A Dsmbfs_smb.c411 smb_time_server2local(lint, SSTOVC(ssp)->vc_sopt.sv_tz, in smbfs_smb_query_info()