Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c106 static ushort_t lastddate; variable
226 lastddate = (1 << DD_DAY_SHIFT) in smb_time_unix2dos()
260 lastddate = ((days + 1) << DD_DAY_SHIFT) in smb_time_unix2dos()
269 lastddate += (year - 1980) << in smb_time_unix2dos()
277 *ddp = lastddate; in smb_time_unix2dos()