Searched refs:smb_time_server2local (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_subr.c | 59 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 D | smbfs_subr.h | 174 void smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp);
|
H A D | smbfs_smb.c | 411 smb_time_server2local(lint, SSTOVC(ssp)->vc_sopt.sv_tz, in smbfs_smb_query_info()
|