Searched defs:tzoff (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/lib/libsmbfs/smb/ |
H A D | subr.c | 241 smb_time_local2server(struct timeval *tsp, int tzoff, long *seconds) in smb_time_local2server() argument 247 smb_time_server2local(ulong_t seconds, int tzoff, struct timeval *tsp) in smb_time_server2local() argument 258 smb_time_NT2local(uint64_t nsec, int tzoff, struct timeval *tsp) in smb_time_NT2local() argument 265 smb_time_local2NT(struct timeval *tsp, int tzoff, uint64_t *nsec) in smb_time_local2NT() argument
|
/titanic_51/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_time.c | 179 smb_time_local2server(struct timespec *tsp, int tzoff, long *seconds) in smb_time_local2server() argument 188 smb_time_server2local(ulong_t seconds, int tzoff, struct timespec *tsp) in smb_time_server2local() argument 202 smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp, in smb_time_unix2dos() argument 293 smb_dos2unixtime(uint_t dd, uint_t dt, uint_t dh, int tzoff, in smb_dos2unixtime() argument
|
/titanic_51/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 975 int error, tzoff; in smbfs_smb_setftime1() local
|