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